Shades of Forest Green #2CA620
Tints of Forest Green #2CA620
RGB
CMYK
RGB Variations
Color information
#2CA620 (or 0x2CA620) is known color: Forest Green. HEX triplet: 2C, A6 and 20. RGB value is (44,166,32). Sum of RGB (Red+Green+Blue) = 44+166+32=242 (32% of max value = 765). Red value is 44 (17.58% from 255 or 18.18% from 242); Green value is 166 (65.23% from 255 or 68.60% from 242); Blue value is 32 (12.89% from 255 or 13.22% from 242); Max value from RGB is 166 - color contains mainly: green. Hex color #2CA620 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2CA620 is #D359DF. Grayscale: #727272. Windows color (decimal): -13851104 or 2139692. OLE color: 2139692.
HSL color Cylindrical-coordinate representation of color #2CA620: hue angle of 114.63º degrees, saturation: 0.68, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2CA620 is Cyan = 0.73, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 44 | 166 | 32 | - |
| CMYK | 0.73 | 0 | 0.81 | 0.35 |
| HSL | 114.63º | 0.68% | 0.39% | - |
| HSV(B) | 114.63º | 0.81% | 0.65% | - |
| XYZ | 14.94 | 27.91 | 5.97 | - |
| YUV | 114.25 | 81.58 | 77.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 166 | 32 | 0.73 | 0 | 0.81 | 0.35 | 114.63 | 0.68 | 0.39 |
| Hex | 2C | A6 | 20 | 49 | 0 | 51 | 23 | 73 | 44 | 27 |
| Octal | 54 | 246 | 40 | 111 | 0 | 121 | 43 | 163 | 104 | 47 |
| Binary | 101100 | 10100110 | 100000 | 1001001 | 0 | 1010001 | 100011 | 1110011 | 1000100 | 100111 |
Color Harmonies of #2CA620
Complementary color
Monochromatic Colors of #2CA620
Black with #2CA620
Text Example
Text Example
White with #2CA620
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CA620; }
p { color: rgb(44,166,32); }
H1.HeaderClassName
{
color: #2CA620;
}
.AnyTagClassName
{
color: #2CA620;
}
</style>
background-color css
<style>
a { background-color: #2CA620; }
a { background-color: rgb(44,166,32); }
div.DivClassName
{
background-color: #2CA620;
}
.BgClassName
{
background-color: #2CA620;
}
</style>
border-color css
<style>
span { border-color: #2CA620; }
span { border-color: rgb(44,166,32); }
td.TdClassName
{
border-color: #2CA620;
}
.TagClassName
{
border-color: #2CA620;
}
</style>