Shades of Jungle Green #2EB385
Tints of Jungle Green #2EB385
RGB
CMYK
RGB Variations
Color information
#2EB385 (or 0x2EB385) is known color: Jungle Green. HEX triplet: 2E, B3 and 85. RGB value is (46,179,133). Sum of RGB (Red+Green+Blue) = 46+179+133=358 (47% of max value = 765). Red value is 46 (18.36% from 255 or 12.85% from 358); Green value is 179 (70.31% from 255 or 50% from 358); Blue value is 133 (52.34% from 255 or 37.15% from 358); Max value from RGB is 179 - color contains mainly: green. Hex color #2EB385 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2EB385 is #D14C7A. Grayscale: #868686. Windows color (decimal): -13716603 or 8762158. OLE color: 8762158.
HSL color Cylindrical-coordinate representation of color #2EB385: hue angle of 159.25º degrees, saturation: 0.59, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #2EB385 is Cyan = 0.74, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 46 | 179 | 133 | - |
| CMYK | 0.74 | 0 | 0.26 | 0.30 |
| HSL | 159.25º | 0.59% | 0.44% | - |
| HSV(B) | 159.25º | 0.74% | 0.7% | - |
| XYZ | 21.48 | 34.51 | 27.72 | - |
| YUV | 133.99 | 127.44 | 65.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 179 | 133 | 0.74 | 0 | 0.26 | 0.30 | 159.25 | 0.59 | 0.44 |
| Hex | 2E | B3 | 85 | 4A | 0 | 1A | 1E | 9F | 3B | 2C |
| Octal | 56 | 263 | 205 | 112 | 0 | 32 | 36 | 237 | 73 | 54 |
| Binary | 101110 | 10110011 | 10000101 | 1001010 | 0 | 11010 | 11110 | 10011111 | 111011 | 101100 |
Color Harmonies of #2EB385
Complementary color
Monochromatic Colors of #2EB385
Black with #2EB385
Text Example
Text Example
White with #2EB385
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EB385; }
p { color: rgb(46,179,133); }
H1.HeaderClassName
{
color: #2EB385;
}
.AnyTagClassName
{
color: #2EB385;
}
</style>
background-color css
<style>
a { background-color: #2EB385; }
a { background-color: rgb(46,179,133); }
div.DivClassName
{
background-color: #2EB385;
}
.BgClassName
{
background-color: #2EB385;
}
</style>
border-color css
<style>
span { border-color: #2EB385; }
span { border-color: rgb(46,179,133); }
td.TdClassName
{
border-color: #2EB385;
}
.TagClassName
{
border-color: #2EB385;
}
</style>