Shades of Jungle Green #1D9A7E
Tints of Jungle Green #1D9A7E
RGB
CMYK
RGB Variations
Color information
#1D9A7E (or 0x1D9A7E) is known color: Jungle Green. HEX triplet: 1D, 9A and 7E. RGB value is (29,154,126). Sum of RGB (Red+Green+Blue) = 29+154+126=309 (40% of max value = 765). Red value is 29 (11.72% from 255 or 9.39% from 309); Green value is 154 (60.55% from 255 or 49.84% from 309); Blue value is 126 (49.61% from 255 or 40.78% from 309); Max value from RGB is 154 - color contains mainly: green. Hex color #1D9A7E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1D9A7E is #E26581. Grayscale: #717171. Windows color (decimal): -14837122 or 8296989. OLE color: 8296989.
HSL color Cylindrical-coordinate representation of color #1D9A7E: hue angle of 166.56º degrees, saturation: 0.68, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #1D9A7E is Cyan = 0.81, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 29 | 154 | 126 | - |
| CMYK | 0.81 | 0 | 0.18 | 0.40 |
| HSL | 166.56º | 0.68% | 0.36% | - |
| HSV(B) | 166.56º | 0.81% | 0.6% | - |
| XYZ | 15.83 | 24.88 | 23.71 | - |
| YUV | 113.43 | 135.09 | 67.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 154 | 126 | 0.81 | 0 | 0.18 | 0.40 | 166.56 | 0.68 | 0.36 |
| Hex | 1D | 9A | 7E | 51 | 0 | 12 | 28 | A7 | 44 | 24 |
| Octal | 35 | 232 | 176 | 121 | 0 | 22 | 50 | 247 | 104 | 44 |
| Binary | 11101 | 10011010 | 1111110 | 1010001 | 0 | 10010 | 101000 | 10100111 | 1000100 | 100100 |
Color Harmonies of #1D9A7E
Complementary color
Monochromatic Colors of #1D9A7E
Black with #1D9A7E
Text Example
Text Example
White with #1D9A7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D9A7E; }
p { color: rgb(29,154,126); }
H1.HeaderClassName
{
color: #1D9A7E;
}
.AnyTagClassName
{
color: #1D9A7E;
}
</style>
background-color css
<style>
a { background-color: #1D9A7E; }
a { background-color: rgb(29,154,126); }
div.DivClassName
{
background-color: #1D9A7E;
}
.BgClassName
{
background-color: #1D9A7E;
}
</style>
border-color css
<style>
span { border-color: #1D9A7E; }
span { border-color: rgb(29,154,126); }
td.TdClassName
{
border-color: #1D9A7E;
}
.TagClassName
{
border-color: #1D9A7E;
}
</style>