<div>
<select>
<option>Пункт 1</option>
<option>Пункт 2</option>
</select>
<img src="css/profi-overalls-catalog.png" alt="">
</div>
div{
position: relative;
width:216px;
height: 30px;
margin-top: 10px;
}
select{
width:100%;
height: 100%;
padding-left: 50px;
background: linear-gradient(to left, #007A31 25px, white 25px, white 100%);
}
div img{
position: absolute;
right: 4px;
top: 7px;
}