Actually the question is how to impose such objects? 
I understand that this is a hexagon, but how to place a figure and a picture in a similar way is not.
.hexagon { position: relative; width: 300px; height: 173.21px; background-color: #47a759; margin: 86.60px 0; } .hexagon:before, .hexagon:after { content: ""; position: absolute; width: 0; border-left: 150px solid transparent; border-right: 150px solid transparent; } .hexagon:before { bottom: 100%; border-bottom: 86.60px solid #47a759; } .hexagon:after { top: 100%; width: 0; border-top: 86.60px solid #47a759; } <div class="hexagon"></div>