Shades of Jungle Green #2AAA7C
Tints of Jungle Green #2AAA7C
RGB
CMYK
RGB Variations
Color information
#2AAA7C (or 0x2AAA7C) is known color: Jungle Green. HEX triplet: 2A, AA and 7C. RGB value is (42,170,124). Sum of RGB (Red+Green+Blue) = 42+170+124=336 (44% of max value = 765). Red value is 42 (16.80% from 255 or 12.5% from 336); Green value is 170 (66.80% from 255 or 50.60% from 336); Blue value is 124 (48.83% from 255 or 36.90% from 336); Max value from RGB is 170 - color contains mainly: green. Hex color #2AAA7C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2AAA7C is #D55583. Grayscale: #7E7E7E. Windows color (decimal): -13981060 or 8170026. OLE color: 8170026.
HSL color Cylindrical-coordinate representation of color #2AAA7C: hue angle of 158.44º degrees, saturation: 0.6, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2AAA7C is Cyan = 0.75, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 42 | 170 | 124 | - |
| CMYK | 0.75 | 0 | 0.27 | 0.33 |
| HSL | 158.44º | 0.6% | 0.42% | - |
| HSV(B) | 158.44º | 0.75% | 0.67% | - |
| XYZ | 18.97 | 30.7 | 23.99 | - |
| YUV | 126.48 | 126.59 | 67.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 170 | 124 | 0.75 | 0 | 0.27 | 0.33 | 158.44 | 0.6 | 0.42 |
| Hex | 2A | AA | 7C | 4B | 0 | 1B | 21 | 9E | 3C | 2A |
| Octal | 52 | 252 | 174 | 113 | 0 | 33 | 41 | 236 | 74 | 52 |
| Binary | 101010 | 10101010 | 1111100 | 1001011 | 0 | 11011 | 100001 | 10011110 | 111100 | 101010 |
Color Harmonies of #2AAA7C
Complementary color
Monochromatic Colors of #2AAA7C
Black with #2AAA7C
Text Example
Text Example
White with #2AAA7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AAA7C; }
p { color: rgb(42,170,124); }
H1.HeaderClassName
{
color: #2AAA7C;
}
.AnyTagClassName
{
color: #2AAA7C;
}
</style>
background-color css
<style>
a { background-color: #2AAA7C; }
a { background-color: rgb(42,170,124); }
div.DivClassName
{
background-color: #2AAA7C;
}
.BgClassName
{
background-color: #2AAA7C;
}
</style>
border-color css
<style>
span { border-color: #2AAA7C; }
span { border-color: rgb(42,170,124); }
td.TdClassName
{
border-color: #2AAA7C;
}
.TagClassName
{
border-color: #2AAA7C;
}
</style>