Shades of Forest Green #2AA825
Tints of Forest Green #2AA825
RGB
CMYK
RGB Variations
Color information
#2AA825 (or 0x2AA825) is known color: Forest Green. HEX triplet: 2A, A8 and 25. RGB value is (42,168,37). Sum of RGB (Red+Green+Blue) = 42+168+37=247 (32% of max value = 765). Red value is 42 (16.80% from 255 or 17.00% from 247); Green value is 168 (66.02% from 255 or 68.02% from 247); Blue value is 37 (14.84% from 255 or 14.98% from 247); Max value from RGB is 168 - color contains mainly: green. Hex color #2AA825 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2AA825 is #D557DA. Grayscale: #737373. Windows color (decimal): -13981659 or 2467882. OLE color: 2467882.
HSL color Cylindrical-coordinate representation of color #2AA825: hue angle of 117.71º degrees, saturation: 0.64, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2AA825 is Cyan = 0.75, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 42 | 168 | 37 | - |
| CMYK | 0.75 | 0 | 0.78 | 0.34 |
| HSL | 117.71º | 0.64% | 0.4% | - |
| HSV(B) | 117.71º | 0.78% | 0.66% | - |
| XYZ | 15.29 | 28.63 | 6.47 | - |
| YUV | 115.39 | 83.76 | 75.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 168 | 37 | 0.75 | 0 | 0.78 | 0.34 | 117.71 | 0.64 | 0.4 |
| Hex | 2A | A8 | 25 | 4B | 0 | 4E | 22 | 76 | 40 | 28 |
| Octal | 52 | 250 | 45 | 113 | 0 | 116 | 42 | 166 | 100 | 50 |
| Binary | 101010 | 10101000 | 100101 | 1001011 | 0 | 1001110 | 100010 | 1110110 | 1000000 | 101000 |
Color Harmonies of #2AA825
Complementary color
Monochromatic Colors of #2AA825
Black with #2AA825
Text Example
Text Example
White with #2AA825
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AA825; }
p { color: rgb(42,168,37); }
H1.HeaderClassName
{
color: #2AA825;
}
.AnyTagClassName
{
color: #2AA825;
}
</style>
background-color css
<style>
a { background-color: #2AA825; }
a { background-color: rgb(42,168,37); }
div.DivClassName
{
background-color: #2AA825;
}
.BgClassName
{
background-color: #2AA825;
}
</style>
border-color css
<style>
span { border-color: #2AA825; }
span { border-color: rgb(42,168,37); }
td.TdClassName
{
border-color: #2AA825;
}
.TagClassName
{
border-color: #2AA825;
}
</style>