Shades of Jungle Green #2EB790
Tints of Jungle Green #2EB790
RGB
CMYK
RGB Variations
Color information
#2EB790 (or 0x2EB790) is known color: Jungle Green. HEX triplet: 2E, B7 and 90. RGB value is (46,183,144). Sum of RGB (Red+Green+Blue) = 46+183+144=373 (49% of max value = 765). Red value is 46 (18.36% from 255 or 12.33% from 373); Green value is 183 (71.88% from 255 or 49.06% from 373); Blue value is 144 (56.64% from 255 or 38.61% from 373); Max value from RGB is 183 - color contains mainly: green. Hex color #2EB790 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2EB790 is #D1486F. Grayscale: #898989. Windows color (decimal): -13715568 or 9484078. OLE color: 9484078.
HSL color Cylindrical-coordinate representation of color #2EB790: hue angle of 162.92º degrees, saturation: 0.6, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2EB790 is Cyan = 0.75, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 46 | 183 | 144 | - |
| CMYK | 0.75 | 0 | 0.21 | 0.28 |
| HSL | 162.92º | 0.6% | 0.45% | - |
| HSV(B) | 162.92º | 0.75% | 0.72% | - |
| XYZ | 23.09 | 36.46 | 32.21 | - |
| YUV | 137.59 | 131.61 | 62.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 183 | 144 | 0.75 | 0 | 0.21 | 0.28 | 162.92 | 0.6 | 0.45 |
| Hex | 2E | B7 | 90 | 4B | 0 | 15 | 1C | A3 | 3C | 2D |
| Octal | 56 | 267 | 220 | 113 | 0 | 25 | 34 | 243 | 74 | 55 |
| Binary | 101110 | 10110111 | 10010000 | 1001011 | 0 | 10101 | 11100 | 10100011 | 111100 | 101101 |
Color Harmonies of #2EB790
Complementary color
Monochromatic Colors of #2EB790
Black with #2EB790
Text Example
Text Example
White with #2EB790
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EB790; }
p { color: rgb(46,183,144); }
H1.HeaderClassName
{
color: #2EB790;
}
.AnyTagClassName
{
color: #2EB790;
}
</style>
background-color css
<style>
a { background-color: #2EB790; }
a { background-color: rgb(46,183,144); }
div.DivClassName
{
background-color: #2EB790;
}
.BgClassName
{
background-color: #2EB790;
}
</style>
border-color css
<style>
span { border-color: #2EB790; }
span { border-color: rgb(46,183,144); }
td.TdClassName
{
border-color: #2EB790;
}
.TagClassName
{
border-color: #2EB790;
}
</style>