Shades of Genoa #2F866E
Tints of Genoa #2F866E
RGB
CMYK
RGB Variations
Color information
#2F866E (or 0x2F866E) is known color: Genoa. HEX triplet: 2F, 86 and 6E. RGB value is (47,134,110). Sum of RGB (Red+Green+Blue) = 47+134+110=291 (38% of max value = 765). Red value is 47 (18.75% from 255 or 16.15% from 291); Green value is 134 (52.73% from 255 or 46.05% from 291); Blue value is 110 (43.36% from 255 or 37.80% from 291); Max value from RGB is 134 - color contains mainly: green. Hex color #2F866E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2F866E is #D07991. Grayscale: #696969. Windows color (decimal): -13662610 or 7243311. OLE color: 7243311.
HSL color Cylindrical-coordinate representation of color #2F866E: hue angle of 163.45º degrees, saturation: 0.48, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #2F866E is Cyan = 0.65, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 47 | 134 | 110 | - |
| CMYK | 0.65 | 0 | 0.18 | 0.47 |
| HSL | 163.45º | 0.48% | 0.35% | - |
| HSV(B) | 163.45º | 0.65% | 0.53% | - |
| XYZ | 12.51 | 18.78 | 17.72 | - |
| YUV | 105.25 | 130.68 | 86.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 134 | 110 | 0.65 | 0 | 0.18 | 0.47 | 163.45 | 0.48 | 0.35 |
| Hex | 2F | 86 | 6E | 41 | 0 | 12 | 2F | A3 | 30 | 23 |
| Octal | 57 | 206 | 156 | 101 | 0 | 22 | 57 | 243 | 60 | 43 |
| Binary | 101111 | 10000110 | 1101110 | 1000001 | 0 | 10010 | 101111 | 10100011 | 110000 | 100011 |
Color Harmonies of #2F866E
Complementary color
Monochromatic Colors of #2F866E
Black with #2F866E
Text Example
Text Example
White with #2F866E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F866E; }
p { color: rgb(47,134,110); }
H1.HeaderClassName
{
color: #2F866E;
}
.AnyTagClassName
{
color: #2F866E;
}
</style>
background-color css
<style>
a { background-color: #2F866E; }
a { background-color: rgb(47,134,110); }
div.DivClassName
{
background-color: #2F866E;
}
.BgClassName
{
background-color: #2F866E;
}
</style>
border-color css
<style>
span { border-color: #2F866E; }
span { border-color: rgb(47,134,110); }
td.TdClassName
{
border-color: #2F866E;
}
.TagClassName
{
border-color: #2F866E;
}
</style>