Shades of Jungle Green #1E9C7A
Tints of Jungle Green #1E9C7A
RGB
CMYK
RGB Variations
Color information
#1E9C7A (or 0x1E9C7A) is known color: Jungle Green. HEX triplet: 1E, 9C and 7A. RGB value is (30,156,122). Sum of RGB (Red+Green+Blue) = 30+156+122=308 (40% of max value = 765). Red value is 30 (12.11% from 255 or 9.74% from 308); Green value is 156 (61.33% from 255 or 50.65% from 308); Blue value is 122 (48.05% from 255 or 39.61% from 308); Max value from RGB is 156 - color contains mainly: green. Hex color #1E9C7A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1E9C7A is #E16385. Grayscale: #727272. Windows color (decimal): -14771078 or 8035358. OLE color: 8035358.
HSL color Cylindrical-coordinate representation of color #1E9C7A: hue angle of 163.81º degrees, saturation: 0.68, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #1E9C7A is Cyan = 0.81, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 30 | 156 | 122 | - |
| CMYK | 0.81 | 0 | 0.22 | 0.39 |
| HSL | 163.81º | 0.68% | 0.36% | - |
| HSV(B) | 163.81º | 0.81% | 0.61% | - |
| XYZ | 15.94 | 25.46 | 22.49 | - |
| YUV | 114.45 | 132.26 | 67.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 156 | 122 | 0.81 | 0 | 0.22 | 0.39 | 163.81 | 0.68 | 0.36 |
| Hex | 1E | 9C | 7A | 51 | 0 | 16 | 27 | A4 | 44 | 24 |
| Octal | 36 | 234 | 172 | 121 | 0 | 26 | 47 | 244 | 104 | 44 |
| Binary | 11110 | 10011100 | 1111010 | 1010001 | 0 | 10110 | 100111 | 10100100 | 1000100 | 100100 |
Color Harmonies of #1E9C7A
Complementary color
Monochromatic Colors of #1E9C7A
Black with #1E9C7A
Text Example
Text Example
White with #1E9C7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E9C7A; }
p { color: rgb(30,156,122); }
H1.HeaderClassName
{
color: #1E9C7A;
}
.AnyTagClassName
{
color: #1E9C7A;
}
</style>
background-color css
<style>
a { background-color: #1E9C7A; }
a { background-color: rgb(30,156,122); }
div.DivClassName
{
background-color: #1E9C7A;
}
.BgClassName
{
background-color: #1E9C7A;
}
</style>
border-color css
<style>
span { border-color: #1E9C7A; }
span { border-color: rgb(30,156,122); }
td.TdClassName
{
border-color: #1E9C7A;
}
.TagClassName
{
border-color: #1E9C7A;
}
</style>