Shades of Genoa #2C6E6C
Tints of Genoa #2C6E6C
RGB
CMYK
RGB Variations
Color information
#2C6E6C (or 0x2C6E6C) is known color: Genoa. HEX triplet: 2C, 6E and 6C. RGB value is (44,110,108). Sum of RGB (Red+Green+Blue) = 44+110+108=262 (34% of max value = 765). Red value is 44 (17.58% from 255 or 16.79% from 262); Green value is 110 (43.36% from 255 or 41.98% from 262); Blue value is 108 (42.58% from 255 or 41.22% from 262); Max value from RGB is 110 - color contains mainly: green. Hex color #2C6E6C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2C6E6C is #D39193. Grayscale: #595959. Windows color (decimal): -13865364 or 7106092. OLE color: 7106092.
HSL color Cylindrical-coordinate representation of color #2C6E6C: hue angle of 178.18º 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 #2C6E6C is Cyan = 0.6, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 44 | 110 | 108 | - |
| CMYK | 0.6 | 0 | 0.02 | 0.57 |
| HSL | 178.18º | 0.43% | 0.3% | - |
| HSV(B) | 178.18º | 0.6% | 0.43% | - |
| XYZ | 9.32 | 12.77 | 16.16 | - |
| YUV | 90.04 | 138.13 | 95.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 110 | 108 | 0.6 | 0 | 0.02 | 0.57 | 178.18 | 0.43 | 0.3 |
| Hex | 2C | 6E | 6C | 3C | 0 | 2 | 39 | B2 | 2B | 1E |
| Octal | 54 | 156 | 154 | 74 | 0 | 2 | 71 | 262 | 53 | 36 |
| Binary | 101100 | 1101110 | 1101100 | 111100 | 0 | 10 | 111001 | 10110010 | 101011 | 11110 |
Color Harmonies of #2C6E6C
Complementary color
Monochromatic Colors of #2C6E6C
Black with #2C6E6C
Text Example
Text Example
White with #2C6E6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C6E6C; }
p { color: rgb(44,110,108); }
H1.HeaderClassName
{
color: #2C6E6C;
}
.AnyTagClassName
{
color: #2C6E6C;
}
</style>
background-color css
<style>
a { background-color: #2C6E6C; }
a { background-color: rgb(44,110,108); }
div.DivClassName
{
background-color: #2C6E6C;
}
.BgClassName
{
background-color: #2C6E6C;
}
</style>
border-color css
<style>
span { border-color: #2C6E6C; }
span { border-color: rgb(44,110,108); }
td.TdClassName
{
border-color: #2C6E6C;
}
.TagClassName
{
border-color: #2C6E6C;
}
</style>