Shades of Forest Green #2AA428
Tints of Forest Green #2AA428
RGB
CMYK
RGB Variations
Color information
#2AA428 (or 0x2AA428) is known color: Forest Green. HEX triplet: 2A, A4 and 28. RGB value is (42,164,40). Sum of RGB (Red+Green+Blue) = 42+164+40=246 (32% of max value = 765). Red value is 42 (16.80% from 255 or 17.07% from 246); Green value is 164 (64.45% from 255 or 66.67% from 246); Blue value is 40 (16.02% from 255 or 16.26% from 246); Max value from RGB is 164 - color contains mainly: green. Hex color #2AA428 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2AA428 is #D55BD7. Grayscale: #717171. Windows color (decimal): -13982680 or 2663466. OLE color: 2663466.
HSL color Cylindrical-coordinate representation of color #2AA428: hue angle of 119.03º degrees, saturation: 0.61, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2AA428 is Cyan = 0.74, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 42 | 164 | 40 | - |
| CMYK | 0.74 | 0 | 0.76 | 0.36 |
| HSL | 119.03º | 0.61% | 0.4% | - |
| HSV(B) | 119.03º | 0.76% | 0.64% | - |
| XYZ | 14.61 | 27.2 | 6.49 | - |
| YUV | 113.39 | 86.58 | 77.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 164 | 40 | 0.74 | 0 | 0.76 | 0.36 | 119.03 | 0.61 | 0.4 |
| Hex | 2A | A4 | 28 | 4A | 0 | 4C | 24 | 77 | 3D | 28 |
| Octal | 52 | 244 | 50 | 112 | 0 | 114 | 44 | 167 | 75 | 50 |
| Binary | 101010 | 10100100 | 101000 | 1001010 | 0 | 1001100 | 100100 | 1110111 | 111101 | 101000 |
Color Harmonies of #2AA428
Complementary color
Monochromatic Colors of #2AA428
Black with #2AA428
Text Example
Text Example
White with #2AA428
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AA428; }
p { color: rgb(42,164,40); }
H1.HeaderClassName
{
color: #2AA428;
}
.AnyTagClassName
{
color: #2AA428;
}
</style>
background-color css
<style>
a { background-color: #2AA428; }
a { background-color: rgb(42,164,40); }
div.DivClassName
{
background-color: #2AA428;
}
.BgClassName
{
background-color: #2AA428;
}
</style>
border-color css
<style>
span { border-color: #2AA428; }
span { border-color: rgb(42,164,40); }
td.TdClassName
{
border-color: #2AA428;
}
.TagClassName
{
border-color: #2AA428;
}
</style>