Shades of Genoa #2C856C
Tints of Genoa #2C856C
RGB
CMYK
RGB Variations
Color information
#2C856C (or 0x2C856C) is known color: Genoa. HEX triplet: 2C, 85 and 6C. RGB value is (44,133,108). Sum of RGB (Red+Green+Blue) = 44+133+108=285 (37% of max value = 765). Red value is 44 (17.58% from 255 or 15.44% from 285); Green value is 133 (52.34% from 255 or 46.67% from 285); Blue value is 108 (42.58% from 255 or 37.89% from 285); Max value from RGB is 133 - color contains mainly: green. Hex color #2C856C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2C856C is #D37A93. Grayscale: #676767. Windows color (decimal): -13859476 or 7111980. OLE color: 7111980.
HSL color Cylindrical-coordinate representation of color #2C856C: hue angle of 163.15º 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 #2C856C is Cyan = 0.67, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 44 | 133 | 108 | - |
| CMYK | 0.67 | 0 | 0.19 | 0.48 |
| HSL | 163.15º | 0.5% | 0.35% | - |
| HSV(B) | 163.15º | 0.67% | 0.52% | - |
| XYZ | 12.13 | 18.39 | 17.1 | - |
| YUV | 103.54 | 130.51 | 85.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 133 | 108 | 0.67 | 0 | 0.19 | 0.48 | 163.15 | 0.5 | 0.35 |
| Hex | 2C | 85 | 6C | 43 | 0 | 13 | 30 | A3 | 32 | 23 |
| Octal | 54 | 205 | 154 | 103 | 0 | 23 | 60 | 243 | 62 | 43 |
| Binary | 101100 | 10000101 | 1101100 | 1000011 | 0 | 10011 | 110000 | 10100011 | 110010 | 100011 |
Color Harmonies of #2C856C
Complementary color
Monochromatic Colors of #2C856C
Black with #2C856C
Text Example
Text Example
White with #2C856C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C856C; }
p { color: rgb(44,133,108); }
H1.HeaderClassName
{
color: #2C856C;
}
.AnyTagClassName
{
color: #2C856C;
}
</style>
background-color css
<style>
a { background-color: #2C856C; }
a { background-color: rgb(44,133,108); }
div.DivClassName
{
background-color: #2C856C;
}
.BgClassName
{
background-color: #2C856C;
}
</style>
border-color css
<style>
span { border-color: #2C856C; }
span { border-color: rgb(44,133,108); }
td.TdClassName
{
border-color: #2C856C;
}
.TagClassName
{
border-color: #2C856C;
}
</style>