Shades of Forest Green #2AA610
Tints of Forest Green #2AA610
RGB
CMYK
RGB Variations
Color information
#2AA610 (or 0x2AA610) is known color: Forest Green. HEX triplet: 2A, A6 and 10. RGB value is (42,166,16). Sum of RGB (Red+Green+Blue) = 42+166+16=224 (29% of max value = 765). Red value is 42 (16.80% from 255 or 18.75% from 224); Green value is 166 (65.23% from 255 or 74.11% from 224); Blue value is 16 (6.64% from 255 or 7.14% from 224); Max value from RGB is 166 - color contains mainly: green. Hex color #2AA610 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #2AA610 is #D559EF. Grayscale: #707070. Windows color (decimal): -13982192 or 1091114. OLE color: 1091114.
HSL color Cylindrical-coordinate representation of color #2AA610: hue angle of 109.6º degrees, saturation: 0.82, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #2AA610 is Cyan = 0.75, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 42 | 166 | 16 | - |
| CMYK | 0.75 | 0 | 0.90 | 0.35 |
| HSL | 109.6º | 0.82% | 0.36% | - |
| HSV(B) | 109.6º | 0.9% | 0.65% | - |
| XYZ | 14.68 | 27.8 | 5.08 | - |
| YUV | 111.82 | 73.92 | 78.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 166 | 16 | 0.75 | 0 | 0.90 | 0.35 | 109.6 | 0.82 | 0.36 |
| Hex | 2A | A6 | 10 | 4B | 0 | 5A | 23 | 6E | 52 | 24 |
| Octal | 52 | 246 | 20 | 113 | 0 | 132 | 43 | 156 | 122 | 44 |
| Binary | 101010 | 10100110 | 10000 | 1001011 | 0 | 1011010 | 100011 | 1101110 | 1010010 | 100100 |
Color Harmonies of #2AA610
Complementary color
Monochromatic Colors of #2AA610
Black with #2AA610
Text Example
Text Example
White with #2AA610
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AA610; }
p { color: rgb(42,166,16); }
H1.HeaderClassName
{
color: #2AA610;
}
.AnyTagClassName
{
color: #2AA610;
}
</style>
background-color css
<style>
a { background-color: #2AA610; }
a { background-color: rgb(42,166,16); }
div.DivClassName
{
background-color: #2AA610;
}
.BgClassName
{
background-color: #2AA610;
}
</style>
border-color css
<style>
span { border-color: #2AA610; }
span { border-color: rgb(42,166,16); }
td.TdClassName
{
border-color: #2AA610;
}
.TagClassName
{
border-color: #2AA610;
}
</style>