Shades of Genoa #2C856F
Tints of Genoa #2C856F
RGB
CMYK
RGB Variations
Color information
#2C856F (or 0x2C856F) is known color: Genoa. HEX triplet: 2C, 85 and 6F. RGB value is (44,133,111). Sum of RGB (Red+Green+Blue) = 44+133+111=288 (38% of max value = 765). Red value is 44 (17.58% from 255 or 15.28% from 288); Green value is 133 (52.34% from 255 or 46.18% from 288); Blue value is 111 (43.75% from 255 or 38.54% from 288); Max value from RGB is 133 - color contains mainly: green. Hex color #2C856F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2C856F is #D37A90. Grayscale: #676767. Windows color (decimal): -13859473 or 7308588. OLE color: 7308588.
HSL color Cylindrical-coordinate representation of color #2C856F: hue angle of 165.17º 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 #2C856F is Cyan = 0.67, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 44 | 133 | 111 | - |
| CMYK | 0.67 | 0 | 0.17 | 0.48 |
| HSL | 165.17º | 0.5% | 0.35% | - |
| HSV(B) | 165.17º | 0.67% | 0.52% | - |
| XYZ | 12.3 | 18.46 | 17.95 | - |
| YUV | 103.88 | 132.01 | 85.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 133 | 111 | 0.67 | 0 | 0.17 | 0.48 | 165.17 | 0.5 | 0.35 |
| Hex | 2C | 85 | 6F | 43 | 0 | 11 | 30 | A5 | 32 | 23 |
| Octal | 54 | 205 | 157 | 103 | 0 | 21 | 60 | 245 | 62 | 43 |
| Binary | 101100 | 10000101 | 1101111 | 1000011 | 0 | 10001 | 110000 | 10100101 | 110010 | 100011 |
Color Harmonies of #2C856F
Complementary color
Monochromatic Colors of #2C856F
Black with #2C856F
Text Example
Text Example
White with #2C856F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C856F; }
p { color: rgb(44,133,111); }
H1.HeaderClassName
{
color: #2C856F;
}
.AnyTagClassName
{
color: #2C856F;
}
</style>
background-color css
<style>
a { background-color: #2C856F; }
a { background-color: rgb(44,133,111); }
div.DivClassName
{
background-color: #2C856F;
}
.BgClassName
{
background-color: #2C856F;
}
</style>
border-color css
<style>
span { border-color: #2C856F; }
span { border-color: rgb(44,133,111); }
td.TdClassName
{
border-color: #2C856F;
}
.TagClassName
{
border-color: #2C856F;
}
</style>