Shades of Genoa #2F6C63
Tints of Genoa #2F6C63
RGB
CMYK
RGB Variations
Color information
#2F6C63 (or 0x2F6C63) is known color: Genoa. HEX triplet: 2F, 6C and 63. RGB value is (47,108,99). Sum of RGB (Red+Green+Blue) = 47+108+99=254 (33% of max value = 765). Red value is 47 (18.75% from 255 or 18.50% from 254); Green value is 108 (42.58% from 255 or 42.52% from 254); Blue value is 99 (39.06% from 255 or 38.98% from 254); Max value from RGB is 108 - color contains mainly: green. Hex color #2F6C63 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2F6C63 is #D0939C. Grayscale: #585858. Windows color (decimal): -13669277 or 6515759. OLE color: 6515759.
HSL color Cylindrical-coordinate representation of color #2F6C63: hue angle of 171.15º 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 #2F6C63 is Cyan = 0.56, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 47 | 108 | 99 | - |
| CMYK | 0.56 | 0 | 0.08 | 0.58 |
| HSL | 171.15º | 0.39% | 0.3% | - |
| HSV(B) | 171.15º | 0.56% | 0.42% | - |
| XYZ | 8.79 | 12.23 | 13.7 | - |
| YUV | 88.74 | 133.79 | 98.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 108 | 99 | 0.56 | 0 | 0.08 | 0.58 | 171.15 | 0.39 | 0.3 |
| Hex | 2F | 6C | 63 | 38 | 0 | 8 | 3A | AB | 27 | 1E |
| Octal | 57 | 154 | 143 | 70 | 0 | 10 | 72 | 253 | 47 | 36 |
| Binary | 101111 | 1101100 | 1100011 | 111000 | 0 | 1000 | 111010 | 10101011 | 100111 | 11110 |
Color Harmonies of #2F6C63
Complementary color
Monochromatic Colors of #2F6C63
Black with #2F6C63
Text Example
Text Example
White with #2F6C63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F6C63; }
p { color: rgb(47,108,99); }
H1.HeaderClassName
{
color: #2F6C63;
}
.AnyTagClassName
{
color: #2F6C63;
}
</style>
background-color css
<style>
a { background-color: #2F6C63; }
a { background-color: rgb(47,108,99); }
div.DivClassName
{
background-color: #2F6C63;
}
.BgClassName
{
background-color: #2F6C63;
}
</style>
border-color css
<style>
span { border-color: #2F6C63; }
span { border-color: rgb(47,108,99); }
td.TdClassName
{
border-color: #2F6C63;
}
.TagClassName
{
border-color: #2F6C63;
}
</style>