Shades of Genoa #2D876E
Tints of Genoa #2D876E
RGB
CMYK
RGB Variations
Color information
#2D876E (or 0x2D876E) is known color: Genoa. HEX triplet: 2D, 87 and 6E. RGB value is (45,135,110). Sum of RGB (Red+Green+Blue) = 45+135+110=290 (38% of max value = 765). Red value is 45 (17.97% from 255 or 15.52% from 290); Green value is 135 (53.12% from 255 or 46.55% from 290); Blue value is 110 (43.36% from 255 or 37.93% from 290); Max value from RGB is 135 - color contains mainly: green. Hex color #2D876E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2D876E is #D27891. Grayscale: #696969. Windows color (decimal): -13793426 or 7243565. OLE color: 7243565.
HSL color Cylindrical-coordinate representation of color #2D876E: hue angle of 163.33º degrees, saturation: 0.5, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #2D876E is Cyan = 0.67, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 45 | 135 | 110 | - |
| CMYK | 0.67 | 0 | 0.19 | 0.47 |
| HSL | 163.33º | 0.5% | 0.35% | - |
| HSV(B) | 163.33º | 0.67% | 0.53% | - |
| XYZ | 12.56 | 19.01 | 17.76 | - |
| YUV | 105.24 | 130.68 | 85.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 135 | 110 | 0.67 | 0 | 0.19 | 0.47 | 163.33 | 0.5 | 0.35 |
| Hex | 2D | 87 | 6E | 43 | 0 | 13 | 2F | A3 | 32 | 23 |
| Octal | 55 | 207 | 156 | 103 | 0 | 23 | 57 | 243 | 62 | 43 |
| Binary | 101101 | 10000111 | 1101110 | 1000011 | 0 | 10011 | 101111 | 10100011 | 110010 | 100011 |
Color Harmonies of #2D876E
Complementary color
Monochromatic Colors of #2D876E
Black with #2D876E
Text Example
Text Example
White with #2D876E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D876E; }
p { color: rgb(45,135,110); }
H1.HeaderClassName
{
color: #2D876E;
}
.AnyTagClassName
{
color: #2D876E;
}
</style>
background-color css
<style>
a { background-color: #2D876E; }
a { background-color: rgb(45,135,110); }
div.DivClassName
{
background-color: #2D876E;
}
.BgClassName
{
background-color: #2D876E;
}
</style>
border-color css
<style>
span { border-color: #2D876E; }
span { border-color: rgb(45,135,110); }
td.TdClassName
{
border-color: #2D876E;
}
.TagClassName
{
border-color: #2D876E;
}
</style>