Shades of Genoa #2C6B68
Tints of Genoa #2C6B68
RGB
CMYK
RGB Variations
Color information
#2C6B68 (or 0x2C6B68) is known color: Genoa. HEX triplet: 2C, 6B and 68. RGB value is (44,107,104). Sum of RGB (Red+Green+Blue) = 44+107+104=255 (33% of max value = 765). Red value is 44 (17.58% from 255 or 17.25% from 255); Green value is 107 (42.19% from 255 or 41.96% from 255); Blue value is 104 (41.02% from 255 or 40.78% from 255); Max value from RGB is 107 - color contains mainly: green. Hex color #2C6B68 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2C6B68 is #D39497. Grayscale: #575757. Windows color (decimal): -13866136 or 6843180. OLE color: 6843180.
HSL color Cylindrical-coordinate representation of color #2C6B68: hue angle of 177.14º degrees, saturation: 0.42, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #2C6B68 is Cyan = 0.59, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 44 | 107 | 104 | - |
| CMYK | 0.59 | 0 | 0.03 | 0.58 |
| HSL | 177.14º | 0.42% | 0.3% | - |
| HSV(B) | 177.14º | 0.59% | 0.42% | - |
| XYZ | 8.8 | 12.05 | 14.96 | - |
| YUV | 87.82 | 137.13 | 96.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 107 | 104 | 0.59 | 0 | 0.03 | 0.58 | 177.14 | 0.42 | 0.3 |
| Hex | 2C | 6B | 68 | 3B | 0 | 3 | 3A | B1 | 2A | 1E |
| Octal | 54 | 153 | 150 | 73 | 0 | 3 | 72 | 261 | 52 | 36 |
| Binary | 101100 | 1101011 | 1101000 | 111011 | 0 | 11 | 111010 | 10110001 | 101010 | 11110 |
Color Harmonies of #2C6B68
Complementary color
Monochromatic Colors of #2C6B68
Black with #2C6B68
Text Example
Text Example
White with #2C6B68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C6B68; }
p { color: rgb(44,107,104); }
H1.HeaderClassName
{
color: #2C6B68;
}
.AnyTagClassName
{
color: #2C6B68;
}
</style>
background-color css
<style>
a { background-color: #2C6B68; }
a { background-color: rgb(44,107,104); }
div.DivClassName
{
background-color: #2C6B68;
}
.BgClassName
{
background-color: #2C6B68;
}
</style>
border-color css
<style>
span { border-color: #2C6B68; }
span { border-color: rgb(44,107,104); }
td.TdClassName
{
border-color: #2C6B68;
}
.TagClassName
{
border-color: #2C6B68;
}
</style>