Shades of Forest Green #2AA81D
Tints of Forest Green #2AA81D
RGB
CMYK
RGB Variations
Color information
#2AA81D (or 0x2AA81D) is known color: Forest Green. HEX triplet: 2A, A8 and 1D. RGB value is (42,168,29). Sum of RGB (Red+Green+Blue) = 42+168+29=239 (31% of max value = 765). Red value is 42 (16.80% from 255 or 17.57% from 239); Green value is 168 (66.02% from 255 or 70.29% from 239); Blue value is 29 (11.72% from 255 or 12.13% from 239); Max value from RGB is 168 - color contains mainly: green. Hex color #2AA81D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2AA81D is #D557E2. Grayscale: #727272. Windows color (decimal): -13981667 or 1943594. OLE color: 1943594.
HSL color Cylindrical-coordinate representation of color #2AA81D: hue angle of 114.39º degrees, saturation: 0.71, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2AA81D is Cyan = 0.75, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 42 | 168 | 29 | - |
| CMYK | 0.75 | 0 | 0.83 | 0.34 |
| HSL | 114.39º | 0.71% | 0.39% | - |
| HSV(B) | 114.39º | 0.83% | 0.66% | - |
| XYZ | 15.18 | 28.59 | 5.88 | - |
| YUV | 114.48 | 79.76 | 76.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 168 | 29 | 0.75 | 0 | 0.83 | 0.34 | 114.39 | 0.71 | 0.39 |
| Hex | 2A | A8 | 1D | 4B | 0 | 53 | 22 | 72 | 47 | 27 |
| Octal | 52 | 250 | 35 | 113 | 0 | 123 | 42 | 162 | 107 | 47 |
| Binary | 101010 | 10101000 | 11101 | 1001011 | 0 | 1010011 | 100010 | 1110010 | 1000111 | 100111 |
Color Harmonies of #2AA81D
Complementary color
Monochromatic Colors of #2AA81D
Black with #2AA81D
Text Example
Text Example
White with #2AA81D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AA81D; }
p { color: rgb(42,168,29); }
H1.HeaderClassName
{
color: #2AA81D;
}
.AnyTagClassName
{
color: #2AA81D;
}
</style>
background-color css
<style>
a { background-color: #2AA81D; }
a { background-color: rgb(42,168,29); }
div.DivClassName
{
background-color: #2AA81D;
}
.BgClassName
{
background-color: #2AA81D;
}
</style>
border-color css
<style>
span { border-color: #2AA81D; }
span { border-color: rgb(42,168,29); }
td.TdClassName
{
border-color: #2AA81D;
}
.TagClassName
{
border-color: #2AA81D;
}
</style>