Shades of Genoa #2D8A76
Tints of Genoa #2D8A76
RGB
CMYK
RGB Variations
Color information
#2D8A76 (or 0x2D8A76) is known color: Genoa. HEX triplet: 2D, 8A and 76. RGB value is (45,138,118). Sum of RGB (Red+Green+Blue) = 45+138+118=301 (39% of max value = 765). Red value is 45 (17.97% from 255 or 14.95% from 301); Green value is 138 (54.30% from 255 or 45.85% from 301); Blue value is 118 (46.48% from 255 or 39.20% from 301); Max value from RGB is 138 - color contains mainly: green. Hex color #2D8A76 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2D8A76 is #D27589. Grayscale: #6B6B6B. Windows color (decimal): -13792650 or 7768621. OLE color: 7768621.
HSL color Cylindrical-coordinate representation of color #2D8A76: hue angle of 167.1º 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 #2D8A76 is Cyan = 0.67, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 45 | 138 | 118 | - |
| CMYK | 0.67 | 0 | 0.14 | 0.46 |
| HSL | 167.1º | 0.51% | 0.36% | - |
| HSV(B) | 167.1º | 0.67% | 0.54% | - |
| XYZ | 13.44 | 20.04 | 20.3 | - |
| YUV | 107.91 | 133.69 | 83.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 138 | 118 | 0.67 | 0 | 0.14 | 0.46 | 167.1 | 0.51 | 0.36 |
| Hex | 2D | 8A | 76 | 43 | 0 | E | 2E | A7 | 33 | 24 |
| Octal | 55 | 212 | 166 | 103 | 0 | 16 | 56 | 247 | 63 | 44 |
| Binary | 101101 | 10001010 | 1110110 | 1000011 | 0 | 1110 | 101110 | 10100111 | 110011 | 100100 |
Color Harmonies of #2D8A76
Complementary color
Monochromatic Colors of #2D8A76
Black with #2D8A76
Text Example
Text Example
White with #2D8A76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D8A76; }
p { color: rgb(45,138,118); }
H1.HeaderClassName
{
color: #2D8A76;
}
.AnyTagClassName
{
color: #2D8A76;
}
</style>
background-color css
<style>
a { background-color: #2D8A76; }
a { background-color: rgb(45,138,118); }
div.DivClassName
{
background-color: #2D8A76;
}
.BgClassName
{
background-color: #2D8A76;
}
</style>
border-color css
<style>
span { border-color: #2D8A76; }
span { border-color: rgb(45,138,118); }
td.TdClassName
{
border-color: #2D8A76;
}
.TagClassName
{
border-color: #2D8A76;
}
</style>