Shades of Forest Green #2AAA13
Tints of Forest Green #2AAA13
RGB
CMYK
RGB Variations
Color information
#2AAA13 (or 0x2AAA13) is known color: Forest Green. HEX triplet: 2A, AA and 13. RGB value is (42,170,19). Sum of RGB (Red+Green+Blue) = 42+170+19=231 (30% of max value = 765). Red value is 42 (16.80% from 255 or 18.18% from 231); Green value is 170 (66.80% from 255 or 73.59% from 231); Blue value is 19 (7.81% from 255 or 8.23% from 231); Max value from RGB is 170 - color contains mainly: green. Hex color #2AAA13 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #2AAA13 is #D555EC. Grayscale: #727272. Windows color (decimal): -13981165 or 1288746. OLE color: 1288746.
HSL color Cylindrical-coordinate representation of color #2AAA13: hue angle of 110.86º degrees, saturation: 0.8, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #2AAA13 is Cyan = 0.75, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 42 | 170 | 19 | - |
| CMYK | 0.75 | 0 | 0.89 | 0.33 |
| HSL | 110.86º | 0.8% | 0.37% | - |
| HSV(B) | 110.86º | 0.89% | 0.67% | - |
| XYZ | 15.45 | 29.29 | 5.46 | - |
| YUV | 114.51 | 74.09 | 76.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 170 | 19 | 0.75 | 0 | 0.89 | 0.33 | 110.86 | 0.8 | 0.37 |
| Hex | 2A | AA | 13 | 4B | 0 | 59 | 21 | 6F | 50 | 25 |
| Octal | 52 | 252 | 23 | 113 | 0 | 131 | 41 | 157 | 120 | 45 |
| Binary | 101010 | 10101010 | 10011 | 1001011 | 0 | 1011001 | 100001 | 1101111 | 1010000 | 100101 |
Color Harmonies of #2AAA13
Complementary color
Monochromatic Colors of #2AAA13
Black with #2AAA13
Text Example
Text Example
White with #2AAA13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AAA13; }
p { color: rgb(42,170,19); }
H1.HeaderClassName
{
color: #2AAA13;
}
.AnyTagClassName
{
color: #2AAA13;
}
</style>
background-color css
<style>
a { background-color: #2AAA13; }
a { background-color: rgb(42,170,19); }
div.DivClassName
{
background-color: #2AAA13;
}
.BgClassName
{
background-color: #2AAA13;
}
</style>
border-color css
<style>
span { border-color: #2AAA13; }
span { border-color: rgb(42,170,19); }
td.TdClassName
{
border-color: #2AAA13;
}
.TagClassName
{
border-color: #2AAA13;
}
</style>