Shades of Jungle Green #2EBD85
Tints of Jungle Green #2EBD85
RGB
CMYK
RGB Variations
Color information
#2EBD85 (or 0x2EBD85) is known color: Jungle Green. HEX triplet: 2E, BD and 85. RGB value is (46,189,133). Sum of RGB (Red+Green+Blue) = 46+189+133=368 (48% of max value = 765). Red value is 46 (18.36% from 255 or 12.5% from 368); Green value is 189 (74.22% from 255 or 51.36% from 368); Blue value is 133 (52.34% from 255 or 36.14% from 368); Max value from RGB is 189 - color contains mainly: green. Hex color #2EBD85 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2EBD85 is #D1427A. Grayscale: #8B8B8B. Windows color (decimal): -13714043 or 8764718. OLE color: 8764718.
HSL color Cylindrical-coordinate representation of color #2EBD85: hue angle of 156.5º degrees, saturation: 0.61, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2EBD85 is Cyan = 0.76, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 46 | 189 | 133 | - |
| CMYK | 0.76 | 0 | 0.30 | 0.26 |
| HSL | 156.5º | 0.61% | 0.46% | - |
| HSV(B) | 156.5º | 0.76% | 0.74% | - |
| XYZ | 23.56 | 38.67 | 28.41 | - |
| YUV | 139.86 | 124.12 | 61.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 189 | 133 | 0.76 | 0 | 0.30 | 0.26 | 156.5 | 0.61 | 0.46 |
| Hex | 2E | BD | 85 | 4C | 0 | 1E | 1A | 9D | 3D | 2E |
| Octal | 56 | 275 | 205 | 114 | 0 | 36 | 32 | 235 | 75 | 56 |
| Binary | 101110 | 10111101 | 10000101 | 1001100 | 0 | 11110 | 11010 | 10011101 | 111101 | 101110 |
Color Harmonies of #2EBD85
Complementary color
Monochromatic Colors of #2EBD85
Black with #2EBD85
Text Example
Text Example
White with #2EBD85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EBD85; }
p { color: rgb(46,189,133); }
H1.HeaderClassName
{
color: #2EBD85;
}
.AnyTagClassName
{
color: #2EBD85;
}
</style>
background-color css
<style>
a { background-color: #2EBD85; }
a { background-color: rgb(46,189,133); }
div.DivClassName
{
background-color: #2EBD85;
}
.BgClassName
{
background-color: #2EBD85;
}
</style>
border-color css
<style>
span { border-color: #2EBD85; }
span { border-color: rgb(46,189,133); }
td.TdClassName
{
border-color: #2EBD85;
}
.TagClassName
{
border-color: #2EBD85;
}
</style>