Shades of Genoa #2F795F
Tints of Genoa #2F795F
RGB
CMYK
RGB Variations
Color information
#2F795F (or 0x2F795F) is known color: Genoa. HEX triplet: 2F, 79 and 5F. RGB value is (47,121,95). Sum of RGB (Red+Green+Blue) = 47+121+95=263 (34% of max value = 765). Red value is 47 (18.75% from 255 or 17.87% from 263); Green value is 121 (47.66% from 255 or 46.01% from 263); Blue value is 95 (37.5% from 255 or 36.12% from 263); Max value from RGB is 121 - color contains mainly: green. Hex color #2F795F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2F795F is #D086A0. Grayscale: #5F5F5F. Windows color (decimal): -13665953 or 6256943. OLE color: 6256943.
HSL color Cylindrical-coordinate representation of color #2F795F: hue angle of 158.92º degrees, saturation: 0.44, 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 #2F795F is Cyan = 0.61, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 47 | 121 | 95 | - |
| CMYK | 0.61 | 0 | 0.21 | 0.53 |
| HSL | 158.92º | 0.44% | 0.33% | - |
| HSV(B) | 158.92º | 0.61% | 0.47% | - |
| XYZ | 10.08 | 15.11 | 13.21 | - |
| YUV | 95.91 | 127.48 | 93.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 121 | 95 | 0.61 | 0 | 0.21 | 0.53 | 158.92 | 0.44 | 0.33 |
| Hex | 2F | 79 | 5F | 3D | 0 | 15 | 35 | 9F | 2C | 21 |
| Octal | 57 | 171 | 137 | 75 | 0 | 25 | 65 | 237 | 54 | 41 |
| Binary | 101111 | 1111001 | 1011111 | 111101 | 0 | 10101 | 110101 | 10011111 | 101100 | 100001 |
Color Harmonies of #2F795F
Complementary color
Monochromatic Colors of #2F795F
Black with #2F795F
Text Example
Text Example
White with #2F795F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F795F; }
p { color: rgb(47,121,95); }
H1.HeaderClassName
{
color: #2F795F;
}
.AnyTagClassName
{
color: #2F795F;
}
</style>
background-color css
<style>
a { background-color: #2F795F; }
a { background-color: rgb(47,121,95); }
div.DivClassName
{
background-color: #2F795F;
}
.BgClassName
{
background-color: #2F795F;
}
</style>
border-color css
<style>
span { border-color: #2F795F; }
span { border-color: rgb(47,121,95); }
td.TdClassName
{
border-color: #2F795F;
}
.TagClassName
{
border-color: #2F795F;
}
</style>