Shades of Genoa #2C6E62
Tints of Genoa #2C6E62
RGB
CMYK
RGB Variations
Color information
#2C6E62 (or 0x2C6E62) is known color: Genoa. HEX triplet: 2C, 6E and 62. RGB value is (44,110,98). Sum of RGB (Red+Green+Blue) = 44+110+98=252 (33% of max value = 765). Red value is 44 (17.58% from 255 or 17.46% from 252); Green value is 110 (43.36% from 255 or 43.65% from 252); Blue value is 98 (38.67% from 255 or 38.89% from 252); Max value from RGB is 110 - color contains mainly: green. Hex color #2C6E62 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2C6E62 is #D3919D. Grayscale: #585858. Windows color (decimal): -13865374 or 6450732. OLE color: 6450732.
HSL color Cylindrical-coordinate representation of color #2C6E62: hue angle of 169.09º degrees, saturation: 0.43, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #2C6E62 is Cyan = 0.6, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 44 | 110 | 98 | - |
| CMYK | 0.6 | 0 | 0.11 | 0.57 |
| HSL | 169.09º | 0.43% | 0.3% | - |
| HSV(B) | 169.09º | 0.6% | 0.43% | - |
| XYZ | 8.82 | 12.57 | 13.52 | - |
| YUV | 88.9 | 133.13 | 95.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 110 | 98 | 0.6 | 0 | 0.11 | 0.57 | 169.09 | 0.43 | 0.3 |
| Hex | 2C | 6E | 62 | 3C | 0 | B | 39 | A9 | 2B | 1E |
| Octal | 54 | 156 | 142 | 74 | 0 | 13 | 71 | 251 | 53 | 36 |
| Binary | 101100 | 1101110 | 1100010 | 111100 | 0 | 1011 | 111001 | 10101001 | 101011 | 11110 |
Color Harmonies of #2C6E62
Complementary color
Monochromatic Colors of #2C6E62
Black with #2C6E62
Text Example
Text Example
White with #2C6E62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C6E62; }
p { color: rgb(44,110,98); }
H1.HeaderClassName
{
color: #2C6E62;
}
.AnyTagClassName
{
color: #2C6E62;
}
</style>
background-color css
<style>
a { background-color: #2C6E62; }
a { background-color: rgb(44,110,98); }
div.DivClassName
{
background-color: #2C6E62;
}
.BgClassName
{
background-color: #2C6E62;
}
</style>
border-color css
<style>
span { border-color: #2C6E62; }
span { border-color: rgb(44,110,98); }
td.TdClassName
{
border-color: #2C6E62;
}
.TagClassName
{
border-color: #2C6E62;
}
</style>