Shades of Forest Green #2CAA24
Tints of Forest Green #2CAA24
RGB
CMYK
RGB Variations
Color information
#2CAA24 (or 0x2CAA24) is known color: Forest Green. HEX triplet: 2C, AA and 24. RGB value is (44,170,36). Sum of RGB (Red+Green+Blue) = 44+170+36=250 (33% of max value = 765). Red value is 44 (17.58% from 255 or 17.6% from 250); Green value is 170 (66.80% from 255 or 68% from 250); Blue value is 36 (14.45% from 255 or 14.4% from 250); Max value from RGB is 170 - color contains mainly: green. Hex color #2CAA24 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2CAA24 is #D355DB. Grayscale: #757575. Windows color (decimal): -13850076 or 2402860. OLE color: 2402860.
HSL color Cylindrical-coordinate representation of color #2CAA24: hue angle of 116.42º degrees, saturation: 0.65, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2CAA24 is Cyan = 0.74, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 44 | 170 | 36 | - |
| CMYK | 0.74 | 0 | 0.79 | 0.33 |
| HSL | 116.42º | 0.65% | 0.4% | - |
| HSV(B) | 116.42º | 0.79% | 0.67% | - |
| XYZ | 15.73 | 29.41 | 6.52 | - |
| YUV | 117.05 | 82.26 | 75.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 170 | 36 | 0.74 | 0 | 0.79 | 0.33 | 116.42 | 0.65 | 0.4 |
| Hex | 2C | AA | 24 | 4A | 0 | 4F | 21 | 74 | 41 | 28 |
| Octal | 54 | 252 | 44 | 112 | 0 | 117 | 41 | 164 | 101 | 50 |
| Binary | 101100 | 10101010 | 100100 | 1001010 | 0 | 1001111 | 100001 | 1110100 | 1000001 | 101000 |
Color Harmonies of #2CAA24
Complementary color
Monochromatic Colors of #2CAA24
Black with #2CAA24
Text Example
Text Example
White with #2CAA24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CAA24; }
p { color: rgb(44,170,36); }
H1.HeaderClassName
{
color: #2CAA24;
}
.AnyTagClassName
{
color: #2CAA24;
}
</style>
background-color css
<style>
a { background-color: #2CAA24; }
a { background-color: rgb(44,170,36); }
div.DivClassName
{
background-color: #2CAA24;
}
.BgClassName
{
background-color: #2CAA24;
}
</style>
border-color css
<style>
span { border-color: #2CAA24; }
span { border-color: rgb(44,170,36); }
td.TdClassName
{
border-color: #2CAA24;
}
.TagClassName
{
border-color: #2CAA24;
}
</style>