Shades of Genoa #2F6963
Tints of Genoa #2F6963
RGB
CMYK
RGB Variations
Color information
#2F6963 (or 0x2F6963) is known color: Genoa. HEX triplet: 2F, 69 and 63. RGB value is (47,105,99). Sum of RGB (Red+Green+Blue) = 47+105+99=251 (33% of max value = 765). Red value is 47 (18.75% from 255 or 18.73% from 251); Green value is 105 (41.41% from 255 or 41.83% from 251); Blue value is 99 (39.06% from 255 or 39.44% from 251); Max value from RGB is 105 - color contains mainly: green. Hex color #2F6963 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2F6963 is #D0969C. Grayscale: #565656. Windows color (decimal): -13670045 or 6514991. OLE color: 6514991.
HSL color Cylindrical-coordinate representation of color #2F6963: hue angle of 173.79º degrees, saturation: 0.38, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #2F6963 is Cyan = 0.55, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 47 | 105 | 99 | - |
| CMYK | 0.55 | 0 | 0.06 | 0.59 |
| HSL | 173.79º | 0.38% | 0.3% | - |
| HSV(B) | 173.79º | 0.55% | 0.41% | - |
| XYZ | 8.48 | 11.61 | 13.6 | - |
| YUV | 86.97 | 134.78 | 99.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 105 | 99 | 0.55 | 0 | 0.06 | 0.59 | 173.79 | 0.38 | 0.3 |
| Hex | 2F | 69 | 63 | 37 | 0 | 6 | 3B | AE | 26 | 1E |
| Octal | 57 | 151 | 143 | 67 | 0 | 6 | 73 | 256 | 46 | 36 |
| Binary | 101111 | 1101001 | 1100011 | 110111 | 0 | 110 | 111011 | 10101110 | 100110 | 11110 |
Color Harmonies of #2F6963
Complementary color
Monochromatic Colors of #2F6963
Black with #2F6963
Text Example
Text Example
White with #2F6963
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F6963; }
p { color: rgb(47,105,99); }
H1.HeaderClassName
{
color: #2F6963;
}
.AnyTagClassName
{
color: #2F6963;
}
</style>
background-color css
<style>
a { background-color: #2F6963; }
a { background-color: rgb(47,105,99); }
div.DivClassName
{
background-color: #2F6963;
}
.BgClassName
{
background-color: #2F6963;
}
</style>
border-color css
<style>
span { border-color: #2F6963; }
span { border-color: rgb(47,105,99); }
td.TdClassName
{
border-color: #2F6963;
}
.TagClassName
{
border-color: #2F6963;
}
</style>