Shades of Forest Green #2AA40D
Tints of Forest Green #2AA40D
RGB
CMYK
RGB Variations
Color information
#2AA40D (or 0x2AA40D) is known color: Forest Green. HEX triplet: 2A, A4 and 0D. RGB value is (42,164,13). Sum of RGB (Red+Green+Blue) = 42+164+13=219 (29% of max value = 765). Red value is 42 (16.80% from 255 or 19.18% from 219); Green value is 164 (64.45% from 255 or 74.89% from 219); Blue value is 13 (5.47% from 255 or 5.94% from 219); Max value from RGB is 164 - color contains mainly: green. Hex color #2AA40D is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #2AA40D is #D55BF2. Grayscale: #6E6E6E. Windows color (decimal): -13982707 or 893994. OLE color: 893994.
HSL color Cylindrical-coordinate representation of color #2AA40D: hue angle of 108.48º degrees, saturation: 0.85, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #2AA40D is Cyan = 0.74, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 42 | 164 | 13 | - |
| CMYK | 0.74 | 0 | 0.92 | 0.36 |
| HSL | 108.48º | 0.85% | 0.35% | - |
| HSV(B) | 108.48º | 0.92% | 0.64% | - |
| XYZ | 14.3 | 27.07 | 4.85 | - |
| YUV | 110.31 | 73.08 | 79.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 164 | 13 | 0.74 | 0 | 0.92 | 0.36 | 108.48 | 0.85 | 0.35 |
| Hex | 2A | A4 | D | 4A | 0 | 5C | 24 | 6C | 55 | 23 |
| Octal | 52 | 244 | 15 | 112 | 0 | 134 | 44 | 154 | 125 | 43 |
| Binary | 101010 | 10100100 | 1101 | 1001010 | 0 | 1011100 | 100100 | 1101100 | 1010101 | 100011 |
Color Harmonies of #2AA40D
Complementary color
Monochromatic Colors of #2AA40D
Black with #2AA40D
Text Example
Text Example
White with #2AA40D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AA40D; }
p { color: rgb(42,164,13); }
H1.HeaderClassName
{
color: #2AA40D;
}
.AnyTagClassName
{
color: #2AA40D;
}
</style>
background-color css
<style>
a { background-color: #2AA40D; }
a { background-color: rgb(42,164,13); }
div.DivClassName
{
background-color: #2AA40D;
}
.BgClassName
{
background-color: #2AA40D;
}
</style>
border-color css
<style>
span { border-color: #2AA40D; }
span { border-color: rgb(42,164,13); }
td.TdClassName
{
border-color: #2AA40D;
}
.TagClassName
{
border-color: #2AA40D;
}
</style>