Shades of Genoa #2F7065
Tints of Genoa #2F7065
RGB
CMYK
RGB Variations
Color information
#2F7065 (or 0x2F7065) is known color: Genoa. HEX triplet: 2F, 70 and 65. RGB value is (47,112,101). Sum of RGB (Red+Green+Blue) = 47+112+101=260 (34% of max value = 765). Red value is 47 (18.75% from 255 or 18.08% from 260); Green value is 112 (44.14% from 255 or 43.08% from 260); Blue value is 101 (39.84% from 255 or 38.85% from 260); Max value from RGB is 112 - color contains mainly: green. Hex color #2F7065 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2F7065 is #D08F9A. Grayscale: #5B5B5B. Windows color (decimal): -13668251 or 6647855. OLE color: 6647855.
HSL color Cylindrical-coordinate representation of color #2F7065: hue angle of 169.85º 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 #2F7065 is Cyan = 0.58, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 47 | 112 | 101 | - |
| CMYK | 0.58 | 0 | 0.10 | 0.56 |
| HSL | 169.85º | 0.41% | 0.31% | - |
| HSV(B) | 169.85º | 0.58% | 0.44% | - |
| XYZ | 9.32 | 13.13 | 14.36 | - |
| YUV | 91.31 | 133.47 | 96.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 112 | 101 | 0.58 | 0 | 0.10 | 0.56 | 169.85 | 0.41 | 0.31 |
| Hex | 2F | 70 | 65 | 3A | 0 | A | 38 | AA | 29 | 1F |
| Octal | 57 | 160 | 145 | 72 | 0 | 12 | 70 | 252 | 51 | 37 |
| Binary | 101111 | 1110000 | 1100101 | 111010 | 0 | 1010 | 111000 | 10101010 | 101001 | 11111 |
Color Harmonies of #2F7065
Complementary color
Monochromatic Colors of #2F7065
Black with #2F7065
Text Example
Text Example
White with #2F7065
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F7065; }
p { color: rgb(47,112,101); }
H1.HeaderClassName
{
color: #2F7065;
}
.AnyTagClassName
{
color: #2F7065;
}
</style>
background-color css
<style>
a { background-color: #2F7065; }
a { background-color: rgb(47,112,101); }
div.DivClassName
{
background-color: #2F7065;
}
.BgClassName
{
background-color: #2F7065;
}
</style>
border-color css
<style>
span { border-color: #2F7065; }
span { border-color: rgb(47,112,101); }
td.TdClassName
{
border-color: #2F7065;
}
.TagClassName
{
border-color: #2F7065;
}
</style>