Shades of Forest Green #2CA916
Tints of Forest Green #2CA916
RGB
CMYK
RGB Variations
Color information
#2CA916 (or 0x2CA916) is known color: Forest Green. HEX triplet: 2C, A9 and 16. RGB value is (44,169,22). Sum of RGB (Red+Green+Blue) = 44+169+22=235 (31% of max value = 765). Red value is 44 (17.58% from 255 or 18.72% from 235); Green value is 169 (66.41% from 255 or 71.91% from 235); Blue value is 22 (8.98% from 255 or 9.36% from 235); Max value from RGB is 169 - color contains mainly: green. Hex color #2CA916 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #2CA916 is #D356E9. Grayscale: #737373. Windows color (decimal): -13850346 or 1485100. OLE color: 1485100.
HSL color Cylindrical-coordinate representation of color #2CA916: hue angle of 111.02º degrees, saturation: 0.77, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #2CA916 is Cyan = 0.74, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 44 | 169 | 22 | - |
| CMYK | 0.74 | 0 | 0.87 | 0.34 |
| HSL | 111.02º | 0.77% | 0.37% | - |
| HSV(B) | 111.02º | 0.87% | 0.66% | - |
| XYZ | 15.37 | 28.97 | 5.54 | - |
| YUV | 114.87 | 75.59 | 77.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 169 | 22 | 0.74 | 0 | 0.87 | 0.34 | 111.02 | 0.77 | 0.37 |
| Hex | 2C | A9 | 16 | 4A | 0 | 57 | 22 | 6F | 4D | 25 |
| Octal | 54 | 251 | 26 | 112 | 0 | 127 | 42 | 157 | 115 | 45 |
| Binary | 101100 | 10101001 | 10110 | 1001010 | 0 | 1010111 | 100010 | 1101111 | 1001101 | 100101 |
Color Harmonies of #2CA916
Complementary color
Monochromatic Colors of #2CA916
Black with #2CA916
Text Example
Text Example
White with #2CA916
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CA916; }
p { color: rgb(44,169,22); }
H1.HeaderClassName
{
color: #2CA916;
}
.AnyTagClassName
{
color: #2CA916;
}
</style>
background-color css
<style>
a { background-color: #2CA916; }
a { background-color: rgb(44,169,22); }
div.DivClassName
{
background-color: #2CA916;
}
.BgClassName
{
background-color: #2CA916;
}
</style>
border-color css
<style>
span { border-color: #2CA916; }
span { border-color: rgb(44,169,22); }
td.TdClassName
{
border-color: #2CA916;
}
.TagClassName
{
border-color: #2CA916;
}
</style>