Shades of Genoa #2C856D
Tints of Genoa #2C856D
RGB
CMYK
RGB Variations
Color information
#2C856D (or 0x2C856D) is known color: Genoa. HEX triplet: 2C, 85 and 6D. RGB value is (44,133,109). Sum of RGB (Red+Green+Blue) = 44+133+109=286 (37% of max value = 765). Red value is 44 (17.58% from 255 or 15.38% from 286); Green value is 133 (52.34% from 255 or 46.50% from 286); Blue value is 109 (42.97% from 255 or 38.11% from 286); Max value from RGB is 133 - color contains mainly: green. Hex color #2C856D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2C856D is #D37A92. Grayscale: #676767. Windows color (decimal): -13859475 or 7177516. OLE color: 7177516.
HSL color Cylindrical-coordinate representation of color #2C856D: hue angle of 163.82º degrees, saturation: 0.5, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #2C856D is Cyan = 0.67, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 44 | 133 | 109 | - |
| CMYK | 0.67 | 0 | 0.18 | 0.48 |
| HSL | 163.82º | 0.5% | 0.35% | - |
| HSV(B) | 163.82º | 0.67% | 0.52% | - |
| XYZ | 12.19 | 18.41 | 17.38 | - |
| YUV | 103.65 | 131.01 | 85.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 133 | 109 | 0.67 | 0 | 0.18 | 0.48 | 163.82 | 0.5 | 0.35 |
| Hex | 2C | 85 | 6D | 43 | 0 | 12 | 30 | A4 | 32 | 23 |
| Octal | 54 | 205 | 155 | 103 | 0 | 22 | 60 | 244 | 62 | 43 |
| Binary | 101100 | 10000101 | 1101101 | 1000011 | 0 | 10010 | 110000 | 10100100 | 110010 | 100011 |
Color Harmonies of #2C856D
Complementary color
Monochromatic Colors of #2C856D
Black with #2C856D
Text Example
Text Example
White with #2C856D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C856D; }
p { color: rgb(44,133,109); }
H1.HeaderClassName
{
color: #2C856D;
}
.AnyTagClassName
{
color: #2C856D;
}
</style>
background-color css
<style>
a { background-color: #2C856D; }
a { background-color: rgb(44,133,109); }
div.DivClassName
{
background-color: #2C856D;
}
.BgClassName
{
background-color: #2C856D;
}
</style>
border-color css
<style>
span { border-color: #2C856D; }
span { border-color: rgb(44,133,109); }
td.TdClassName
{
border-color: #2C856D;
}
.TagClassName
{
border-color: #2C856D;
}
</style>