Shades of Forest Green #2AA206
Tints of Forest Green #2AA206
RGB
CMYK
RGB Variations
Color information
#2AA206 (or 0x2AA206) is known color: Forest Green. HEX triplet: 2A, A2 and 06. RGB value is (42,162,6). Sum of RGB (Red+Green+Blue) = 42+162+6=210 (27% of max value = 765). Red value is 42 (16.80% from 255 or 20% from 210); Green value is 162 (63.67% from 255 or 77.14% from 210); Blue value is 6 (2.73% from 255 or 2.86% from 210); Max value from RGB is 162 - color contains mainly: green. Hex color #2AA206 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #2AA206 is #D55DF9. Grayscale: #6C6C6C. Windows color (decimal): -13983226 or 434730. OLE color: 434730.
HSL color Cylindrical-coordinate representation of color #2AA206: hue angle of 106.15º degrees, saturation: 0.93, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #2AA206 is Cyan = 0.74, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 42 | 162 | 6 | - |
| CMYK | 0.74 | 0 | 0.96 | 0.36 |
| HSL | 106.15º | 0.93% | 0.33% | - |
| HSV(B) | 106.15º | 0.96% | 0.64% | - |
| XYZ | 13.91 | 26.35 | 4.52 | - |
| YUV | 108.34 | 70.24 | 80.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 162 | 6 | 0.74 | 0 | 0.96 | 0.36 | 106.15 | 0.93 | 0.33 |
| Hex | 2A | A2 | 6 | 4A | 0 | 60 | 24 | 6A | 5D | 21 |
| Octal | 52 | 242 | 6 | 112 | 0 | 140 | 44 | 152 | 135 | 41 |
| Binary | 101010 | 10100010 | 110 | 1001010 | 0 | 1100000 | 100100 | 1101010 | 1011101 | 100001 |
Color Harmonies of #2AA206
Complementary color
Monochromatic Colors of #2AA206
Black with #2AA206
Text Example
Text Example
White with #2AA206
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AA206; }
p { color: rgb(42,162,6); }
H1.HeaderClassName
{
color: #2AA206;
}
.AnyTagClassName
{
color: #2AA206;
}
</style>
background-color css
<style>
a { background-color: #2AA206; }
a { background-color: rgb(42,162,6); }
div.DivClassName
{
background-color: #2AA206;
}
.BgClassName
{
background-color: #2AA206;
}
</style>
border-color css
<style>
span { border-color: #2AA206; }
span { border-color: rgb(42,162,6); }
td.TdClassName
{
border-color: #2AA206;
}
.TagClassName
{
border-color: #2AA206;
}
</style>