Shades of Genoa #2C6F64
Tints of Genoa #2C6F64
RGB
CMYK
RGB Variations
Color information
#2C6F64 (or 0x2C6F64) is known color: Genoa. HEX triplet: 2C, 6F and 64. RGB value is (44,111,100). Sum of RGB (Red+Green+Blue) = 44+111+100=255 (33% of max value = 765). Red value is 44 (17.58% from 255 or 17.25% from 255); Green value is 111 (43.75% from 255 or 43.53% from 255); Blue value is 100 (39.45% from 255 or 39.22% from 255); Max value from RGB is 111 - color contains mainly: green. Hex color #2C6F64 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2C6F64 is #D3909B. Grayscale: #595959. Windows color (decimal): -13865116 or 6582060. OLE color: 6582060.
HSL color Cylindrical-coordinate representation of color #2C6F64: hue angle of 170.15º 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 #2C6F64 is Cyan = 0.60, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 44 | 111 | 100 | - |
| CMYK | 0.60 | 0 | 0.10 | 0.56 |
| HSL | 170.15º | 0.43% | 0.3% | - |
| HSV(B) | 170.15º | 0.6% | 0.44% | - |
| XYZ | 9.02 | 12.82 | 14.06 | - |
| YUV | 89.71 | 133.8 | 95.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 111 | 100 | 0.60 | 0 | 0.10 | 0.56 | 170.15 | 0.43 | 0.3 |
| Hex | 2C | 6F | 64 | 3C | 0 | A | 38 | AA | 2B | 1E |
| Octal | 54 | 157 | 144 | 74 | 0 | 12 | 70 | 252 | 53 | 36 |
| Binary | 101100 | 1101111 | 1100100 | 111100 | 0 | 1010 | 111000 | 10101010 | 101011 | 11110 |
Color Harmonies of #2C6F64
Complementary color
Monochromatic Colors of #2C6F64
Black with #2C6F64
Text Example
Text Example
White with #2C6F64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C6F64; }
p { color: rgb(44,111,100); }
H1.HeaderClassName
{
color: #2C6F64;
}
.AnyTagClassName
{
color: #2C6F64;
}
</style>
background-color css
<style>
a { background-color: #2C6F64; }
a { background-color: rgb(44,111,100); }
div.DivClassName
{
background-color: #2C6F64;
}
.BgClassName
{
background-color: #2C6F64;
}
</style>
border-color css
<style>
span { border-color: #2C6F64; }
span { border-color: rgb(44,111,100); }
td.TdClassName
{
border-color: #2C6F64;
}
.TagClassName
{
border-color: #2C6F64;
}
</style>