Shades of Genoa #2F725D
Tints of Genoa #2F725D
RGB
CMYK
RGB Variations
Color information
#2F725D (or 0x2F725D) is known color: Genoa. HEX triplet: 2F, 72 and 5D. RGB value is (47,114,93). Sum of RGB (Red+Green+Blue) = 47+114+93=254 (33% of max value = 765). Red value is 47 (18.75% from 255 or 18.50% from 254); Green value is 114 (44.92% from 255 or 44.88% from 254); Blue value is 93 (36.72% from 255 or 36.61% from 254); Max value from RGB is 114 - color contains mainly: green. Hex color #2F725D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2F725D is #D08DA2. Grayscale: #5B5B5B. Windows color (decimal): -13667747 or 6124079. OLE color: 6124079.
HSL color Cylindrical-coordinate representation of color #2F725D: hue angle of 161.19º 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 #2F725D is Cyan = 0.59, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 47 | 114 | 93 | - |
| CMYK | 0.59 | 0 | 0.18 | 0.55 |
| HSL | 161.19º | 0.42% | 0.32% | - |
| HSV(B) | 161.19º | 0.59% | 0.45% | - |
| XYZ | 9.17 | 13.43 | 12.46 | - |
| YUV | 91.57 | 128.8 | 96.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 114 | 93 | 0.59 | 0 | 0.18 | 0.55 | 161.19 | 0.42 | 0.32 |
| Hex | 2F | 72 | 5D | 3B | 0 | 12 | 37 | A1 | 2A | 20 |
| Octal | 57 | 162 | 135 | 73 | 0 | 22 | 67 | 241 | 52 | 40 |
| Binary | 101111 | 1110010 | 1011101 | 111011 | 0 | 10010 | 110111 | 10100001 | 101010 | 100000 |
Color Harmonies of #2F725D
Complementary color
Monochromatic Colors of #2F725D
Black with #2F725D
Text Example
Text Example
White with #2F725D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F725D; }
p { color: rgb(47,114,93); }
H1.HeaderClassName
{
color: #2F725D;
}
.AnyTagClassName
{
color: #2F725D;
}
</style>
background-color css
<style>
a { background-color: #2F725D; }
a { background-color: rgb(47,114,93); }
div.DivClassName
{
background-color: #2F725D;
}
.BgClassName
{
background-color: #2F725D;
}
</style>
border-color css
<style>
span { border-color: #2F725D; }
span { border-color: rgb(47,114,93); }
td.TdClassName
{
border-color: #2F725D;
}
.TagClassName
{
border-color: #2F725D;
}
</style>