Shades of Forest Green #2AA739
Tints of Forest Green #2AA739
RGB
CMYK
RGB Variations
Color information
#2AA739 (or 0x2AA739) is known color: Forest Green. HEX triplet: 2A, A7 and 39. RGB value is (42,167,57). Sum of RGB (Red+Green+Blue) = 42+167+57=266 (35% of max value = 765). Red value is 42 (16.80% from 255 or 15.79% from 266); Green value is 167 (65.62% from 255 or 62.78% from 266); Blue value is 57 (22.66% from 255 or 21.43% from 266); Max value from RGB is 167 - color contains mainly: green. Hex color #2AA739 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2AA739 is #D558C6. Grayscale: #757575. Windows color (decimal): -13981895 or 3778346. OLE color: 3778346.
HSL color Cylindrical-coordinate representation of color #2AA739: hue angle of 127.2º degrees, saturation: 0.6, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2AA739 is Cyan = 0.75, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 42 | 167 | 57 | - |
| CMYK | 0.75 | 0 | 0.66 | 0.35 |
| HSL | 127.2º | 0.6% | 0.41% | - |
| HSV(B) | 127.2º | 0.75% | 0.65% | - |
| XYZ | 15.51 | 28.43 | 8.54 | - |
| YUV | 117.09 | 94.09 | 74.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 167 | 57 | 0.75 | 0 | 0.66 | 0.35 | 127.2 | 0.6 | 0.41 |
| Hex | 2A | A7 | 39 | 4B | 0 | 42 | 23 | 7F | 3C | 29 |
| Octal | 52 | 247 | 71 | 113 | 0 | 102 | 43 | 177 | 74 | 51 |
| Binary | 101010 | 10100111 | 111001 | 1001011 | 0 | 1000010 | 100011 | 1111111 | 111100 | 101001 |
Color Harmonies of #2AA739
Complementary color
Monochromatic Colors of #2AA739
Black with #2AA739
Text Example
Text Example
White with #2AA739
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AA739; }
p { color: rgb(42,167,57); }
H1.HeaderClassName
{
color: #2AA739;
}
.AnyTagClassName
{
color: #2AA739;
}
</style>
background-color css
<style>
a { background-color: #2AA739; }
a { background-color: rgb(42,167,57); }
div.DivClassName
{
background-color: #2AA739;
}
.BgClassName
{
background-color: #2AA739;
}
</style>
border-color css
<style>
span { border-color: #2AA739; }
span { border-color: rgb(42,167,57); }
td.TdClassName
{
border-color: #2AA739;
}
.TagClassName
{
border-color: #2AA739;
}
</style>