Shades of Jungle Green #1EA275
Tints of Jungle Green #1EA275
RGB
CMYK
RGB Variations
Color information
#1EA275 (or 0x1EA275) is known color: Jungle Green. HEX triplet: 1E, A2 and 75. RGB value is (30,162,117). Sum of RGB (Red+Green+Blue) = 30+162+117=309 (40% of max value = 765). Red value is 30 (12.11% from 255 or 9.71% from 309); Green value is 162 (63.67% from 255 or 52.43% from 309); Blue value is 117 (46.09% from 255 or 37.86% from 309); Max value from RGB is 162 - color contains mainly: green. Hex color #1EA275 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1EA275 is #E15D8A. Grayscale: #757575. Windows color (decimal): -14769547 or 7709214. OLE color: 7709214.
HSL color Cylindrical-coordinate representation of color #1EA275: hue angle of 159.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 #1EA275 is Cyan = 0.81, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 30 | 162 | 117 | - |
| CMYK | 0.81 | 0 | 0.28 | 0.36 |
| HSL | 159.55º | 0.69% | 0.38% | - |
| HSV(B) | 159.55º | 0.81% | 0.64% | - |
| XYZ | 16.67 | 27.4 | 21.24 | - |
| YUV | 117.4 | 127.77 | 65.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 162 | 117 | 0.81 | 0 | 0.28 | 0.36 | 159.55 | 0.69 | 0.38 |
| Hex | 1E | A2 | 75 | 51 | 0 | 1C | 24 | A0 | 45 | 26 |
| Octal | 36 | 242 | 165 | 121 | 0 | 34 | 44 | 240 | 105 | 46 |
| Binary | 11110 | 10100010 | 1110101 | 1010001 | 0 | 11100 | 100100 | 10100000 | 1000101 | 100110 |
Color Harmonies of #1EA275
Complementary color
Monochromatic Colors of #1EA275
Black with #1EA275
Text Example
Text Example
White with #1EA275
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EA275; }
p { color: rgb(30,162,117); }
H1.HeaderClassName
{
color: #1EA275;
}
.AnyTagClassName
{
color: #1EA275;
}
</style>
background-color css
<style>
a { background-color: #1EA275; }
a { background-color: rgb(30,162,117); }
div.DivClassName
{
background-color: #1EA275;
}
.BgClassName
{
background-color: #1EA275;
}
</style>
border-color css
<style>
span { border-color: #1EA275; }
span { border-color: rgb(30,162,117); }
td.TdClassName
{
border-color: #1EA275;
}
.TagClassName
{
border-color: #1EA275;
}
</style>