Shades of Genoa #2C806E
Tints of Genoa #2C806E
RGB
CMYK
RGB Variations
Color information
#2C806E (or 0x2C806E) is known color: Genoa. HEX triplet: 2C, 80 and 6E. RGB value is (44,128,110). Sum of RGB (Red+Green+Blue) = 44+128+110=282 (37% of max value = 765). Red value is 44 (17.58% from 255 or 15.60% from 282); Green value is 128 (50.39% from 255 or 45.39% from 282); Blue value is 110 (43.36% from 255 or 39.01% from 282); Max value from RGB is 128 - color contains mainly: green. Hex color #2C806E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2C806E is #D37F91. Grayscale: #646464. Windows color (decimal): -13860754 or 7241772. OLE color: 7241772.
HSL color Cylindrical-coordinate representation of color #2C806E: hue angle of 167.14º degrees, saturation: 0.49, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #2C806E is Cyan = 0.66, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 44 | 128 | 110 | - |
| CMYK | 0.66 | 0 | 0.14 | 0.50 |
| HSL | 167.14º | 0.49% | 0.34% | - |
| HSV(B) | 167.14º | 0.66% | 0.5% | - |
| XYZ | 11.57 | 17.1 | 17.44 | - |
| YUV | 100.83 | 133.17 | 87.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 128 | 110 | 0.66 | 0 | 0.14 | 0.50 | 167.14 | 0.49 | 0.34 |
| Hex | 2C | 80 | 6E | 42 | 0 | E | 32 | A7 | 31 | 22 |
| Octal | 54 | 200 | 156 | 102 | 0 | 16 | 62 | 247 | 61 | 42 |
| Binary | 101100 | 10000000 | 1101110 | 1000010 | 0 | 1110 | 110010 | 10100111 | 110001 | 100010 |
Color Harmonies of #2C806E
Complementary color
Monochromatic Colors of #2C806E
Black with #2C806E
Text Example
Text Example
White with #2C806E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C806E; }
p { color: rgb(44,128,110); }
H1.HeaderClassName
{
color: #2C806E;
}
.AnyTagClassName
{
color: #2C806E;
}
</style>
background-color css
<style>
a { background-color: #2C806E; }
a { background-color: rgb(44,128,110); }
div.DivClassName
{
background-color: #2C806E;
}
.BgClassName
{
background-color: #2C806E;
}
</style>
border-color css
<style>
span { border-color: #2C806E; }
span { border-color: rgb(44,128,110); }
td.TdClassName
{
border-color: #2C806E;
}
.TagClassName
{
border-color: #2C806E;
}
</style>