Shades of Genoa #2D866C
Tints of Genoa #2D866C
RGB
CMYK
RGB Variations
Color information
#2D866C (or 0x2D866C) is known color: Genoa. HEX triplet: 2D, 86 and 6C. RGB value is (45,134,108). Sum of RGB (Red+Green+Blue) = 45+134+108=287 (38% of max value = 765). Red value is 45 (17.97% from 255 or 15.68% from 287); Green value is 134 (52.73% from 255 or 46.69% from 287); Blue value is 108 (42.58% from 255 or 37.63% from 287); Max value from RGB is 134 - color contains mainly: green. Hex color #2D866C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2D866C is #D27993. Grayscale: #686868. Windows color (decimal): -13793684 or 7112237. OLE color: 7112237.
HSL color Cylindrical-coordinate representation of color #2D866C: hue angle of 162.47º degrees, saturation: 0.5, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #2D866C is Cyan = 0.66, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 45 | 134 | 108 | - |
| CMYK | 0.66 | 0 | 0.19 | 0.47 |
| HSL | 162.47º | 0.5% | 0.35% | - |
| HSV(B) | 162.47º | 0.66% | 0.53% | - |
| XYZ | 12.31 | 18.69 | 17.15 | - |
| YUV | 104.43 | 130.01 | 85.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 134 | 108 | 0.66 | 0 | 0.19 | 0.47 | 162.47 | 0.5 | 0.35 |
| Hex | 2D | 86 | 6C | 42 | 0 | 13 | 2F | A2 | 32 | 23 |
| Octal | 55 | 206 | 154 | 102 | 0 | 23 | 57 | 242 | 62 | 43 |
| Binary | 101101 | 10000110 | 1101100 | 1000010 | 0 | 10011 | 101111 | 10100010 | 110010 | 100011 |
Color Harmonies of #2D866C
Complementary color
Monochromatic Colors of #2D866C
Black with #2D866C
Text Example
Text Example
White with #2D866C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D866C; }
p { color: rgb(45,134,108); }
H1.HeaderClassName
{
color: #2D866C;
}
.AnyTagClassName
{
color: #2D866C;
}
</style>
background-color css
<style>
a { background-color: #2D866C; }
a { background-color: rgb(45,134,108); }
div.DivClassName
{
background-color: #2D866C;
}
.BgClassName
{
background-color: #2D866C;
}
</style>
border-color css
<style>
span { border-color: #2D866C; }
span { border-color: rgb(45,134,108); }
td.TdClassName
{
border-color: #2D866C;
}
.TagClassName
{
border-color: #2D866C;
}
</style>