Shades of Jungle Green #1EA279
Tints of Jungle Green #1EA279
RGB
CMYK
RGB Variations
Color information
#1EA279 (or 0x1EA279) is known color: Jungle Green. HEX triplet: 1E, A2 and 79. RGB value is (30,162,121). Sum of RGB (Red+Green+Blue) = 30+162+121=313 (41% of max value = 765). Red value is 30 (12.11% from 255 or 9.58% from 313); Green value is 162 (63.67% from 255 or 51.76% from 313); Blue value is 121 (47.66% from 255 or 38.66% from 313); Max value from RGB is 162 - color contains mainly: green. Hex color #1EA279 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1EA279 is #E15D86. Grayscale: #757575. Windows color (decimal): -14769543 or 7971358. OLE color: 7971358.
HSL color Cylindrical-coordinate representation of color #1EA279: hue angle of 161.36º 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 #1EA279 is Cyan = 0.81, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 30 | 162 | 121 | - |
| CMYK | 0.81 | 0 | 0.25 | 0.36 |
| HSL | 161.36º | 0.69% | 0.38% | - |
| HSV(B) | 161.36º | 0.81% | 0.64% | - |
| XYZ | 16.91 | 27.5 | 22.51 | - |
| YUV | 117.86 | 129.77 | 65.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 162 | 121 | 0.81 | 0 | 0.25 | 0.36 | 161.36 | 0.69 | 0.38 |
| Hex | 1E | A2 | 79 | 51 | 0 | 19 | 24 | A1 | 45 | 26 |
| Octal | 36 | 242 | 171 | 121 | 0 | 31 | 44 | 241 | 105 | 46 |
| Binary | 11110 | 10100010 | 1111001 | 1010001 | 0 | 11001 | 100100 | 10100001 | 1000101 | 100110 |
Color Harmonies of #1EA279
Complementary color
Monochromatic Colors of #1EA279
Black with #1EA279
Text Example
Text Example
White with #1EA279
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EA279; }
p { color: rgb(30,162,121); }
H1.HeaderClassName
{
color: #1EA279;
}
.AnyTagClassName
{
color: #1EA279;
}
</style>
background-color css
<style>
a { background-color: #1EA279; }
a { background-color: rgb(30,162,121); }
div.DivClassName
{
background-color: #1EA279;
}
.BgClassName
{
background-color: #1EA279;
}
</style>
border-color css
<style>
span { border-color: #1EA279; }
span { border-color: rgb(30,162,121); }
td.TdClassName
{
border-color: #1EA279;
}
.TagClassName
{
border-color: #1EA279;
}
</style>