Shades of Genoa #2C6F60
Tints of Genoa #2C6F60
RGB
CMYK
RGB Variations
Color information
#2C6F60 (or 0x2C6F60) is known color: Genoa. HEX triplet: 2C, 6F and 60. RGB value is (44,111,96). Sum of RGB (Red+Green+Blue) = 44+111+96=251 (33% of max value = 765). Red value is 44 (17.58% from 255 or 17.53% from 251); Green value is 111 (43.75% from 255 or 44.22% from 251); Blue value is 96 (37.89% from 255 or 38.25% from 251); Max value from RGB is 111 - color contains mainly: green. Hex color #2C6F60 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2C6F60 is #D3909F. Grayscale: #595959. Windows color (decimal): -13865120 or 6319916. OLE color: 6319916.
HSL color Cylindrical-coordinate representation of color #2C6F60: hue angle of 166.57º degrees, saturation: 0.43, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #2C6F60 is Cyan = 0.60, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 44 | 111 | 96 | - |
| CMYK | 0.60 | 0 | 0.14 | 0.56 |
| HSL | 166.57º | 0.43% | 0.3% | - |
| HSV(B) | 166.57º | 0.6% | 0.44% | - |
| XYZ | 8.83 | 12.75 | 13.06 | - |
| YUV | 89.26 | 131.8 | 95.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 111 | 96 | 0.60 | 0 | 0.14 | 0.56 | 166.57 | 0.43 | 0.3 |
| Hex | 2C | 6F | 60 | 3C | 0 | E | 38 | A7 | 2B | 1E |
| Octal | 54 | 157 | 140 | 74 | 0 | 16 | 70 | 247 | 53 | 36 |
| Binary | 101100 | 1101111 | 1100000 | 111100 | 0 | 1110 | 111000 | 10100111 | 101011 | 11110 |
Color Harmonies of #2C6F60
Complementary color
Monochromatic Colors of #2C6F60
Black with #2C6F60
Text Example
Text Example
White with #2C6F60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C6F60; }
p { color: rgb(44,111,96); }
H1.HeaderClassName
{
color: #2C6F60;
}
.AnyTagClassName
{
color: #2C6F60;
}
</style>
background-color css
<style>
a { background-color: #2C6F60; }
a { background-color: rgb(44,111,96); }
div.DivClassName
{
background-color: #2C6F60;
}
.BgClassName
{
background-color: #2C6F60;
}
</style>
border-color css
<style>
span { border-color: #2C6F60; }
span { border-color: rgb(44,111,96); }
td.TdClassName
{
border-color: #2C6F60;
}
.TagClassName
{
border-color: #2C6F60;
}
</style>