By using equal values for red, green, and blue, you will get different shades of gray:
<h2 style="background-color:rgb(60, 60, 60); rgb(0, 255, 0)"> <h2 style="background-color:rgb(90, 90, 90); color: rgb(0, 255, 0);"> <h2 style="background-color:rgb(120, 120, 120); color: rgb(0, 255, 0);"> <h2 style="background-color:rgb(210, 210, 210);"> <h2 style="background-color:rgb(240, 240, 240);">