Shades of Jungle Green #1E9E7E
Tints of Jungle Green #1E9E7E
RGB
CMYK
RGB Variations
Color information
#1E9E7E (or 0x1E9E7E) is known color: Jungle Green. HEX triplet: 1E, 9E and 7E. RGB value is (30,158,126). Sum of RGB (Red+Green+Blue) = 30+158+126=314 (41% of max value = 765). Red value is 30 (12.11% from 255 or 9.55% from 314); Green value is 158 (62.11% from 255 or 50.32% from 314); Blue value is 126 (49.61% from 255 or 40.13% from 314); Max value from RGB is 158 - color contains mainly: green. Hex color #1E9E7E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1E9E7E is #E16181. Grayscale: #747474. Windows color (decimal): -14770562 or 8298014. OLE color: 8298014.
HSL color Cylindrical-coordinate representation of color #1E9E7E: hue angle of 165º degrees, saturation: 0.68, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #1E9E7E is Cyan = 0.81, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 30 | 158 | 126 | - |
| CMYK | 0.81 | 0 | 0.20 | 0.38 |
| HSL | 165º | 0.68% | 0.37% | - |
| HSV(B) | 165º | 0.81% | 0.62% | - |
| XYZ | 16.53 | 26.24 | 23.93 | - |
| YUV | 116.08 | 133.59 | 66.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 158 | 126 | 0.81 | 0 | 0.20 | 0.38 | 165 | 0.68 | 0.37 |
| Hex | 1E | 9E | 7E | 51 | 0 | 14 | 26 | A5 | 44 | 25 |
| Octal | 36 | 236 | 176 | 121 | 0 | 24 | 46 | 245 | 104 | 45 |
| Binary | 11110 | 10011110 | 1111110 | 1010001 | 0 | 10100 | 100110 | 10100101 | 1000100 | 100101 |
Color Harmonies of #1E9E7E
Complementary color
Monochromatic Colors of #1E9E7E
Black with #1E9E7E
Text Example
Text Example
White with #1E9E7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E9E7E; }
p { color: rgb(30,158,126); }
H1.HeaderClassName
{
color: #1E9E7E;
}
.AnyTagClassName
{
color: #1E9E7E;
}
</style>
background-color css
<style>
a { background-color: #1E9E7E; }
a { background-color: rgb(30,158,126); }
div.DivClassName
{
background-color: #1E9E7E;
}
.BgClassName
{
background-color: #1E9E7E;
}
</style>
border-color css
<style>
span { border-color: #1E9E7E; }
span { border-color: rgb(30,158,126); }
td.TdClassName
{
border-color: #1E9E7E;
}
.TagClassName
{
border-color: #1E9E7E;
}
</style>