Shades of Genoa #2D8972
Tints of Genoa #2D8972
RGB
CMYK
RGB Variations
Color information
#2D8972 (or 0x2D8972) is known color: Genoa. HEX triplet: 2D, 89 and 72. RGB value is (45,137,114). Sum of RGB (Red+Green+Blue) = 45+137+114=296 (39% of max value = 765). Red value is 45 (17.97% from 255 or 15.20% from 296); Green value is 137 (53.91% from 255 or 46.28% from 296); Blue value is 114 (44.92% from 255 or 38.51% from 296); Max value from RGB is 137 - color contains mainly: green. Hex color #2D8972 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2D8972 is #D2768D. Grayscale: #6A6A6A. Windows color (decimal): -13792910 or 7506221. OLE color: 7506221.
HSL color Cylindrical-coordinate representation of color #2D8972: hue angle of 165º degrees, saturation: 0.51, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #2D8972 is Cyan = 0.67, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 45 | 137 | 114 | - |
| CMYK | 0.67 | 0 | 0.17 | 0.46 |
| HSL | 165º | 0.51% | 0.36% | - |
| HSV(B) | 165º | 0.67% | 0.54% | - |
| XYZ | 13.07 | 19.66 | 19.03 | - |
| YUV | 106.87 | 132.02 | 83.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 137 | 114 | 0.67 | 0 | 0.17 | 0.46 | 165 | 0.51 | 0.36 |
| Hex | 2D | 89 | 72 | 43 | 0 | 11 | 2E | A5 | 33 | 24 |
| Octal | 55 | 211 | 162 | 103 | 0 | 21 | 56 | 245 | 63 | 44 |
| Binary | 101101 | 10001001 | 1110010 | 1000011 | 0 | 10001 | 101110 | 10100101 | 110011 | 100100 |
Color Harmonies of #2D8972
Complementary color
Monochromatic Colors of #2D8972
Black with #2D8972
Text Example
Text Example
White with #2D8972
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D8972; }
p { color: rgb(45,137,114); }
H1.HeaderClassName
{
color: #2D8972;
}
.AnyTagClassName
{
color: #2D8972;
}
</style>
background-color css
<style>
a { background-color: #2D8972; }
a { background-color: rgb(45,137,114); }
div.DivClassName
{
background-color: #2D8972;
}
.BgClassName
{
background-color: #2D8972;
}
</style>
border-color css
<style>
span { border-color: #2D8972; }
span { border-color: rgb(45,137,114); }
td.TdClassName
{
border-color: #2D8972;
}
.TagClassName
{
border-color: #2D8972;
}
</style>