Shades of Jungle Green #2EB384
Tints of Jungle Green #2EB384
RGB
CMYK
RGB Variations
Color information
#2EB384 (or 0x2EB384) is known color: Jungle Green. HEX triplet: 2E, B3 and 84. RGB value is (46,179,132). Sum of RGB (Red+Green+Blue) = 46+179+132=357 (47% of max value = 765). Red value is 46 (18.36% from 255 or 12.89% from 357); Green value is 179 (70.31% from 255 or 50.14% from 357); Blue value is 132 (51.95% from 255 or 36.97% from 357); Max value from RGB is 179 - color contains mainly: green. Hex color #2EB384 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2EB384 is #D14C7B. Grayscale: #858585. Windows color (decimal): -13716604 or 8696622. OLE color: 8696622.
HSL color Cylindrical-coordinate representation of color #2EB384: hue angle of 158.8º 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 #2EB384 is Cyan = 0.74, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 46 | 179 | 132 | - |
| CMYK | 0.74 | 0 | 0.26 | 0.30 |
| HSL | 158.8º | 0.59% | 0.44% | - |
| HSV(B) | 158.8º | 0.74% | 0.7% | - |
| XYZ | 21.41 | 34.49 | 27.36 | - |
| YUV | 133.88 | 126.94 | 65.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 179 | 132 | 0.74 | 0 | 0.26 | 0.30 | 158.8 | 0.59 | 0.44 |
| Hex | 2E | B3 | 84 | 4A | 0 | 1A | 1E | 9F | 3B | 2C |
| Octal | 56 | 263 | 204 | 112 | 0 | 32 | 36 | 237 | 73 | 54 |
| Binary | 101110 | 10110011 | 10000100 | 1001010 | 0 | 11010 | 11110 | 10011111 | 111011 | 101100 |
Color Harmonies of #2EB384
Complementary color
Monochromatic Colors of #2EB384
Black with #2EB384
Text Example
Text Example
White with #2EB384
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EB384; }
p { color: rgb(46,179,132); }
H1.HeaderClassName
{
color: #2EB384;
}
.AnyTagClassName
{
color: #2EB384;
}
</style>
background-color css
<style>
a { background-color: #2EB384; }
a { background-color: rgb(46,179,132); }
div.DivClassName
{
background-color: #2EB384;
}
.BgClassName
{
background-color: #2EB384;
}
</style>
border-color css
<style>
span { border-color: #2EB384; }
span { border-color: rgb(46,179,132); }
td.TdClassName
{
border-color: #2EB384;
}
.TagClassName
{
border-color: #2EB384;
}
</style>