Shades of Jungle Green #1EA27D
Tints of Jungle Green #1EA27D
RGB
CMYK
RGB Variations
Color information
#1EA27D (or 0x1EA27D) is known color: Jungle Green. HEX triplet: 1E, A2 and 7D. RGB value is (30,162,125). Sum of RGB (Red+Green+Blue) = 30+162+125=317 (41% of max value = 765). Red value is 30 (12.11% from 255 or 9.46% from 317); Green value is 162 (63.67% from 255 or 51.10% from 317); Blue value is 125 (49.22% from 255 or 39.43% from 317); Max value from RGB is 162 - color contains mainly: green. Hex color #1EA27D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1EA27D is #E15D82. Grayscale: #767676. Windows color (decimal): -14769539 or 8233502. OLE color: 8233502.
HSL color Cylindrical-coordinate representation of color #1EA27D: hue angle of 163.18º 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 #1EA27D is Cyan = 0.81, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 30 | 162 | 125 | - |
| CMYK | 0.81 | 0 | 0.23 | 0.36 |
| HSL | 163.18º | 0.69% | 0.38% | - |
| HSV(B) | 163.18º | 0.81% | 0.64% | - |
| XYZ | 17.16 | 27.6 | 23.82 | - |
| YUV | 118.31 | 131.77 | 65.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 162 | 125 | 0.81 | 0 | 0.23 | 0.36 | 163.18 | 0.69 | 0.38 |
| Hex | 1E | A2 | 7D | 51 | 0 | 17 | 24 | A3 | 45 | 26 |
| Octal | 36 | 242 | 175 | 121 | 0 | 27 | 44 | 243 | 105 | 46 |
| Binary | 11110 | 10100010 | 1111101 | 1010001 | 0 | 10111 | 100100 | 10100011 | 1000101 | 100110 |
Color Harmonies of #1EA27D
Complementary color
Monochromatic Colors of #1EA27D
Black with #1EA27D
Text Example
Text Example
White with #1EA27D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EA27D; }
p { color: rgb(30,162,125); }
H1.HeaderClassName
{
color: #1EA27D;
}
.AnyTagClassName
{
color: #1EA27D;
}
</style>
background-color css
<style>
a { background-color: #1EA27D; }
a { background-color: rgb(30,162,125); }
div.DivClassName
{
background-color: #1EA27D;
}
.BgClassName
{
background-color: #1EA27D;
}
</style>
border-color css
<style>
span { border-color: #1EA27D; }
span { border-color: rgb(30,162,125); }
td.TdClassName
{
border-color: #1EA27D;
}
.TagClassName
{
border-color: #1EA27D;
}
</style>