Shades of Jungle Green #2EA783
Tints of Jungle Green #2EA783
RGB
CMYK
RGB Variations
Color information
#2EA783 (or 0x2EA783) is known color: Jungle Green. HEX triplet: 2E, A7 and 83. RGB value is (46,167,131). Sum of RGB (Red+Green+Blue) = 46+167+131=344 (45% of max value = 765). Red value is 46 (18.36% from 255 or 13.37% from 344); Green value is 167 (65.62% from 255 or 48.55% from 344); Blue value is 131 (51.56% from 255 or 38.08% from 344); Max value from RGB is 167 - color contains mainly: green. Hex color #2EA783 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2EA783 is #D1587C. Grayscale: #7E7E7E. Windows color (decimal): -13719677 or 8628014. OLE color: 8628014.
HSL color Cylindrical-coordinate representation of color #2EA783: hue angle of 162.15º degrees, saturation: 0.57, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #2EA783 is Cyan = 0.72, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 46 | 167 | 131 | - |
| CMYK | 0.72 | 0 | 0.22 | 0.35 |
| HSL | 162.15º | 0.57% | 0.42% | - |
| HSV(B) | 162.15º | 0.72% | 0.65% | - |
| XYZ | 19.04 | 29.86 | 26.23 | - |
| YUV | 126.72 | 130.41 | 70.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 167 | 131 | 0.72 | 0 | 0.22 | 0.35 | 162.15 | 0.57 | 0.42 |
| Hex | 2E | A7 | 83 | 48 | 0 | 16 | 23 | A2 | 39 | 2A |
| Octal | 56 | 247 | 203 | 110 | 0 | 26 | 43 | 242 | 71 | 52 |
| Binary | 101110 | 10100111 | 10000011 | 1001000 | 0 | 10110 | 100011 | 10100010 | 111001 | 101010 |
Color Harmonies of #2EA783
Complementary color
Monochromatic Colors of #2EA783
Black with #2EA783
Text Example
Text Example
White with #2EA783
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EA783; }
p { color: rgb(46,167,131); }
H1.HeaderClassName
{
color: #2EA783;
}
.AnyTagClassName
{
color: #2EA783;
}
</style>
background-color css
<style>
a { background-color: #2EA783; }
a { background-color: rgb(46,167,131); }
div.DivClassName
{
background-color: #2EA783;
}
.BgClassName
{
background-color: #2EA783;
}
</style>
border-color css
<style>
span { border-color: #2EA783; }
span { border-color: rgb(46,167,131); }
td.TdClassName
{
border-color: #2EA783;
}
.TagClassName
{
border-color: #2EA783;
}
</style>