Shades of Forest Green #2AA81A
Tints of Forest Green #2AA81A
RGB
CMYK
RGB Variations
Color information
#2AA81A (or 0x2AA81A) is known color: Forest Green. HEX triplet: 2A, A8 and 1A. RGB value is (42,168,26). Sum of RGB (Red+Green+Blue) = 42+168+26=236 (31% of max value = 765). Red value is 42 (16.80% from 255 or 17.80% from 236); Green value is 168 (66.02% from 255 or 71.19% from 236); Blue value is 26 (10.55% from 255 or 11.02% from 236); Max value from RGB is 168 - color contains mainly: green. Hex color #2AA81A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2AA81A is #D557E5. Grayscale: #727272. Windows color (decimal): -13981670 or 1746986. OLE color: 1746986.
HSL color Cylindrical-coordinate representation of color #2AA81A: hue angle of 113.24º degrees, saturation: 0.73, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #2AA81A is Cyan = 0.75, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 42 | 168 | 26 | - |
| CMYK | 0.75 | 0 | 0.85 | 0.34 |
| HSL | 113.24º | 0.73% | 0.38% | - |
| HSV(B) | 113.24º | 0.85% | 0.66% | - |
| XYZ | 15.14 | 28.57 | 5.69 | - |
| YUV | 114.14 | 78.26 | 76.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 168 | 26 | 0.75 | 0 | 0.85 | 0.34 | 113.24 | 0.73 | 0.38 |
| Hex | 2A | A8 | 1A | 4B | 0 | 55 | 22 | 71 | 49 | 26 |
| Octal | 52 | 250 | 32 | 113 | 0 | 125 | 42 | 161 | 111 | 46 |
| Binary | 101010 | 10101000 | 11010 | 1001011 | 0 | 1010101 | 100010 | 1110001 | 1001001 | 100110 |
Color Harmonies of #2AA81A
Complementary color
Monochromatic Colors of #2AA81A
Black with #2AA81A
Text Example
Text Example
White with #2AA81A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AA81A; }
p { color: rgb(42,168,26); }
H1.HeaderClassName
{
color: #2AA81A;
}
.AnyTagClassName
{
color: #2AA81A;
}
</style>
background-color css
<style>
a { background-color: #2AA81A; }
a { background-color: rgb(42,168,26); }
div.DivClassName
{
background-color: #2AA81A;
}
.BgClassName
{
background-color: #2AA81A;
}
</style>
border-color css
<style>
span { border-color: #2AA81A; }
span { border-color: rgb(42,168,26); }
td.TdClassName
{
border-color: #2AA81A;
}
.TagClassName
{
border-color: #2AA81A;
}
</style>