Shades of Genoa #2F725F
Tints of Genoa #2F725F
RGB
CMYK
RGB Variations
Color information
#2F725F (or 0x2F725F) is known color: Genoa. HEX triplet: 2F, 72 and 5F. RGB value is (47,114,95). Sum of RGB (Red+Green+Blue) = 47+114+95=256 (33% of max value = 765). Red value is 47 (18.75% from 255 or 18.36% from 256); Green value is 114 (44.92% from 255 or 44.53% from 256); Blue value is 95 (37.5% from 255 or 37.11% from 256); Max value from RGB is 114 - color contains mainly: green. Hex color #2F725F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2F725F is #D08DA0. Grayscale: #5B5B5B. Windows color (decimal): -13667745 or 6255151. OLE color: 6255151.
HSL color Cylindrical-coordinate representation of color #2F725F: hue angle of 162.99º degrees, saturation: 0.42, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #2F725F is Cyan = 0.59, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 47 | 114 | 95 | - |
| CMYK | 0.59 | 0 | 0.17 | 0.55 |
| HSL | 162.99º | 0.42% | 0.32% | - |
| HSV(B) | 162.99º | 0.59% | 0.45% | - |
| XYZ | 9.26 | 13.47 | 12.94 | - |
| YUV | 91.8 | 129.8 | 96.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 114 | 95 | 0.59 | 0 | 0.17 | 0.55 | 162.99 | 0.42 | 0.32 |
| Hex | 2F | 72 | 5F | 3B | 0 | 11 | 37 | A3 | 2A | 20 |
| Octal | 57 | 162 | 137 | 73 | 0 | 21 | 67 | 243 | 52 | 40 |
| Binary | 101111 | 1110010 | 1011111 | 111011 | 0 | 10001 | 110111 | 10100011 | 101010 | 100000 |
Color Harmonies of #2F725F
Complementary color
Monochromatic Colors of #2F725F
Black with #2F725F
Text Example
Text Example
White with #2F725F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F725F; }
p { color: rgb(47,114,95); }
H1.HeaderClassName
{
color: #2F725F;
}
.AnyTagClassName
{
color: #2F725F;
}
</style>
background-color css
<style>
a { background-color: #2F725F; }
a { background-color: rgb(47,114,95); }
div.DivClassName
{
background-color: #2F725F;
}
.BgClassName
{
background-color: #2F725F;
}
</style>
border-color css
<style>
span { border-color: #2F725F; }
span { border-color: rgb(47,114,95); }
td.TdClassName
{
border-color: #2F725F;
}
.TagClassName
{
border-color: #2F725F;
}
</style>