Shades of Forest Green #2AA312
Tints of Forest Green #2AA312
RGB
CMYK
RGB Variations
Color information
#2AA312 (or 0x2AA312) is known color: Forest Green. HEX triplet: 2A, A3 and 12. RGB value is (42,163,18). Sum of RGB (Red+Green+Blue) = 42+163+18=223 (29% of max value = 765). Red value is 42 (16.80% from 255 or 18.83% from 223); Green value is 163 (64.06% from 255 or 73.09% from 223); Blue value is 18 (7.42% from 255 or 8.07% from 223); Max value from RGB is 163 - color contains mainly: green. Hex color #2AA312 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #2AA312 is #D55CED. Grayscale: #6E6E6E. Windows color (decimal): -13982958 or 1221418. OLE color: 1221418.
HSL color Cylindrical-coordinate representation of color #2AA312: hue angle of 110.07º degrees, saturation: 0.8, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #2AA312 is Cyan = 0.74, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 42 | 163 | 18 | - |
| CMYK | 0.74 | 0 | 0.89 | 0.36 |
| HSL | 110.07º | 0.8% | 0.35% | - |
| HSV(B) | 110.07º | 0.89% | 0.64% | - |
| XYZ | 14.16 | 26.73 | 4.99 | - |
| YUV | 110.29 | 75.91 | 79.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 163 | 18 | 0.74 | 0 | 0.89 | 0.36 | 110.07 | 0.8 | 0.35 |
| Hex | 2A | A3 | 12 | 4A | 0 | 59 | 24 | 6E | 50 | 23 |
| Octal | 52 | 243 | 22 | 112 | 0 | 131 | 44 | 156 | 120 | 43 |
| Binary | 101010 | 10100011 | 10010 | 1001010 | 0 | 1011001 | 100100 | 1101110 | 1010000 | 100011 |
Color Harmonies of #2AA312
Complementary color
Monochromatic Colors of #2AA312
Black with #2AA312
Text Example
Text Example
White with #2AA312
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AA312; }
p { color: rgb(42,163,18); }
H1.HeaderClassName
{
color: #2AA312;
}
.AnyTagClassName
{
color: #2AA312;
}
</style>
background-color css
<style>
a { background-color: #2AA312; }
a { background-color: rgb(42,163,18); }
div.DivClassName
{
background-color: #2AA312;
}
.BgClassName
{
background-color: #2AA312;
}
</style>
border-color css
<style>
span { border-color: #2AA312; }
span { border-color: rgb(42,163,18); }
td.TdClassName
{
border-color: #2AA312;
}
.TagClassName
{
border-color: #2AA312;
}
</style>