Shades of Forest Green #2CA621
Tints of Forest Green #2CA621
RGB
CMYK
RGB Variations
Color information
#2CA621 (or 0x2CA621) is known color: Forest Green. HEX triplet: 2C, A6 and 21. RGB value is (44,166,33). Sum of RGB (Red+Green+Blue) = 44+166+33=243 (32% of max value = 765). Red value is 44 (17.58% from 255 or 18.11% from 243); Green value is 166 (65.23% from 255 or 68.31% from 243); Blue value is 33 (13.28% from 255 or 13.58% from 243); Max value from RGB is 166 - color contains mainly: green. Hex color #2CA621 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2CA621 is #D359DE. Grayscale: #727272. Windows color (decimal): -13851103 or 2205228. OLE color: 2205228.
HSL color Cylindrical-coordinate representation of color #2CA621: hue angle of 115.04º degrees, saturation: 0.67, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2CA621 is Cyan = 0.73, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 44 | 166 | 33 | - |
| CMYK | 0.73 | 0 | 0.80 | 0.35 |
| HSL | 115.04º | 0.67% | 0.39% | - |
| HSV(B) | 115.04º | 0.8% | 0.65% | - |
| XYZ | 14.95 | 27.92 | 6.04 | - |
| YUV | 114.36 | 82.08 | 77.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 166 | 33 | 0.73 | 0 | 0.80 | 0.35 | 115.04 | 0.67 | 0.39 |
| Hex | 2C | A6 | 21 | 49 | 0 | 50 | 23 | 73 | 43 | 27 |
| Octal | 54 | 246 | 41 | 111 | 0 | 120 | 43 | 163 | 103 | 47 |
| Binary | 101100 | 10100110 | 100001 | 1001001 | 0 | 1010000 | 100011 | 1110011 | 1000011 | 100111 |
Color Harmonies of #2CA621
Complementary color
Monochromatic Colors of #2CA621
Black with #2CA621
Text Example
Text Example
White with #2CA621
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CA621; }
p { color: rgb(44,166,33); }
H1.HeaderClassName
{
color: #2CA621;
}
.AnyTagClassName
{
color: #2CA621;
}
</style>
background-color css
<style>
a { background-color: #2CA621; }
a { background-color: rgb(44,166,33); }
div.DivClassName
{
background-color: #2CA621;
}
.BgClassName
{
background-color: #2CA621;
}
</style>
border-color css
<style>
span { border-color: #2CA621; }
span { border-color: rgb(44,166,33); }
td.TdClassName
{
border-color: #2CA621;
}
.TagClassName
{
border-color: #2CA621;
}
</style>