Shades of Genoa #2C6B69
Tints of Genoa #2C6B69
RGB
CMYK
RGB Variations
Color information
#2C6B69 (or 0x2C6B69) is known color: Genoa. HEX triplet: 2C, 6B and 69. RGB value is (44,107,105). Sum of RGB (Red+Green+Blue) = 44+107+105=256 (33% of max value = 765). Red value is 44 (17.58% from 255 or 17.19% from 256); Green value is 107 (42.19% from 255 or 41.80% from 256); Blue value is 105 (41.41% from 255 or 41.02% from 256); Max value from RGB is 107 - color contains mainly: green. Hex color #2C6B69 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2C6B69 is #D39496. Grayscale: #575757. Windows color (decimal): -13866135 or 6908716. OLE color: 6908716.
HSL color Cylindrical-coordinate representation of color #2C6B69: hue angle of 178.1º 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 #2C6B69 is Cyan = 0.59, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 44 | 107 | 105 | - |
| CMYK | 0.59 | 0 | 0.02 | 0.58 |
| HSL | 178.1º | 0.42% | 0.3% | - |
| HSV(B) | 178.1º | 0.59% | 0.42% | - |
| XYZ | 8.85 | 12.07 | 15.23 | - |
| YUV | 87.94 | 137.63 | 96.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 107 | 105 | 0.59 | 0 | 0.02 | 0.58 | 178.1 | 0.42 | 0.3 |
| Hex | 2C | 6B | 69 | 3B | 0 | 2 | 3A | B2 | 2A | 1E |
| Octal | 54 | 153 | 151 | 73 | 0 | 2 | 72 | 262 | 52 | 36 |
| Binary | 101100 | 1101011 | 1101001 | 111011 | 0 | 10 | 111010 | 10110010 | 101010 | 11110 |
Color Harmonies of #2C6B69
Complementary color
Monochromatic Colors of #2C6B69
Black with #2C6B69
Text Example
Text Example
White with #2C6B69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C6B69; }
p { color: rgb(44,107,105); }
H1.HeaderClassName
{
color: #2C6B69;
}
.AnyTagClassName
{
color: #2C6B69;
}
</style>
background-color css
<style>
a { background-color: #2C6B69; }
a { background-color: rgb(44,107,105); }
div.DivClassName
{
background-color: #2C6B69;
}
.BgClassName
{
background-color: #2C6B69;
}
</style>
border-color css
<style>
span { border-color: #2C6B69; }
span { border-color: rgb(44,107,105); }
td.TdClassName
{
border-color: #2C6B69;
}
.TagClassName
{
border-color: #2C6B69;
}
</style>