Shades of Genoa #2F6F65
Tints of Genoa #2F6F65
RGB
CMYK
RGB Variations
Color information
#2F6F65 (or 0x2F6F65) is known color: Genoa. HEX triplet: 2F, 6F and 65. RGB value is (47,111,101). Sum of RGB (Red+Green+Blue) = 47+111+101=259 (34% of max value = 765). Red value is 47 (18.75% from 255 or 18.15% from 259); Green value is 111 (43.75% from 255 or 42.86% from 259); Blue value is 101 (39.84% from 255 or 39.00% from 259); Max value from RGB is 111 - color contains mainly: green. Hex color #2F6F65 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2F6F65 is #D0909A. Grayscale: #5A5A5A. Windows color (decimal): -13668507 or 6647599. OLE color: 6647599.
HSL color Cylindrical-coordinate representation of color #2F6F65: hue angle of 170.62º 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 #2F6F65 is Cyan = 0.58, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 47 | 111 | 101 | - |
| CMYK | 0.58 | 0 | 0.09 | 0.56 |
| HSL | 170.63º | 0.41% | 0.31% | - |
| HSV(B) | 170.63º | 0.58% | 0.44% | - |
| XYZ | 9.21 | 12.91 | 14.32 | - |
| YUV | 90.72 | 133.8 | 96.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 111 | 101 | 0.58 | 0 | 0.09 | 0.56 | 170.63 | 0.41 | 0.31 |
| Hex | 2F | 6F | 65 | 3A | 0 | 9 | 38 | AB | 29 | 1F |
| Octal | 57 | 157 | 145 | 72 | 0 | 11 | 70 | 253 | 51 | 37 |
| Binary | 101111 | 1101111 | 1100101 | 111010 | 0 | 1001 | 111000 | 10101011 | 101001 | 11111 |
Color Harmonies of #2F6F65
Complementary color
Monochromatic Colors of #2F6F65
Black with #2F6F65
Text Example
Text Example
White with #2F6F65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F6F65; }
p { color: rgb(47,111,101); }
H1.HeaderClassName
{
color: #2F6F65;
}
.AnyTagClassName
{
color: #2F6F65;
}
</style>
background-color css
<style>
a { background-color: #2F6F65; }
a { background-color: rgb(47,111,101); }
div.DivClassName
{
background-color: #2F6F65;
}
.BgClassName
{
background-color: #2F6F65;
}
</style>
border-color css
<style>
span { border-color: #2F6F65; }
span { border-color: rgb(47,111,101); }
td.TdClassName
{
border-color: #2F6F65;
}
.TagClassName
{
border-color: #2F6F65;
}
</style>