Shades of Jungle Green #2EA384
Tints of Jungle Green #2EA384
RGB
CMYK
RGB Variations
Color information
#2EA384 (or 0x2EA384) is known color: Jungle Green. HEX triplet: 2E, A3 and 84. RGB value is (46,163,132). Sum of RGB (Red+Green+Blue) = 46+163+132=341 (45% of max value = 765). Red value is 46 (18.36% from 255 or 13.49% from 341); Green value is 163 (64.06% from 255 or 47.80% from 341); Blue value is 132 (51.95% from 255 or 38.71% from 341); Max value from RGB is 163 - color contains mainly: green. Hex color #2EA384 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2EA384 is #D15C7B. Grayscale: #7C7C7C. Windows color (decimal): -13720700 or 8692526. OLE color: 8692526.
HSL color Cylindrical-coordinate representation of color #2EA384: hue angle of 164.1º degrees, saturation: 0.56, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #2EA384 is Cyan = 0.72, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 46 | 163 | 132 | - |
| CMYK | 0.72 | 0 | 0.19 | 0.36 |
| HSL | 164.1º | 0.56% | 0.41% | - |
| HSV(B) | 164.1º | 0.72% | 0.64% | - |
| XYZ | 18.39 | 28.44 | 26.35 | - |
| YUV | 124.48 | 132.24 | 72.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 163 | 132 | 0.72 | 0 | 0.19 | 0.36 | 164.1 | 0.56 | 0.41 |
| Hex | 2E | A3 | 84 | 48 | 0 | 13 | 24 | A4 | 38 | 29 |
| Octal | 56 | 243 | 204 | 110 | 0 | 23 | 44 | 244 | 70 | 51 |
| Binary | 101110 | 10100011 | 10000100 | 1001000 | 0 | 10011 | 100100 | 10100100 | 111000 | 101001 |
Color Harmonies of #2EA384
Complementary color
Monochromatic Colors of #2EA384
Black with #2EA384
Text Example
Text Example
White with #2EA384
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EA384; }
p { color: rgb(46,163,132); }
H1.HeaderClassName
{
color: #2EA384;
}
.AnyTagClassName
{
color: #2EA384;
}
</style>
background-color css
<style>
a { background-color: #2EA384; }
a { background-color: rgb(46,163,132); }
div.DivClassName
{
background-color: #2EA384;
}
.BgClassName
{
background-color: #2EA384;
}
</style>
border-color css
<style>
span { border-color: #2EA384; }
span { border-color: rgb(46,163,132); }
td.TdClassName
{
border-color: #2EA384;
}
.TagClassName
{
border-color: #2EA384;
}
</style>