Shades of Forest Green #2AAA10
Tints of Forest Green #2AAA10
RGB
CMYK
RGB Variations
Color information
#2AAA10 (or 0x2AAA10) is known color: Forest Green. HEX triplet: 2A, AA and 10. RGB value is (42,170,16). Sum of RGB (Red+Green+Blue) = 42+170+16=228 (30% of max value = 765). Red value is 42 (16.80% from 255 or 18.42% from 228); Green value is 170 (66.80% from 255 or 74.56% from 228); Blue value is 16 (6.64% from 255 or 7.02% from 228); Max value from RGB is 170 - color contains mainly: green. Hex color #2AAA10 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #2AAA10 is #D555EF. Grayscale: #727272. Windows color (decimal): -13981168 or 1092138. OLE color: 1092138.
HSL color Cylindrical-coordinate representation of color #2AAA10: hue angle of 109.87º degrees, saturation: 0.83, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #2AAA10 is Cyan = 0.75, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 42 | 170 | 16 | - |
| CMYK | 0.75 | 0 | 0.91 | 0.33 |
| HSL | 109.87º | 0.83% | 0.36% | - |
| HSV(B) | 109.87º | 0.91% | 0.67% | - |
| XYZ | 15.42 | 29.28 | 5.33 | - |
| YUV | 114.17 | 72.59 | 76.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 170 | 16 | 0.75 | 0 | 0.91 | 0.33 | 109.87 | 0.83 | 0.36 |
| Hex | 2A | AA | 10 | 4B | 0 | 5B | 21 | 6E | 53 | 24 |
| Octal | 52 | 252 | 20 | 113 | 0 | 133 | 41 | 156 | 123 | 44 |
| Binary | 101010 | 10101010 | 10000 | 1001011 | 0 | 1011011 | 100001 | 1101110 | 1010011 | 100100 |
Color Harmonies of #2AAA10
Complementary color
Monochromatic Colors of #2AAA10
Black with #2AAA10
Text Example
Text Example
White with #2AAA10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AAA10; }
p { color: rgb(42,170,16); }
H1.HeaderClassName
{
color: #2AAA10;
}
.AnyTagClassName
{
color: #2AAA10;
}
</style>
background-color css
<style>
a { background-color: #2AAA10; }
a { background-color: rgb(42,170,16); }
div.DivClassName
{
background-color: #2AAA10;
}
.BgClassName
{
background-color: #2AAA10;
}
</style>
border-color css
<style>
span { border-color: #2AAA10; }
span { border-color: rgb(42,170,16); }
td.TdClassName
{
border-color: #2AAA10;
}
.TagClassName
{
border-color: #2AAA10;
}
</style>