Shades of Genoa #2F706C
Tints of Genoa #2F706C
RGB
CMYK
RGB Variations
Color information
#2F706C (or 0x2F706C) is known color: Genoa. HEX triplet: 2F, 70 and 6C. RGB value is (47,112,108). Sum of RGB (Red+Green+Blue) = 47+112+108=267 (35% of max value = 765). Red value is 47 (18.75% from 255 or 17.60% from 267); Green value is 112 (44.14% from 255 or 41.95% from 267); Blue value is 108 (42.58% from 255 or 40.45% from 267); Max value from RGB is 112 - color contains mainly: green. Hex color #2F706C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2F706C is #D08F93. Grayscale: #5C5C5C. Windows color (decimal): -13668244 or 7106607. OLE color: 7106607.
HSL color Cylindrical-coordinate representation of color #2F706C: hue angle of 176.31º degrees, saturation: 0.41, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #2F706C is Cyan = 0.58, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 47 | 112 | 108 | - |
| CMYK | 0.58 | 0 | 0.04 | 0.56 |
| HSL | 176.31º | 0.41% | 0.31% | - |
| HSV(B) | 176.31º | 0.58% | 0.44% | - |
| XYZ | 9.67 | 13.28 | 16.24 | - |
| YUV | 92.11 | 136.97 | 95.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 112 | 108 | 0.58 | 0 | 0.04 | 0.56 | 176.31 | 0.41 | 0.31 |
| Hex | 2F | 70 | 6C | 3A | 0 | 4 | 38 | B0 | 29 | 1F |
| Octal | 57 | 160 | 154 | 72 | 0 | 4 | 70 | 260 | 51 | 37 |
| Binary | 101111 | 1110000 | 1101100 | 111010 | 0 | 100 | 111000 | 10110000 | 101001 | 11111 |
Color Harmonies of #2F706C
Complementary color
Monochromatic Colors of #2F706C
Black with #2F706C
Text Example
Text Example
White with #2F706C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F706C; }
p { color: rgb(47,112,108); }
H1.HeaderClassName
{
color: #2F706C;
}
.AnyTagClassName
{
color: #2F706C;
}
</style>
background-color css
<style>
a { background-color: #2F706C; }
a { background-color: rgb(47,112,108); }
div.DivClassName
{
background-color: #2F706C;
}
.BgClassName
{
background-color: #2F706C;
}
</style>
border-color css
<style>
span { border-color: #2F706C; }
span { border-color: rgb(47,112,108); }
td.TdClassName
{
border-color: #2F706C;
}
.TagClassName
{
border-color: #2F706C;
}
</style>