Shades of Jungle Green #2EAA7A
Tints of Jungle Green #2EAA7A
RGB
CMYK
RGB Variations
Color information
#2EAA7A (or 0x2EAA7A) is known color: Jungle Green. HEX triplet: 2E, AA and 7A. RGB value is (46,170,122). Sum of RGB (Red+Green+Blue) = 46+170+122=338 (44% of max value = 765). Red value is 46 (18.36% from 255 or 13.61% from 338); Green value is 170 (66.80% from 255 or 50.30% from 338); Blue value is 122 (48.05% from 255 or 36.09% from 338); Max value from RGB is 170 - color contains mainly: green. Hex color #2EAA7A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2EAA7A is #D15585. Grayscale: #7F7F7F. Windows color (decimal): -13718918 or 8038958. OLE color: 8038958.
HSL color Cylindrical-coordinate representation of color #2EAA7A: hue angle of 156.77º degrees, saturation: 0.57, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #2EAA7A is Cyan = 0.73, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 46 | 170 | 122 | - |
| CMYK | 0.73 | 0 | 0.28 | 0.33 |
| HSL | 156.77º | 0.57% | 0.42% | - |
| HSV(B) | 156.77º | 0.73% | 0.67% | - |
| XYZ | 19.01 | 30.74 | 23.34 | - |
| YUV | 127.45 | 124.92 | 69.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 170 | 122 | 0.73 | 0 | 0.28 | 0.33 | 156.77 | 0.57 | 0.42 |
| Hex | 2E | AA | 7A | 49 | 0 | 1C | 21 | 9D | 39 | 2A |
| Octal | 56 | 252 | 172 | 111 | 0 | 34 | 41 | 235 | 71 | 52 |
| Binary | 101110 | 10101010 | 1111010 | 1001001 | 0 | 11100 | 100001 | 10011101 | 111001 | 101010 |
Color Harmonies of #2EAA7A
Complementary color
Monochromatic Colors of #2EAA7A
Black with #2EAA7A
Text Example
Text Example
White with #2EAA7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EAA7A; }
p { color: rgb(46,170,122); }
H1.HeaderClassName
{
color: #2EAA7A;
}
.AnyTagClassName
{
color: #2EAA7A;
}
</style>
background-color css
<style>
a { background-color: #2EAA7A; }
a { background-color: rgb(46,170,122); }
div.DivClassName
{
background-color: #2EAA7A;
}
.BgClassName
{
background-color: #2EAA7A;
}
</style>
border-color css
<style>
span { border-color: #2EAA7A; }
span { border-color: rgb(46,170,122); }
td.TdClassName
{
border-color: #2EAA7A;
}
.TagClassName
{
border-color: #2EAA7A;
}
</style>