Shades of Forest Green #2AAA2E
Tints of Forest Green #2AAA2E
RGB
CMYK
RGB Variations
Color information
#2AAA2E (or 0x2AAA2E) is known color: Forest Green. HEX triplet: 2A, AA and 2E. RGB value is (42,170,46). Sum of RGB (Red+Green+Blue) = 42+170+46=258 (34% of max value = 765). Red value is 42 (16.80% from 255 or 16.28% from 258); Green value is 170 (66.80% from 255 or 65.89% from 258); Blue value is 46 (18.36% from 255 or 17.83% from 258); Max value from RGB is 170 - color contains mainly: green. Hex color #2AAA2E is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2AAA2E is #D555D1. Grayscale: #757575. Windows color (decimal): -13981138 or 3058218. OLE color: 3058218.
HSL color Cylindrical-coordinate representation of color #2AAA2E: hue angle of 121.88º 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 #2AAA2E is Cyan = 0.75, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 42 | 170 | 46 | - |
| CMYK | 0.75 | 0 | 0.73 | 0.33 |
| HSL | 121.88º | 0.6% | 0.42% | - |
| HSV(B) | 121.88º | 0.75% | 0.67% | - |
| XYZ | 15.82 | 29.44 | 7.43 | - |
| YUV | 117.59 | 87.59 | 74.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 170 | 46 | 0.75 | 0 | 0.73 | 0.33 | 121.88 | 0.6 | 0.42 |
| Hex | 2A | AA | 2E | 4B | 0 | 49 | 21 | 7A | 3C | 2A |
| Octal | 52 | 252 | 56 | 113 | 0 | 111 | 41 | 172 | 74 | 52 |
| Binary | 101010 | 10101010 | 101110 | 1001011 | 0 | 1001001 | 100001 | 1111010 | 111100 | 101010 |
Color Harmonies of #2AAA2E
Complementary color
Monochromatic Colors of #2AAA2E
Black with #2AAA2E
Text Example
Text Example
White with #2AAA2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AAA2E; }
p { color: rgb(42,170,46); }
H1.HeaderClassName
{
color: #2AAA2E;
}
.AnyTagClassName
{
color: #2AAA2E;
}
</style>
background-color css
<style>
a { background-color: #2AAA2E; }
a { background-color: rgb(42,170,46); }
div.DivClassName
{
background-color: #2AAA2E;
}
.BgClassName
{
background-color: #2AAA2E;
}
</style>
border-color css
<style>
span { border-color: #2AAA2E; }
span { border-color: rgb(42,170,46); }
td.TdClassName
{
border-color: #2AAA2E;
}
.TagClassName
{
border-color: #2AAA2E;
}
</style>