Shades of Genoa #2C816E
Tints of Genoa #2C816E
RGB
CMYK
RGB Variations
Color information
#2C816E (or 0x2C816E) is known color: Genoa. HEX triplet: 2C, 81 and 6E. RGB value is (44,129,110). Sum of RGB (Red+Green+Blue) = 44+129+110=283 (37% of max value = 765). Red value is 44 (17.58% from 255 or 15.55% from 283); Green value is 129 (50.78% from 255 or 45.58% from 283); Blue value is 110 (43.36% from 255 or 38.87% from 283); Max value from RGB is 129 - color contains mainly: green. Hex color #2C816E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2C816E is #D37E91. Grayscale: #656565. Windows color (decimal): -13860498 or 7242028. OLE color: 7242028.
HSL color Cylindrical-coordinate representation of color #2C816E: hue angle of 166.59º degrees, saturation: 0.49, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #2C816E is Cyan = 0.66, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 44 | 129 | 110 | - |
| CMYK | 0.66 | 0 | 0.15 | 0.49 |
| HSL | 166.59º | 0.49% | 0.34% | - |
| HSV(B) | 166.59º | 0.66% | 0.51% | - |
| XYZ | 11.7 | 17.36 | 17.49 | - |
| YUV | 101.42 | 132.84 | 87.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 129 | 110 | 0.66 | 0 | 0.15 | 0.49 | 166.59 | 0.49 | 0.34 |
| Hex | 2C | 81 | 6E | 42 | 0 | F | 31 | A7 | 31 | 22 |
| Octal | 54 | 201 | 156 | 102 | 0 | 17 | 61 | 247 | 61 | 42 |
| Binary | 101100 | 10000001 | 1101110 | 1000010 | 0 | 1111 | 110001 | 10100111 | 110001 | 100010 |
Color Harmonies of #2C816E
Complementary color
Monochromatic Colors of #2C816E
Black with #2C816E
Text Example
Text Example
White with #2C816E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C816E; }
p { color: rgb(44,129,110); }
H1.HeaderClassName
{
color: #2C816E;
}
.AnyTagClassName
{
color: #2C816E;
}
</style>
background-color css
<style>
a { background-color: #2C816E; }
a { background-color: rgb(44,129,110); }
div.DivClassName
{
background-color: #2C816E;
}
.BgClassName
{
background-color: #2C816E;
}
</style>
border-color css
<style>
span { border-color: #2C816E; }
span { border-color: rgb(44,129,110); }
td.TdClassName
{
border-color: #2C816E;
}
.TagClassName
{
border-color: #2C816E;
}
</style>