Specify colors using RGB values

rgb(255, 0, 0)

rgb(0, 0, 255)

rgb(60, 179, 113)

rgb(238, 130, 238)

rgb(255, 165, 0)

rgb(106, 90, 205)

The inline styles used on this page

<h2 style="background-color:rgb(255, 0, 0);">
<h2 style="background-color:rgb(0, 0, 255); color: rgb(255, 255, 255);">
<h2 style="background-color:rgb(60, 179, 113);">
<h2 style="background-color:rgb(238, 130, 238);">
<h2 style="background-color:rgb(255, 165, 0);">
<h2 style="background-color:rgb(106, 90, 205);">