Shades of Jungle Green #2EAA7B
Tints of Jungle Green #2EAA7B
RGB
CMYK
RGB Variations
Color information
#2EAA7B (or 0x2EAA7B) is known color: Jungle Green. HEX triplet: 2E, AA and 7B. RGB value is (46,170,123). Sum of RGB (Red+Green+Blue) = 46+170+123=339 (44% of max value = 765). Red value is 46 (18.36% from 255 or 13.57% from 339); Green value is 170 (66.80% from 255 or 50.15% from 339); Blue value is 123 (48.44% from 255 or 36.28% from 339); Max value from RGB is 170 - color contains mainly: green. Hex color #2EAA7B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2EAA7B is #D15584. Grayscale: #7F7F7F. Windows color (decimal): -13718917 or 8104494. OLE color: 8104494.
HSL color Cylindrical-coordinate representation of color #2EAA7B: hue angle of 157.26º 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 #2EAA7B is Cyan = 0.73, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 46 | 170 | 123 | - |
| CMYK | 0.73 | 0 | 0.28 | 0.33 |
| HSL | 157.26º | 0.57% | 0.42% | - |
| HSV(B) | 157.26º | 0.73% | 0.67% | - |
| XYZ | 19.08 | 30.76 | 23.67 | - |
| YUV | 127.57 | 125.42 | 69.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 170 | 123 | 0.73 | 0 | 0.28 | 0.33 | 157.26 | 0.57 | 0.42 |
| Hex | 2E | AA | 7B | 49 | 0 | 1C | 21 | 9D | 39 | 2A |
| Octal | 56 | 252 | 173 | 111 | 0 | 34 | 41 | 235 | 71 | 52 |
| Binary | 101110 | 10101010 | 1111011 | 1001001 | 0 | 11100 | 100001 | 10011101 | 111001 | 101010 |
Color Harmonies of #2EAA7B
Complementary color
Monochromatic Colors of #2EAA7B
Black with #2EAA7B
Text Example
Text Example
White with #2EAA7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EAA7B; }
p { color: rgb(46,170,123); }
H1.HeaderClassName
{
color: #2EAA7B;
}
.AnyTagClassName
{
color: #2EAA7B;
}
</style>
background-color css
<style>
a { background-color: #2EAA7B; }
a { background-color: rgb(46,170,123); }
div.DivClassName
{
background-color: #2EAA7B;
}
.BgClassName
{
background-color: #2EAA7B;
}
</style>
border-color css
<style>
span { border-color: #2EAA7B; }
span { border-color: rgb(46,170,123); }
td.TdClassName
{
border-color: #2EAA7B;
}
.TagClassName
{
border-color: #2EAA7B;
}
</style>