Shades of Jungle Green #1DA179
Tints of Jungle Green #1DA179
RGB
CMYK
RGB Variations
Color information
#1DA179 (or 0x1DA179) is known color: Jungle Green. HEX triplet: 1D, A1 and 79. RGB value is (29,161,121). Sum of RGB (Red+Green+Blue) = 29+161+121=311 (41% of max value = 765). Red value is 29 (11.72% from 255 or 9.32% from 311); Green value is 161 (63.28% from 255 or 51.77% from 311); Blue value is 121 (47.66% from 255 or 38.91% from 311); Max value from RGB is 161 - color contains mainly: green. Hex color #1DA179 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1DA179 is #E25E86. Grayscale: #757575. Windows color (decimal): -14835335 or 7971101. OLE color: 7971101.
HSL color Cylindrical-coordinate representation of color #1DA179: hue angle of 161.82º degrees, saturation: 0.69, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #1DA179 is Cyan = 0.82, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 29 | 161 | 121 | - |
| CMYK | 0.82 | 0 | 0.25 | 0.37 |
| HSL | 161.82º | 0.69% | 0.37% | - |
| HSV(B) | 161.82º | 0.82% | 0.63% | - |
| XYZ | 16.7 | 27.13 | 22.45 | - |
| YUV | 116.97 | 130.27 | 65.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 161 | 121 | 0.82 | 0 | 0.25 | 0.37 | 161.82 | 0.69 | 0.37 |
| Hex | 1D | A1 | 79 | 52 | 0 | 19 | 25 | A2 | 45 | 25 |
| Octal | 35 | 241 | 171 | 122 | 0 | 31 | 45 | 242 | 105 | 45 |
| Binary | 11101 | 10100001 | 1111001 | 1010010 | 0 | 11001 | 100101 | 10100010 | 1000101 | 100101 |
Color Harmonies of #1DA179
Complementary color
Monochromatic Colors of #1DA179
Black with #1DA179
Text Example
Text Example
White with #1DA179
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DA179; }
p { color: rgb(29,161,121); }
H1.HeaderClassName
{
color: #1DA179;
}
.AnyTagClassName
{
color: #1DA179;
}
</style>
background-color css
<style>
a { background-color: #1DA179; }
a { background-color: rgb(29,161,121); }
div.DivClassName
{
background-color: #1DA179;
}
.BgClassName
{
background-color: #1DA179;
}
</style>
border-color css
<style>
span { border-color: #1DA179; }
span { border-color: rgb(29,161,121); }
td.TdClassName
{
border-color: #1DA179;
}
.TagClassName
{
border-color: #1DA179;
}
</style>