Shades of Jungle Green #2EAC80
Tints of Jungle Green #2EAC80
RGB
CMYK
RGB Variations
Color information
#2EAC80 (or 0x2EAC80) is known color: Jungle Green. HEX triplet: 2E, AC and 80. RGB value is (46,172,128). Sum of RGB (Red+Green+Blue) = 46+172+128=346 (45% of max value = 765). Red value is 46 (18.36% from 255 or 13.29% from 346); Green value is 172 (67.58% from 255 or 49.71% from 346); Blue value is 128 (50.39% from 255 or 36.99% from 346); Max value from RGB is 172 - color contains mainly: green. Hex color #2EAC80 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2EAC80 is #D1537F. Grayscale: #818181. Windows color (decimal): -13718400 or 8432686. OLE color: 8432686.
HSL color Cylindrical-coordinate representation of color #2EAC80: hue angle of 159.05º degrees, saturation: 0.58, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #2EAC80 is Cyan = 0.73, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 46 | 172 | 128 | - |
| CMYK | 0.73 | 0 | 0.26 | 0.33 |
| HSL | 159.05º | 0.58% | 0.43% | - |
| HSV(B) | 159.05º | 0.73% | 0.67% | - |
| XYZ | 19.78 | 31.64 | 25.49 | - |
| YUV | 129.31 | 127.26 | 68.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 172 | 128 | 0.73 | 0 | 0.26 | 0.33 | 159.05 | 0.58 | 0.43 |
| Hex | 2E | AC | 80 | 49 | 0 | 1A | 21 | 9F | 3A | 2B |
| Octal | 56 | 254 | 200 | 111 | 0 | 32 | 41 | 237 | 72 | 53 |
| Binary | 101110 | 10101100 | 10000000 | 1001001 | 0 | 11010 | 100001 | 10011111 | 111010 | 101011 |
Color Harmonies of #2EAC80
Complementary color
Monochromatic Colors of #2EAC80
Black with #2EAC80
Text Example
Text Example
White with #2EAC80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EAC80; }
p { color: rgb(46,172,128); }
H1.HeaderClassName
{
color: #2EAC80;
}
.AnyTagClassName
{
color: #2EAC80;
}
</style>
background-color css
<style>
a { background-color: #2EAC80; }
a { background-color: rgb(46,172,128); }
div.DivClassName
{
background-color: #2EAC80;
}
.BgClassName
{
background-color: #2EAC80;
}
</style>
border-color css
<style>
span { border-color: #2EAC80; }
span { border-color: rgb(46,172,128); }
td.TdClassName
{
border-color: #2EAC80;
}
.TagClassName
{
border-color: #2EAC80;
}
</style>