Shades of Forest Green #2AA506
Tints of Forest Green #2AA506
RGB
CMYK
RGB Variations
Color information
#2AA506 (or 0x2AA506) is known color: Forest Green. HEX triplet: 2A, A5 and 06. RGB value is (42,165,6). Sum of RGB (Red+Green+Blue) = 42+165+6=213 (28% of max value = 765). Red value is 42 (16.80% from 255 or 19.72% from 213); Green value is 165 (64.84% from 255 or 77.46% from 213); Blue value is 6 (2.73% from 255 or 2.82% from 213); Max value from RGB is 165 - color contains mainly: green. Hex color #2AA506 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #2AA506 is #D55AF9. Grayscale: #6E6E6E. Windows color (decimal): -13982458 or 435498. OLE color: 435498.
HSL color Cylindrical-coordinate representation of color #2AA506: hue angle of 106.42º degrees, saturation: 0.93, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #2AA506 is Cyan = 0.75, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 42 | 165 | 6 | - |
| CMYK | 0.75 | 0 | 0.96 | 0.35 |
| HSL | 106.42º | 0.93% | 0.34% | - |
| HSV(B) | 106.42º | 0.96% | 0.65% | - |
| XYZ | 14.44 | 27.42 | 4.7 | - |
| YUV | 110.1 | 69.25 | 79.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 165 | 6 | 0.75 | 0 | 0.96 | 0.35 | 106.42 | 0.93 | 0.34 |
| Hex | 2A | A5 | 6 | 4B | 0 | 60 | 23 | 6A | 5D | 22 |
| Octal | 52 | 245 | 6 | 113 | 0 | 140 | 43 | 152 | 135 | 42 |
| Binary | 101010 | 10100101 | 110 | 1001011 | 0 | 1100000 | 100011 | 1101010 | 1011101 | 100010 |
Color Harmonies of #2AA506
Complementary color
Monochromatic Colors of #2AA506
Black with #2AA506
Text Example
Text Example
White with #2AA506
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AA506; }
p { color: rgb(42,165,6); }
H1.HeaderClassName
{
color: #2AA506;
}
.AnyTagClassName
{
color: #2AA506;
}
</style>
background-color css
<style>
a { background-color: #2AA506; }
a { background-color: rgb(42,165,6); }
div.DivClassName
{
background-color: #2AA506;
}
.BgClassName
{
background-color: #2AA506;
}
</style>
border-color css
<style>
span { border-color: #2AA506; }
span { border-color: rgb(42,165,6); }
td.TdClassName
{
border-color: #2AA506;
}
.TagClassName
{
border-color: #2AA506;
}
</style>