Shades of Forest Green #2AA90D
Tints of Forest Green #2AA90D
RGB
CMYK
RGB Variations
Color information
#2AA90D (or 0x2AA90D) is known color: Forest Green. HEX triplet: 2A, A9 and 0D. RGB value is (42,169,13). Sum of RGB (Red+Green+Blue) = 42+169+13=224 (29% of max value = 765). Red value is 42 (16.80% from 255 or 18.75% from 224); Green value is 169 (66.41% from 255 or 75.45% from 224); Blue value is 13 (5.47% from 255 or 5.80% from 224); Max value from RGB is 169 - color contains mainly: green. Hex color #2AA90D is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #2AA90D is #D556F2. Grayscale: #717171. Windows color (decimal): -13981427 or 895274. OLE color: 895274.
HSL color Cylindrical-coordinate representation of color #2AA90D: hue angle of 108.85º degrees, saturation: 0.86, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #2AA90D is Cyan = 0.75, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 42 | 169 | 13 | - |
| CMYK | 0.75 | 0 | 0.92 | 0.34 |
| HSL | 108.85º | 0.86% | 0.36% | - |
| HSV(B) | 108.85º | 0.92% | 0.66% | - |
| XYZ | 15.22 | 28.9 | 5.16 | - |
| YUV | 113.24 | 71.42 | 77.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 169 | 13 | 0.75 | 0 | 0.92 | 0.34 | 108.85 | 0.86 | 0.36 |
| Hex | 2A | A9 | D | 4B | 0 | 5C | 22 | 6D | 56 | 24 |
| Octal | 52 | 251 | 15 | 113 | 0 | 134 | 42 | 155 | 126 | 44 |
| Binary | 101010 | 10101001 | 1101 | 1001011 | 0 | 1011100 | 100010 | 1101101 | 1010110 | 100100 |
Color Harmonies of #2AA90D
Complementary color
Monochromatic Colors of #2AA90D
Black with #2AA90D
Text Example
Text Example
White with #2AA90D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AA90D; }
p { color: rgb(42,169,13); }
H1.HeaderClassName
{
color: #2AA90D;
}
.AnyTagClassName
{
color: #2AA90D;
}
</style>
background-color css
<style>
a { background-color: #2AA90D; }
a { background-color: rgb(42,169,13); }
div.DivClassName
{
background-color: #2AA90D;
}
.BgClassName
{
background-color: #2AA90D;
}
</style>
border-color css
<style>
span { border-color: #2AA90D; }
span { border-color: rgb(42,169,13); }
td.TdClassName
{
border-color: #2AA90D;
}
.TagClassName
{
border-color: #2AA90D;
}
</style>