Shades of Forest Green #2AA426
Tints of Forest Green #2AA426
RGB
CMYK
RGB Variations
Color information
#2AA426 (or 0x2AA426) is known color: Forest Green. HEX triplet: 2A, A4 and 26. RGB value is (42,164,38). Sum of RGB (Red+Green+Blue) = 42+164+38=244 (32% of max value = 765). Red value is 42 (16.80% from 255 or 17.21% from 244); Green value is 164 (64.45% from 255 or 67.21% from 244); Blue value is 38 (15.23% from 255 or 15.57% from 244); Max value from RGB is 164 - color contains mainly: green. Hex color #2AA426 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2AA426 is #D55BD9. Grayscale: #717171. Windows color (decimal): -13982682 or 2532394. OLE color: 2532394.
HSL color Cylindrical-coordinate representation of color #2AA426: hue angle of 118.1º degrees, saturation: 0.62, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2AA426 is Cyan = 0.74, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 42 | 164 | 38 | - |
| CMYK | 0.74 | 0 | 0.77 | 0.36 |
| HSL | 118.1º | 0.62% | 0.4% | - |
| HSV(B) | 118.1º | 0.77% | 0.64% | - |
| XYZ | 14.58 | 27.18 | 6.31 | - |
| YUV | 113.16 | 85.58 | 77.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 164 | 38 | 0.74 | 0 | 0.77 | 0.36 | 118.1 | 0.62 | 0.4 |
| Hex | 2A | A4 | 26 | 4A | 0 | 4D | 24 | 76 | 3E | 28 |
| Octal | 52 | 244 | 46 | 112 | 0 | 115 | 44 | 166 | 76 | 50 |
| Binary | 101010 | 10100100 | 100110 | 1001010 | 0 | 1001101 | 100100 | 1110110 | 111110 | 101000 |
Color Harmonies of #2AA426
Complementary color
Monochromatic Colors of #2AA426
Black with #2AA426
Text Example
Text Example
White with #2AA426
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AA426; }
p { color: rgb(42,164,38); }
H1.HeaderClassName
{
color: #2AA426;
}
.AnyTagClassName
{
color: #2AA426;
}
</style>
background-color css
<style>
a { background-color: #2AA426; }
a { background-color: rgb(42,164,38); }
div.DivClassName
{
background-color: #2AA426;
}
.BgClassName
{
background-color: #2AA426;
}
</style>
border-color css
<style>
span { border-color: #2AA426; }
span { border-color: rgb(42,164,38); }
td.TdClassName
{
border-color: #2AA426;
}
.TagClassName
{
border-color: #2AA426;
}
</style>