Shades of Jungle Green #2EB380
Tints of Jungle Green #2EB380
RGB
CMYK
RGB Variations
Color information
#2EB380 (or 0x2EB380) is known color: Jungle Green. HEX triplet: 2E, B3 and 80. RGB value is (46,179,128). Sum of RGB (Red+Green+Blue) = 46+179+128=353 (46% of max value = 765). Red value is 46 (18.36% from 255 or 13.03% from 353); Green value is 179 (70.31% from 255 or 50.71% from 353); Blue value is 128 (50.39% from 255 or 36.26% from 353); Max value from RGB is 179 - color contains mainly: green. Hex color #2EB380 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2EB380 is #D14C7F. Grayscale: #858585. Windows color (decimal): -13716608 or 8434478. OLE color: 8434478.
HSL color Cylindrical-coordinate representation of color #2EB380: hue angle of 156.99º 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 #2EB380 is Cyan = 0.74, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 46 | 179 | 128 | - |
| CMYK | 0.74 | 0 | 0.28 | 0.30 |
| HSL | 156.99º | 0.59% | 0.44% | - |
| HSV(B) | 156.99º | 0.74% | 0.7% | - |
| XYZ | 21.14 | 34.38 | 25.94 | - |
| YUV | 133.42 | 124.94 | 65.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 179 | 128 | 0.74 | 0 | 0.28 | 0.30 | 156.99 | 0.59 | 0.44 |
| Hex | 2E | B3 | 80 | 4A | 0 | 1C | 1E | 9D | 3B | 2C |
| Octal | 56 | 263 | 200 | 112 | 0 | 34 | 36 | 235 | 73 | 54 |
| Binary | 101110 | 10110011 | 10000000 | 1001010 | 0 | 11100 | 11110 | 10011101 | 111011 | 101100 |
Color Harmonies of #2EB380
Complementary color
Monochromatic Colors of #2EB380
Black with #2EB380
Text Example
Text Example
White with #2EB380
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EB380; }
p { color: rgb(46,179,128); }
H1.HeaderClassName
{
color: #2EB380;
}
.AnyTagClassName
{
color: #2EB380;
}
</style>
background-color css
<style>
a { background-color: #2EB380; }
a { background-color: rgb(46,179,128); }
div.DivClassName
{
background-color: #2EB380;
}
.BgClassName
{
background-color: #2EB380;
}
</style>
border-color css
<style>
span { border-color: #2EB380; }
span { border-color: rgb(46,179,128); }
td.TdClassName
{
border-color: #2EB380;
}
.TagClassName
{
border-color: #2EB380;
}
</style>