Shades of Forest Green #2AA010
Tints of Forest Green #2AA010
RGB
CMYK
RGB Variations
Color information
#2AA010 (or 0x2AA010) is known color: Forest Green. HEX triplet: 2A, A0 and 10. RGB value is (42,160,16). Sum of RGB (Red+Green+Blue) = 42+160+16=218 (28% of max value = 765). Red value is 42 (16.80% from 255 or 19.27% from 218); Green value is 160 (62.89% from 255 or 73.39% from 218); Blue value is 16 (6.64% from 255 or 7.34% from 218); Max value from RGB is 160 - color contains mainly: green. Hex color #2AA010 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #2AA010 is #D55FEF. Grayscale: #6C6C6C. Windows color (decimal): -13983728 or 1089578. OLE color: 1089578.
HSL color Cylindrical-coordinate representation of color #2AA010: hue angle of 109.17º degrees, saturation: 0.82, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #2AA010 is Cyan = 0.74, Magento = 0, Yellow = 0.9 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 42 | 160 | 16 | - |
| CMYK | 0.74 | 0 | 0.9 | 0.37 |
| HSL | 109.17º | 0.82% | 0.35% | - |
| HSV(B) | 109.17º | 0.9% | 0.63% | - |
| XYZ | 13.62 | 25.67 | 4.73 | - |
| YUV | 108.3 | 75.91 | 80.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 160 | 16 | 0.74 | 0 | 0.9 | 0.37 | 109.17 | 0.82 | 0.35 |
| Hex | 2A | A0 | 10 | 4A | 0 | 5A | 25 | 6D | 52 | 23 |
| Octal | 52 | 240 | 20 | 112 | 0 | 132 | 45 | 155 | 122 | 43 |
| Binary | 101010 | 10100000 | 10000 | 1001010 | 0 | 1011010 | 100101 | 1101101 | 1010010 | 100011 |
Color Harmonies of #2AA010
Complementary color
Monochromatic Colors of #2AA010
Black with #2AA010
Text Example
Text Example
White with #2AA010
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AA010; }
p { color: rgb(42,160,16); }
H1.HeaderClassName
{
color: #2AA010;
}
.AnyTagClassName
{
color: #2AA010;
}
</style>
background-color css
<style>
a { background-color: #2AA010; }
a { background-color: rgb(42,160,16); }
div.DivClassName
{
background-color: #2AA010;
}
.BgClassName
{
background-color: #2AA010;
}
</style>
border-color css
<style>
span { border-color: #2AA010; }
span { border-color: rgb(42,160,16); }
td.TdClassName
{
border-color: #2AA010;
}
.TagClassName
{
border-color: #2AA010;
}
</style>