Shades of Jungle Green #2EAA85
Tints of Jungle Green #2EAA85
RGB
CMYK
RGB Variations
Color information
#2EAA85 (or 0x2EAA85) is known color: Jungle Green. HEX triplet: 2E, AA and 85. RGB value is (46,170,133). Sum of RGB (Red+Green+Blue) = 46+170+133=349 (46% of max value = 765). Red value is 46 (18.36% from 255 or 13.18% from 349); Green value is 170 (66.80% from 255 or 48.71% from 349); Blue value is 133 (52.34% from 255 or 38.11% from 349); Max value from RGB is 170 - color contains mainly: green. Hex color #2EAA85 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2EAA85 is #D1557A. Grayscale: #808080. Windows color (decimal): -13718907 or 8759854. OLE color: 8759854.
HSL color Cylindrical-coordinate representation of color #2EAA85: hue angle of 162.1º 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 #2EAA85 is Cyan = 0.73, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 46 | 170 | 133 | - |
| CMYK | 0.73 | 0 | 0.22 | 0.33 |
| HSL | 162.1º | 0.57% | 0.42% | - |
| HSV(B) | 162.1º | 0.73% | 0.67% | - |
| XYZ | 19.74 | 31.02 | 27.14 | - |
| YUV | 128.71 | 130.42 | 69.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 170 | 133 | 0.73 | 0 | 0.22 | 0.33 | 162.1 | 0.57 | 0.42 |
| Hex | 2E | AA | 85 | 49 | 0 | 16 | 21 | A2 | 39 | 2A |
| Octal | 56 | 252 | 205 | 111 | 0 | 26 | 41 | 242 | 71 | 52 |
| Binary | 101110 | 10101010 | 10000101 | 1001001 | 0 | 10110 | 100001 | 10100010 | 111001 | 101010 |
Color Harmonies of #2EAA85
Complementary color
Monochromatic Colors of #2EAA85
Black with #2EAA85
Text Example
Text Example
White with #2EAA85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EAA85; }
p { color: rgb(46,170,133); }
H1.HeaderClassName
{
color: #2EAA85;
}
.AnyTagClassName
{
color: #2EAA85;
}
</style>
background-color css
<style>
a { background-color: #2EAA85; }
a { background-color: rgb(46,170,133); }
div.DivClassName
{
background-color: #2EAA85;
}
.BgClassName
{
background-color: #2EAA85;
}
</style>
border-color css
<style>
span { border-color: #2EAA85; }
span { border-color: rgb(46,170,133); }
td.TdClassName
{
border-color: #2EAA85;
}
.TagClassName
{
border-color: #2EAA85;
}
</style>