Shades of Genoa #2F7066
Tints of Genoa #2F7066
RGB
CMYK
RGB Variations
Color information
#2F7066 (or 0x2F7066) is known color: Genoa. HEX triplet: 2F, 70 and 66. RGB value is (47,112,102). Sum of RGB (Red+Green+Blue) = 47+112+102=261 (34% of max value = 765). Red value is 47 (18.75% from 255 or 18.01% from 261); Green value is 112 (44.14% from 255 or 42.91% from 261); Blue value is 102 (40.23% from 255 or 39.08% from 261); Max value from RGB is 112 - color contains mainly: green. Hex color #2F7066 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2F7066 is #D08F99. Grayscale: #5B5B5B. Windows color (decimal): -13668250 or 6713391. OLE color: 6713391.
HSL color Cylindrical-coordinate representation of color #2F7066: hue angle of 170.77º 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 #2F7066 is Cyan = 0.58, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 47 | 112 | 102 | - |
| CMYK | 0.58 | 0 | 0.09 | 0.56 |
| HSL | 170.77º | 0.41% | 0.31% | - |
| HSV(B) | 170.77º | 0.58% | 0.44% | - |
| XYZ | 9.36 | 13.15 | 14.62 | - |
| YUV | 91.43 | 133.97 | 96.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 112 | 102 | 0.58 | 0 | 0.09 | 0.56 | 170.77 | 0.41 | 0.31 |
| Hex | 2F | 70 | 66 | 3A | 0 | 9 | 38 | AB | 29 | 1F |
| Octal | 57 | 160 | 146 | 72 | 0 | 11 | 70 | 253 | 51 | 37 |
| Binary | 101111 | 1110000 | 1100110 | 111010 | 0 | 1001 | 111000 | 10101011 | 101001 | 11111 |
Color Harmonies of #2F7066
Complementary color
Monochromatic Colors of #2F7066
Black with #2F7066
Text Example
Text Example
White with #2F7066
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F7066; }
p { color: rgb(47,112,102); }
H1.HeaderClassName
{
color: #2F7066;
}
.AnyTagClassName
{
color: #2F7066;
}
</style>
background-color css
<style>
a { background-color: #2F7066; }
a { background-color: rgb(47,112,102); }
div.DivClassName
{
background-color: #2F7066;
}
.BgClassName
{
background-color: #2F7066;
}
</style>
border-color css
<style>
span { border-color: #2F7066; }
span { border-color: rgb(47,112,102); }
td.TdClassName
{
border-color: #2F7066;
}
.TagClassName
{
border-color: #2F7066;
}
</style>