Shades of Forest Green #2AA000
Tints of Forest Green #2AA000
RGB
CMYK
RGB Variations
Color information
#2AA000 (or 0x2AA000) is known color: Forest Green. HEX triplet: 2A, A0 and 00. RGB value is (42,160,0). Sum of RGB (Red+Green+Blue) = 42+160+0=202 (26% of max value = 765). Red value is 42 (16.80% from 255 or 20.79% from 202); Green value is 160 (62.89% from 255 or 79.21% from 202); Blue value is 0 (0.39% from 255 or 0% from 202); Max value from RGB is 160 - color contains mainly: green. Hex color #2AA000 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #2AA000 is #D55FFF. Grayscale: #6A6A6A. Windows color (decimal): -13983744 or 41002. OLE color: 41002.
HSL color Cylindrical-coordinate representation of color #2AA000: hue angle of 104.25º degrees, saturation: 1, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 1%. Process color model (Four color, CMYK) of #2AA000 is Cyan = 0.74, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 42 | 160 | 0 | - |
| CMYK | 0.74 | 0 | 1 | 0.37 |
| HSL | 104.25º | 1% | 0.31% | - |
| HSV(B) | 104.25º | 1% | 0.63% | - |
| XYZ | 13.53 | 25.63 | 4.23 | - |
| YUV | 106.48 | 67.91 | 82.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 160 | 0 | 0.74 | 0 | 1 | 0.37 | 104.25 | 1 | 0.31 |
| Hex | 2A | A0 | 0 | 4A | 0 | 64 | 25 | 68 | 64 | 1F |
| Octal | 52 | 240 | 0 | 112 | 0 | 144 | 45 | 150 | 144 | 37 |
| Binary | 101010 | 10100000 | 0 | 1001010 | 0 | 1100100 | 100101 | 1101000 | 1100100 | 11111 |
Color Harmonies of #2AA000
Complementary color
Monochromatic Colors of #2AA000
Black with #2AA000
Text Example
Text Example
White with #2AA000
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AA000; }
p { color: rgb(42,160,0); }
H1.HeaderClassName
{
color: #2AA000;
}
.AnyTagClassName
{
color: #2AA000;
}
</style>
background-color css
<style>
a { background-color: #2AA000; }
a { background-color: rgb(42,160,0); }
div.DivClassName
{
background-color: #2AA000;
}
.BgClassName
{
background-color: #2AA000;
}
</style>
border-color css
<style>
span { border-color: #2AA000; }
span { border-color: rgb(42,160,0); }
td.TdClassName
{
border-color: #2AA000;
}
.TagClassName
{
border-color: #2AA000;
}
</style>