Shades of Forest Green #2AA031
Tints of Forest Green #2AA031
RGB
CMYK
RGB Variations
Color information
#2AA031 (or 0x2AA031) is known color: Forest Green. HEX triplet: 2A, A0 and 31. RGB value is (42,160,49). Sum of RGB (Red+Green+Blue) = 42+160+49=251 (33% of max value = 765). Red value is 42 (16.80% from 255 or 16.73% from 251); Green value is 160 (62.89% from 255 or 63.75% from 251); Blue value is 49 (19.53% from 255 or 19.52% from 251); Max value from RGB is 160 - color contains mainly: green. Hex color #2AA031 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2AA031 is #D55FCE. Grayscale: #707070. Windows color (decimal): -13983695 or 3252266. OLE color: 3252266.
HSL color Cylindrical-coordinate representation of color #2AA031: hue angle of 123.56º degrees, saturation: 0.58, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #2AA031 is Cyan = 0.74, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 42 | 160 | 49 | - |
| CMYK | 0.74 | 0 | 0.69 | 0.37 |
| HSL | 123.56º | 0.58% | 0.4% | - |
| HSV(B) | 123.56º | 0.74% | 0.63% | - |
| XYZ | 14.08 | 25.86 | 7.15 | - |
| YUV | 112.06 | 92.41 | 78.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 160 | 49 | 0.74 | 0 | 0.69 | 0.37 | 123.56 | 0.58 | 0.4 |
| Hex | 2A | A0 | 31 | 4A | 0 | 45 | 25 | 7C | 3A | 28 |
| Octal | 52 | 240 | 61 | 112 | 0 | 105 | 45 | 174 | 72 | 50 |
| Binary | 101010 | 10100000 | 110001 | 1001010 | 0 | 1000101 | 100101 | 1111100 | 111010 | 101000 |
Color Harmonies of #2AA031
Complementary color
Monochromatic Colors of #2AA031
Black with #2AA031
Text Example
Text Example
White with #2AA031
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AA031; }
p { color: rgb(42,160,49); }
H1.HeaderClassName
{
color: #2AA031;
}
.AnyTagClassName
{
color: #2AA031;
}
</style>
background-color css
<style>
a { background-color: #2AA031; }
a { background-color: rgb(42,160,49); }
div.DivClassName
{
background-color: #2AA031;
}
.BgClassName
{
background-color: #2AA031;
}
</style>
border-color css
<style>
span { border-color: #2AA031; }
span { border-color: rgb(42,160,49); }
td.TdClassName
{
border-color: #2AA031;
}
.TagClassName
{
border-color: #2AA031;
}
</style>