Shades of Genoa #2F6B65
Tints of Genoa #2F6B65
RGB
CMYK
RGB Variations
Color information
#2F6B65 (or 0x2F6B65) is known color: Genoa. HEX triplet: 2F, 6B and 65. RGB value is (47,107,101). Sum of RGB (Red+Green+Blue) = 47+107+101=255 (33% of max value = 765). Red value is 47 (18.75% from 255 or 18.43% from 255); Green value is 107 (42.19% from 255 or 41.96% from 255); Blue value is 101 (39.84% from 255 or 39.61% from 255); Max value from RGB is 107 - color contains mainly: green. Hex color #2F6B65 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2F6B65 is #D0949A. Grayscale: #585858. Windows color (decimal): -13669531 or 6646575. OLE color: 6646575.
HSL color Cylindrical-coordinate representation of color #2F6B65: hue angle of 174º degrees, saturation: 0.39, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #2F6B65 is Cyan = 0.56, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 47 | 107 | 101 | - |
| CMYK | 0.56 | 0 | 0.06 | 0.58 |
| HSL | 174º | 0.39% | 0.3% | - |
| HSV(B) | 174º | 0.56% | 0.42% | - |
| XYZ | 8.78 | 12.06 | 14.18 | - |
| YUV | 88.38 | 135.12 | 98.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 107 | 101 | 0.56 | 0 | 0.06 | 0.58 | 174 | 0.39 | 0.3 |
| Hex | 2F | 6B | 65 | 38 | 0 | 6 | 3A | AE | 27 | 1E |
| Octal | 57 | 153 | 145 | 70 | 0 | 6 | 72 | 256 | 47 | 36 |
| Binary | 101111 | 1101011 | 1100101 | 111000 | 0 | 110 | 111010 | 10101110 | 100111 | 11110 |
Color Harmonies of #2F6B65
Complementary color
Monochromatic Colors of #2F6B65
Black with #2F6B65
Text Example
Text Example
White with #2F6B65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F6B65; }
p { color: rgb(47,107,101); }
H1.HeaderClassName
{
color: #2F6B65;
}
.AnyTagClassName
{
color: #2F6B65;
}
</style>
background-color css
<style>
a { background-color: #2F6B65; }
a { background-color: rgb(47,107,101); }
div.DivClassName
{
background-color: #2F6B65;
}
.BgClassName
{
background-color: #2F6B65;
}
</style>
border-color css
<style>
span { border-color: #2F6B65; }
span { border-color: rgb(47,107,101); }
td.TdClassName
{
border-color: #2F6B65;
}
.TagClassName
{
border-color: #2F6B65;
}
</style>