Shades of Forest Green #2AA410
Tints of Forest Green #2AA410
RGB
CMYK
RGB Variations
Color information
#2AA410 (or 0x2AA410) is known color: Forest Green. HEX triplet: 2A, A4 and 10. RGB value is (42,164,16). Sum of RGB (Red+Green+Blue) = 42+164+16=222 (29% of max value = 765). Red value is 42 (16.80% from 255 or 18.92% from 222); Green value is 164 (64.45% from 255 or 73.87% from 222); Blue value is 16 (6.64% from 255 or 7.21% from 222); Max value from RGB is 164 - color contains mainly: green. Hex color #2AA410 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #2AA410 is #D55BEF. Grayscale: #6F6F6F. Windows color (decimal): -13982704 or 1090602. OLE color: 1090602.
HSL color Cylindrical-coordinate representation of color #2AA410: hue angle of 109.46º degrees, saturation: 0.82, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #2AA410 is Cyan = 0.74, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 42 | 164 | 16 | - |
| CMYK | 0.74 | 0 | 0.90 | 0.36 |
| HSL | 109.46º | 0.82% | 0.35% | - |
| HSV(B) | 109.46º | 0.9% | 0.64% | - |
| XYZ | 14.32 | 27.08 | 4.96 | - |
| YUV | 110.65 | 74.58 | 79.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 164 | 16 | 0.74 | 0 | 0.90 | 0.36 | 109.46 | 0.82 | 0.35 |
| Hex | 2A | A4 | 10 | 4A | 0 | 5A | 24 | 6D | 52 | 23 |
| Octal | 52 | 244 | 20 | 112 | 0 | 132 | 44 | 155 | 122 | 43 |
| Binary | 101010 | 10100100 | 10000 | 1001010 | 0 | 1011010 | 100100 | 1101101 | 1010010 | 100011 |
Color Harmonies of #2AA410
Complementary color
Monochromatic Colors of #2AA410
Black with #2AA410
Text Example
Text Example
White with #2AA410
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AA410; }
p { color: rgb(42,164,16); }
H1.HeaderClassName
{
color: #2AA410;
}
.AnyTagClassName
{
color: #2AA410;
}
</style>
background-color css
<style>
a { background-color: #2AA410; }
a { background-color: rgb(42,164,16); }
div.DivClassName
{
background-color: #2AA410;
}
.BgClassName
{
background-color: #2AA410;
}
</style>
border-color css
<style>
span { border-color: #2AA410; }
span { border-color: rgb(42,164,16); }
td.TdClassName
{
border-color: #2AA410;
}
.TagClassName
{
border-color: #2AA410;
}
</style>