Shades of Jungle Green #1EA481
Tints of Jungle Green #1EA481
RGB
CMYK
RGB Variations
Color information
#1EA481 (or 0x1EA481) is known color: Jungle Green. HEX triplet: 1E, A4 and 81. RGB value is (30,164,129). Sum of RGB (Red+Green+Blue) = 30+164+129=323 (42% of max value = 765). Red value is 30 (12.11% from 255 or 9.29% from 323); Green value is 164 (64.45% from 255 or 50.77% from 323); Blue value is 129 (50.78% from 255 or 39.94% from 323); Max value from RGB is 164 - color contains mainly: green. Hex color #1EA481 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1EA481 is #E15B7E. Grayscale: #777777. Windows color (decimal): -14769023 or 8496158. OLE color: 8496158.
HSL color Cylindrical-coordinate representation of color #1EA481: hue angle of 164.33º degrees, saturation: 0.69, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #1EA481 is Cyan = 0.82, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 30 | 164 | 129 | - |
| CMYK | 0.82 | 0 | 0.21 | 0.36 |
| HSL | 164.33º | 0.69% | 0.38% | - |
| HSV(B) | 164.33º | 0.82% | 0.64% | - |
| XYZ | 17.77 | 28.41 | 25.32 | - |
| YUV | 119.94 | 133.11 | 63.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 164 | 129 | 0.82 | 0 | 0.21 | 0.36 | 164.33 | 0.69 | 0.38 |
| Hex | 1E | A4 | 81 | 52 | 0 | 15 | 24 | A4 | 45 | 26 |
| Octal | 36 | 244 | 201 | 122 | 0 | 25 | 44 | 244 | 105 | 46 |
| Binary | 11110 | 10100100 | 10000001 | 1010010 | 0 | 10101 | 100100 | 10100100 | 1000101 | 100110 |
Color Harmonies of #1EA481
Complementary color
Monochromatic Colors of #1EA481
Black with #1EA481
Text Example
Text Example
White with #1EA481
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EA481; }
p { color: rgb(30,164,129); }
H1.HeaderClassName
{
color: #1EA481;
}
.AnyTagClassName
{
color: #1EA481;
}
</style>
background-color css
<style>
a { background-color: #1EA481; }
a { background-color: rgb(30,164,129); }
div.DivClassName
{
background-color: #1EA481;
}
.BgClassName
{
background-color: #1EA481;
}
</style>
border-color css
<style>
span { border-color: #1EA481; }
span { border-color: rgb(30,164,129); }
td.TdClassName
{
border-color: #1EA481;
}
.TagClassName
{
border-color: #1EA481;
}
</style>