Shades of Forest Green #2CA616
Tints of Forest Green #2CA616
RGB
CMYK
RGB Variations
Color information
#2CA616 (or 0x2CA616) is known color: Forest Green. HEX triplet: 2C, A6 and 16. RGB value is (44,166,22). Sum of RGB (Red+Green+Blue) = 44+166+22=232 (30% of max value = 765). Red value is 44 (17.58% from 255 or 18.97% from 232); Green value is 166 (65.23% from 255 or 71.55% from 232); Blue value is 22 (8.98% from 255 or 9.48% from 232); Max value from RGB is 166 - color contains mainly: green. Hex color #2CA616 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #2CA616 is #D359E9. Grayscale: #717171. Windows color (decimal): -13851114 or 1484332. OLE color: 1484332.
HSL color Cylindrical-coordinate representation of color #2CA616: hue angle of 110.83º degrees, saturation: 0.77, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #2CA616 is Cyan = 0.73, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 44 | 166 | 22 | - |
| CMYK | 0.73 | 0 | 0.87 | 0.35 |
| HSL | 110.83º | 0.77% | 0.37% | - |
| HSV(B) | 110.83º | 0.87% | 0.65% | - |
| XYZ | 14.82 | 27.87 | 5.36 | - |
| YUV | 113.11 | 76.58 | 78.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 166 | 22 | 0.73 | 0 | 0.87 | 0.35 | 110.83 | 0.77 | 0.37 |
| Hex | 2C | A6 | 16 | 49 | 0 | 57 | 23 | 6F | 4D | 25 |
| Octal | 54 | 246 | 26 | 111 | 0 | 127 | 43 | 157 | 115 | 45 |
| Binary | 101100 | 10100110 | 10110 | 1001001 | 0 | 1010111 | 100011 | 1101111 | 1001101 | 100101 |
Color Harmonies of #2CA616
Complementary color
Monochromatic Colors of #2CA616
Black with #2CA616
Text Example
Text Example
White with #2CA616
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CA616; }
p { color: rgb(44,166,22); }
H1.HeaderClassName
{
color: #2CA616;
}
.AnyTagClassName
{
color: #2CA616;
}
</style>
background-color css
<style>
a { background-color: #2CA616; }
a { background-color: rgb(44,166,22); }
div.DivClassName
{
background-color: #2CA616;
}
.BgClassName
{
background-color: #2CA616;
}
</style>
border-color css
<style>
span { border-color: #2CA616; }
span { border-color: rgb(44,166,22); }
td.TdClassName
{
border-color: #2CA616;
}
.TagClassName
{
border-color: #2CA616;
}
</style>