Shades of Jungle Green #1E997D
Tints of Jungle Green #1E997D
RGB
CMYK
RGB Variations
Color information
#1E997D (or 0x1E997D) is known color: Jungle Green. HEX triplet: 1E, 99 and 7D. RGB value is (30,153,125). Sum of RGB (Red+Green+Blue) = 30+153+125=308 (40% of max value = 765). Red value is 30 (12.11% from 255 or 9.74% from 308); Green value is 153 (60.16% from 255 or 49.68% from 308); Blue value is 125 (49.22% from 255 or 40.58% from 308); Max value from RGB is 153 - color contains mainly: green. Hex color #1E997D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1E997D is #E16682. Grayscale: #717171. Windows color (decimal): -14771843 or 8231198. OLE color: 8231198.
HSL color Cylindrical-coordinate representation of color #1E997D: hue angle of 166.34º degrees, saturation: 0.67, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #1E997D is Cyan = 0.80, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 30 | 153 | 125 | - |
| CMYK | 0.80 | 0 | 0.18 | 0.4 |
| HSL | 166.34º | 0.67% | 0.36% | - |
| HSV(B) | 166.34º | 0.8% | 0.6% | - |
| XYZ | 15.63 | 24.54 | 23.31 | - |
| YUV | 113.03 | 134.75 | 68.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 153 | 125 | 0.80 | 0 | 0.18 | 0.4 | 166.34 | 0.67 | 0.36 |
| Hex | 1E | 99 | 7D | 50 | 0 | 12 | 28 | A6 | 43 | 24 |
| Octal | 36 | 231 | 175 | 120 | 0 | 22 | 50 | 246 | 103 | 44 |
| Binary | 11110 | 10011001 | 1111101 | 1010000 | 0 | 10010 | 101000 | 10100110 | 1000011 | 100100 |
Color Harmonies of #1E997D
Complementary color
Monochromatic Colors of #1E997D
Black with #1E997D
Text Example
Text Example
White with #1E997D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E997D; }
p { color: rgb(30,153,125); }
H1.HeaderClassName
{
color: #1E997D;
}
.AnyTagClassName
{
color: #1E997D;
}
</style>
background-color css
<style>
a { background-color: #1E997D; }
a { background-color: rgb(30,153,125); }
div.DivClassName
{
background-color: #1E997D;
}
.BgClassName
{
background-color: #1E997D;
}
</style>
border-color css
<style>
span { border-color: #1E997D; }
span { border-color: rgb(30,153,125); }
td.TdClassName
{
border-color: #1E997D;
}
.TagClassName
{
border-color: #1E997D;
}
</style>