Shades of Jungle Green #2AA079
Tints of Jungle Green #2AA079
RGB
CMYK
RGB Variations
Color information
#2AA079 (or 0x2AA079) is known color: Jungle Green. HEX triplet: 2A, A0 and 79. RGB value is (42,160,121). Sum of RGB (Red+Green+Blue) = 42+160+121=323 (42% of max value = 765). Red value is 42 (16.80% from 255 or 13.00% from 323); Green value is 160 (62.89% from 255 or 49.54% from 323); Blue value is 121 (47.66% from 255 or 37.46% from 323); Max value from RGB is 160 - color contains mainly: green. Hex color #2AA079 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2AA079 is #D55F86. Grayscale: #787878. Windows color (decimal): -13983623 or 7970858. OLE color: 7970858.
HSL color Cylindrical-coordinate representation of color #2AA079: hue angle of 160.17º degrees, saturation: 0.58, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #2AA079 is Cyan = 0.74, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 42 | 160 | 121 | - |
| CMYK | 0.74 | 0 | 0.24 | 0.37 |
| HSL | 160.17º | 0.58% | 0.4% | - |
| HSV(B) | 160.17º | 0.74% | 0.63% | - |
| XYZ | 16.98 | 27.01 | 22.41 | - |
| YUV | 120.27 | 128.41 | 72.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 160 | 121 | 0.74 | 0 | 0.24 | 0.37 | 160.17 | 0.58 | 0.4 |
| Hex | 2A | A0 | 79 | 4A | 0 | 18 | 25 | A0 | 3A | 28 |
| Octal | 52 | 240 | 171 | 112 | 0 | 30 | 45 | 240 | 72 | 50 |
| Binary | 101010 | 10100000 | 1111001 | 1001010 | 0 | 11000 | 100101 | 10100000 | 111010 | 101000 |
Color Harmonies of #2AA079
Complementary color
Monochromatic Colors of #2AA079
Black with #2AA079
Text Example
Text Example
White with #2AA079
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AA079; }
p { color: rgb(42,160,121); }
H1.HeaderClassName
{
color: #2AA079;
}
.AnyTagClassName
{
color: #2AA079;
}
</style>
background-color css
<style>
a { background-color: #2AA079; }
a { background-color: rgb(42,160,121); }
div.DivClassName
{
background-color: #2AA079;
}
.BgClassName
{
background-color: #2AA079;
}
</style>
border-color css
<style>
span { border-color: #2AA079; }
span { border-color: rgb(42,160,121); }
td.TdClassName
{
border-color: #2AA079;
}
.TagClassName
{
border-color: #2AA079;
}
</style>