Shades of Jungle Green #1EA280
Tints of Jungle Green #1EA280
RGB
CMYK
RGB Variations
Color information
#1EA280 (or 0x1EA280) is known color: Jungle Green. HEX triplet: 1E, A2 and 80. RGB value is (30,162,128). Sum of RGB (Red+Green+Blue) = 30+162+128=320 (42% of max value = 765). Red value is 30 (12.11% from 255 or 9.38% from 320); Green value is 162 (63.67% from 255 or 50.62% from 320); Blue value is 128 (50.39% from 255 or 40% from 320); Max value from RGB is 162 - color contains mainly: green. Hex color #1EA280 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1EA280 is #E15D7F. Grayscale: #767676. Windows color (decimal): -14769536 or 8430110. OLE color: 8430110.
HSL color Cylindrical-coordinate representation of color #1EA280: hue angle of 164.55º degrees, saturation: 0.69, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #1EA280 is Cyan = 0.81, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 30 | 162 | 128 | - |
| CMYK | 0.81 | 0 | 0.21 | 0.36 |
| HSL | 164.55º | 0.69% | 0.38% | - |
| HSV(B) | 164.55º | 0.81% | 0.64% | - |
| XYZ | 17.35 | 27.68 | 24.85 | - |
| YUV | 118.66 | 133.27 | 64.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 162 | 128 | 0.81 | 0 | 0.21 | 0.36 | 164.55 | 0.69 | 0.38 |
| Hex | 1E | A2 | 80 | 51 | 0 | 15 | 24 | A5 | 45 | 26 |
| Octal | 36 | 242 | 200 | 121 | 0 | 25 | 44 | 245 | 105 | 46 |
| Binary | 11110 | 10100010 | 10000000 | 1010001 | 0 | 10101 | 100100 | 10100101 | 1000101 | 100110 |
Color Harmonies of #1EA280
Complementary color
Monochromatic Colors of #1EA280
Black with #1EA280
Text Example
Text Example
White with #1EA280
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EA280; }
p { color: rgb(30,162,128); }
H1.HeaderClassName
{
color: #1EA280;
}
.AnyTagClassName
{
color: #1EA280;
}
</style>
background-color css
<style>
a { background-color: #1EA280; }
a { background-color: rgb(30,162,128); }
div.DivClassName
{
background-color: #1EA280;
}
.BgClassName
{
background-color: #1EA280;
}
</style>
border-color css
<style>
span { border-color: #1EA280; }
span { border-color: rgb(30,162,128); }
td.TdClassName
{
border-color: #1EA280;
}
.TagClassName
{
border-color: #1EA280;
}
</style>