Shades of Genoa #2D886F
Tints of Genoa #2D886F
RGB
CMYK
RGB Variations
Color information
#2D886F (or 0x2D886F) is known color: Genoa. HEX triplet: 2D, 88 and 6F. RGB value is (45,136,111). Sum of RGB (Red+Green+Blue) = 45+136+111=292 (38% of max value = 765). Red value is 45 (17.97% from 255 or 15.41% from 292); Green value is 136 (53.52% from 255 or 46.58% from 292); Blue value is 111 (43.75% from 255 or 38.01% from 292); Max value from RGB is 136 - color contains mainly: green. Hex color #2D886F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2D886F is #D27790. Grayscale: #696969. Windows color (decimal): -13793169 or 7309357. OLE color: 7309357.
HSL color Cylindrical-coordinate representation of color #2D886F: hue angle of 163.52º 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 #2D886F is Cyan = 0.67, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 45 | 136 | 111 | - |
| CMYK | 0.67 | 0 | 0.18 | 0.47 |
| HSL | 163.52º | 0.5% | 0.35% | - |
| HSV(B) | 163.52º | 0.67% | 0.53% | - |
| XYZ | 12.76 | 19.31 | 18.09 | - |
| YUV | 105.94 | 130.85 | 84.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 136 | 111 | 0.67 | 0 | 0.18 | 0.47 | 163.52 | 0.5 | 0.35 |
| Hex | 2D | 88 | 6F | 43 | 0 | 12 | 2F | A4 | 32 | 23 |
| Octal | 55 | 210 | 157 | 103 | 0 | 22 | 57 | 244 | 62 | 43 |
| Binary | 101101 | 10001000 | 1101111 | 1000011 | 0 | 10010 | 101111 | 10100100 | 110010 | 100011 |
Color Harmonies of #2D886F
Complementary color
Monochromatic Colors of #2D886F
Black with #2D886F
Text Example
Text Example
White with #2D886F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D886F; }
p { color: rgb(45,136,111); }
H1.HeaderClassName
{
color: #2D886F;
}
.AnyTagClassName
{
color: #2D886F;
}
</style>
background-color css
<style>
a { background-color: #2D886F; }
a { background-color: rgb(45,136,111); }
div.DivClassName
{
background-color: #2D886F;
}
.BgClassName
{
background-color: #2D886F;
}
</style>
border-color css
<style>
span { border-color: #2D886F; }
span { border-color: rgb(45,136,111); }
td.TdClassName
{
border-color: #2D886F;
}
.TagClassName
{
border-color: #2D886F;
}
</style>