Shades of Forest Green #2AA516
Tints of Forest Green #2AA516
RGB
CMYK
RGB Variations
Color information
#2AA516 (or 0x2AA516) is known color: Forest Green. HEX triplet: 2A, A5 and 16. RGB value is (42,165,22). Sum of RGB (Red+Green+Blue) = 42+165+22=229 (30% of max value = 765). Red value is 42 (16.80% from 255 or 18.34% from 229); Green value is 165 (64.84% from 255 or 72.05% from 229); Blue value is 22 (8.98% from 255 or 9.61% from 229); Max value from RGB is 165 - color contains mainly: green. Hex color #2AA516 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #2AA516 is #D55AE9. Grayscale: #707070. Windows color (decimal): -13982442 or 1484074. OLE color: 1484074.
HSL color Cylindrical-coordinate representation of color #2AA516: hue angle of 111.61º degrees, saturation: 0.76, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #2AA516 is Cyan = 0.75, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 42 | 165 | 22 | - |
| CMYK | 0.75 | 0 | 0.87 | 0.35 |
| HSL | 111.61º | 0.76% | 0.37% | - |
| HSV(B) | 111.61º | 0.87% | 0.65% | - |
| XYZ | 14.55 | 27.46 | 5.29 | - |
| YUV | 111.92 | 77.25 | 78.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 165 | 22 | 0.75 | 0 | 0.87 | 0.35 | 111.61 | 0.76 | 0.37 |
| Hex | 2A | A5 | 16 | 4B | 0 | 57 | 23 | 70 | 4C | 25 |
| Octal | 52 | 245 | 26 | 113 | 0 | 127 | 43 | 160 | 114 | 45 |
| Binary | 101010 | 10100101 | 10110 | 1001011 | 0 | 1010111 | 100011 | 1110000 | 1001100 | 100101 |
Color Harmonies of #2AA516
Complementary color
Monochromatic Colors of #2AA516
Black with #2AA516
Text Example
Text Example
White with #2AA516
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AA516; }
p { color: rgb(42,165,22); }
H1.HeaderClassName
{
color: #2AA516;
}
.AnyTagClassName
{
color: #2AA516;
}
</style>
background-color css
<style>
a { background-color: #2AA516; }
a { background-color: rgb(42,165,22); }
div.DivClassName
{
background-color: #2AA516;
}
.BgClassName
{
background-color: #2AA516;
}
</style>
border-color css
<style>
span { border-color: #2AA516; }
span { border-color: rgb(42,165,22); }
td.TdClassName
{
border-color: #2AA516;
}
.TagClassName
{
border-color: #2AA516;
}
</style>