Shades of Genoa #2D8976
Tints of Genoa #2D8976
RGB
CMYK
RGB Variations
Color information
#2D8976 (or 0x2D8976) is known color: Genoa. HEX triplet: 2D, 89 and 76. RGB value is (45,137,118). Sum of RGB (Red+Green+Blue) = 45+137+118=300 (39% of max value = 765). Red value is 45 (17.97% from 255 or 15% from 300); Green value is 137 (53.91% from 255 or 45.67% from 300); Blue value is 118 (46.48% from 255 or 39.33% from 300); Max value from RGB is 137 - color contains mainly: green. Hex color #2D8976 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2D8976 is #D27689. Grayscale: #6B6B6B. Windows color (decimal): -13792906 or 7768365. OLE color: 7768365.
HSL color Cylindrical-coordinate representation of color #2D8976: hue angle of 167.61º 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 #2D8976 is Cyan = 0.67, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 45 | 137 | 118 | - |
| CMYK | 0.67 | 0 | 0.14 | 0.46 |
| HSL | 167.61º | 0.51% | 0.36% | - |
| HSV(B) | 167.61º | 0.67% | 0.54% | - |
| XYZ | 13.3 | 19.76 | 20.25 | - |
| YUV | 107.33 | 134.02 | 83.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 137 | 118 | 0.67 | 0 | 0.14 | 0.46 | 167.61 | 0.51 | 0.36 |
| Hex | 2D | 89 | 76 | 43 | 0 | E | 2E | A8 | 33 | 24 |
| Octal | 55 | 211 | 166 | 103 | 0 | 16 | 56 | 250 | 63 | 44 |
| Binary | 101101 | 10001001 | 1110110 | 1000011 | 0 | 1110 | 101110 | 10101000 | 110011 | 100100 |
Color Harmonies of #2D8976
Complementary color
Monochromatic Colors of #2D8976
Black with #2D8976
Text Example
Text Example
White with #2D8976
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D8976; }
p { color: rgb(45,137,118); }
H1.HeaderClassName
{
color: #2D8976;
}
.AnyTagClassName
{
color: #2D8976;
}
</style>
background-color css
<style>
a { background-color: #2D8976; }
a { background-color: rgb(45,137,118); }
div.DivClassName
{
background-color: #2D8976;
}
.BgClassName
{
background-color: #2D8976;
}
</style>
border-color css
<style>
span { border-color: #2D8976; }
span { border-color: rgb(45,137,118); }
td.TdClassName
{
border-color: #2D8976;
}
.TagClassName
{
border-color: #2D8976;
}
</style>