Shades of Forest Green #2CAA22
Tints of Forest Green #2CAA22
RGB
CMYK
RGB Variations
Color information
#2CAA22 (or 0x2CAA22) is known color: Forest Green. HEX triplet: 2C, AA and 22. RGB value is (44,170,34). Sum of RGB (Red+Green+Blue) = 44+170+34=248 (32% of max value = 765). Red value is 44 (17.58% from 255 or 17.74% from 248); Green value is 170 (66.80% from 255 or 68.55% from 248); Blue value is 34 (13.67% from 255 or 13.71% from 248); Max value from RGB is 170 - color contains mainly: green. Hex color #2CAA22 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2CAA22 is #D355DD. Grayscale: #757575. Windows color (decimal): -13850078 or 2271788. OLE color: 2271788.
HSL color Cylindrical-coordinate representation of color #2CAA22: hue angle of 115.59º degrees, saturation: 0.67, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2CAA22 is Cyan = 0.74, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 44 | 170 | 34 | - |
| CMYK | 0.74 | 0 | 0.80 | 0.33 |
| HSL | 115.59º | 0.67% | 0.4% | - |
| HSV(B) | 115.59º | 0.8% | 0.67% | - |
| XYZ | 15.7 | 29.4 | 6.36 | - |
| YUV | 116.82 | 81.26 | 76.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 170 | 34 | 0.74 | 0 | 0.80 | 0.33 | 115.59 | 0.67 | 0.4 |
| Hex | 2C | AA | 22 | 4A | 0 | 50 | 21 | 74 | 43 | 28 |
| Octal | 54 | 252 | 42 | 112 | 0 | 120 | 41 | 164 | 103 | 50 |
| Binary | 101100 | 10101010 | 100010 | 1001010 | 0 | 1010000 | 100001 | 1110100 | 1000011 | 101000 |
Color Harmonies of #2CAA22
Complementary color
Monochromatic Colors of #2CAA22
Black with #2CAA22
Text Example
Text Example
White with #2CAA22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CAA22; }
p { color: rgb(44,170,34); }
H1.HeaderClassName
{
color: #2CAA22;
}
.AnyTagClassName
{
color: #2CAA22;
}
</style>
background-color css
<style>
a { background-color: #2CAA22; }
a { background-color: rgb(44,170,34); }
div.DivClassName
{
background-color: #2CAA22;
}
.BgClassName
{
background-color: #2CAA22;
}
</style>
border-color css
<style>
span { border-color: #2CAA22; }
span { border-color: rgb(44,170,34); }
td.TdClassName
{
border-color: #2CAA22;
}
.TagClassName
{
border-color: #2CAA22;
}
</style>