Shades of Forest Green #2AAA32
Tints of Forest Green #2AAA32
RGB
CMYK
RGB Variations
Color information
#2AAA32 (or 0x2AAA32) is known color: Forest Green. HEX triplet: 2A, AA and 32. RGB value is (42,170,50). Sum of RGB (Red+Green+Blue) = 42+170+50=262 (34% of max value = 765). Red value is 42 (16.80% from 255 or 16.03% from 262); Green value is 170 (66.80% from 255 or 64.89% from 262); Blue value is 50 (19.92% from 255 or 19.08% from 262); Max value from RGB is 170 - color contains mainly: green. Hex color #2AAA32 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2AAA32 is #D555CD. Grayscale: #767676. Windows color (decimal): -13981134 or 3320362. OLE color: 3320362.
HSL color Cylindrical-coordinate representation of color #2AAA32: hue angle of 123.75º degrees, saturation: 0.6, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2AAA32 is Cyan = 0.75, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 42 | 170 | 50 | - |
| CMYK | 0.75 | 0 | 0.71 | 0.33 |
| HSL | 123.75º | 0.6% | 0.42% | - |
| HSV(B) | 123.75º | 0.75% | 0.67% | - |
| XYZ | 15.91 | 29.47 | 7.87 | - |
| YUV | 118.05 | 89.59 | 73.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 170 | 50 | 0.75 | 0 | 0.71 | 0.33 | 123.75 | 0.6 | 0.42 |
| Hex | 2A | AA | 32 | 4B | 0 | 47 | 21 | 7C | 3C | 2A |
| Octal | 52 | 252 | 62 | 113 | 0 | 107 | 41 | 174 | 74 | 52 |
| Binary | 101010 | 10101010 | 110010 | 1001011 | 0 | 1000111 | 100001 | 1111100 | 111100 | 101010 |
Color Harmonies of #2AAA32
Complementary color
Monochromatic Colors of #2AAA32
Black with #2AAA32
Text Example
Text Example
White with #2AAA32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AAA32; }
p { color: rgb(42,170,50); }
H1.HeaderClassName
{
color: #2AAA32;
}
.AnyTagClassName
{
color: #2AAA32;
}
</style>
background-color css
<style>
a { background-color: #2AAA32; }
a { background-color: rgb(42,170,50); }
div.DivClassName
{
background-color: #2AAA32;
}
.BgClassName
{
background-color: #2AAA32;
}
</style>
border-color css
<style>
span { border-color: #2AAA32; }
span { border-color: rgb(42,170,50); }
td.TdClassName
{
border-color: #2AAA32;
}
.TagClassName
{
border-color: #2AAA32;
}
</style>