Shades of Genoa #2F775F
Tints of Genoa #2F775F
RGB
CMYK
RGB Variations
Color information
#2F775F (or 0x2F775F) is known color: Genoa. HEX triplet: 2F, 77 and 5F. RGB value is (47,119,95). Sum of RGB (Red+Green+Blue) = 47+119+95=261 (34% of max value = 765). Red value is 47 (18.75% from 255 or 18.01% from 261); Green value is 119 (46.88% from 255 or 45.59% from 261); Blue value is 95 (37.5% from 255 or 36.40% from 261); Max value from RGB is 119 - color contains mainly: green. Hex color #2F775F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2F775F is #D088A0. Grayscale: #5E5E5E. Windows color (decimal): -13666465 or 6256431. OLE color: 6256431.
HSL color Cylindrical-coordinate representation of color #2F775F: hue angle of 160º degrees, saturation: 0.43, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #2F775F is Cyan = 0.61, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 47 | 119 | 95 | - |
| CMYK | 0.61 | 0 | 0.20 | 0.53 |
| HSL | 160º | 0.43% | 0.33% | - |
| HSV(B) | 160º | 0.61% | 0.47% | - |
| XYZ | 9.83 | 14.62 | 13.13 | - |
| YUV | 94.74 | 128.15 | 93.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 119 | 95 | 0.61 | 0 | 0.20 | 0.53 | 160 | 0.43 | 0.33 |
| Hex | 2F | 77 | 5F | 3D | 0 | 14 | 35 | A0 | 2B | 21 |
| Octal | 57 | 167 | 137 | 75 | 0 | 24 | 65 | 240 | 53 | 41 |
| Binary | 101111 | 1110111 | 1011111 | 111101 | 0 | 10100 | 110101 | 10100000 | 101011 | 100001 |
Color Harmonies of #2F775F
Complementary color
Monochromatic Colors of #2F775F
Black with #2F775F
Text Example
Text Example
White with #2F775F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F775F; }
p { color: rgb(47,119,95); }
H1.HeaderClassName
{
color: #2F775F;
}
.AnyTagClassName
{
color: #2F775F;
}
</style>
background-color css
<style>
a { background-color: #2F775F; }
a { background-color: rgb(47,119,95); }
div.DivClassName
{
background-color: #2F775F;
}
.BgClassName
{
background-color: #2F775F;
}
</style>
border-color css
<style>
span { border-color: #2F775F; }
span { border-color: rgb(47,119,95); }
td.TdClassName
{
border-color: #2F775F;
}
.TagClassName
{
border-color: #2F775F;
}
</style>