Shades of Jungle Green #2EA282
Tints of Jungle Green #2EA282
RGB
CMYK
RGB Variations
Color information
#2EA282 (or 0x2EA282) is known color: Jungle Green. HEX triplet: 2E, A2 and 82. RGB value is (46,162,130). Sum of RGB (Red+Green+Blue) = 46+162+130=338 (44% of max value = 765). Red value is 46 (18.36% from 255 or 13.61% from 338); Green value is 162 (63.67% from 255 or 47.93% from 338); Blue value is 130 (51.17% from 255 or 38.46% from 338); Max value from RGB is 162 - color contains mainly: green. Hex color #2EA282 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2EA282 is #D15D7D. Grayscale: #7B7B7B. Windows color (decimal): -13720958 or 8561198. OLE color: 8561198.
HSL color Cylindrical-coordinate representation of color #2EA282: hue angle of 163.45º 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 #2EA282 is Cyan = 0.72, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 46 | 162 | 130 | - |
| CMYK | 0.72 | 0 | 0.20 | 0.36 |
| HSL | 163.45º | 0.56% | 0.41% | - |
| HSV(B) | 163.45º | 0.72% | 0.64% | - |
| XYZ | 18.08 | 28.03 | 25.58 | - |
| YUV | 123.67 | 131.57 | 72.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 162 | 130 | 0.72 | 0 | 0.20 | 0.36 | 163.45 | 0.56 | 0.41 |
| Hex | 2E | A2 | 82 | 48 | 0 | 14 | 24 | A3 | 38 | 29 |
| Octal | 56 | 242 | 202 | 110 | 0 | 24 | 44 | 243 | 70 | 51 |
| Binary | 101110 | 10100010 | 10000010 | 1001000 | 0 | 10100 | 100100 | 10100011 | 111000 | 101001 |
Color Harmonies of #2EA282
Complementary color
Monochromatic Colors of #2EA282
Black with #2EA282
Text Example
Text Example
White with #2EA282
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EA282; }
p { color: rgb(46,162,130); }
H1.HeaderClassName
{
color: #2EA282;
}
.AnyTagClassName
{
color: #2EA282;
}
</style>
background-color css
<style>
a { background-color: #2EA282; }
a { background-color: rgb(46,162,130); }
div.DivClassName
{
background-color: #2EA282;
}
.BgClassName
{
background-color: #2EA282;
}
</style>
border-color css
<style>
span { border-color: #2EA282; }
span { border-color: rgb(46,162,130); }
td.TdClassName
{
border-color: #2EA282;
}
.TagClassName
{
border-color: #2EA282;
}
</style>