Shades of Jungle Green #1DA177
Tints of Jungle Green #1DA177
RGB
CMYK
RGB Variations
Color information
#1DA177 (or 0x1DA177) is known color: Jungle Green. HEX triplet: 1D, A1 and 77. RGB value is (29,161,119). Sum of RGB (Red+Green+Blue) = 29+161+119=309 (40% of max value = 765). Red value is 29 (11.72% from 255 or 9.39% from 309); Green value is 161 (63.28% from 255 or 52.10% from 309); Blue value is 119 (46.88% from 255 or 38.51% from 309); Max value from RGB is 161 - color contains mainly: green. Hex color #1DA177 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1DA177 is #E25E88. Grayscale: #747474. Windows color (decimal): -14835337 or 7840029. OLE color: 7840029.
HSL color Cylindrical-coordinate representation of color #1DA177: hue angle of 160.91º 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 #1DA177 is Cyan = 0.82, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 29 | 161 | 119 | - |
| CMYK | 0.82 | 0 | 0.26 | 0.37 |
| HSL | 160.91º | 0.69% | 0.37% | - |
| HSV(B) | 160.91º | 0.82% | 0.63% | - |
| XYZ | 16.58 | 27.08 | 21.81 | - |
| YUV | 116.74 | 129.27 | 65.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 161 | 119 | 0.82 | 0 | 0.26 | 0.37 | 160.91 | 0.69 | 0.37 |
| Hex | 1D | A1 | 77 | 52 | 0 | 1A | 25 | A1 | 45 | 25 |
| Octal | 35 | 241 | 167 | 122 | 0 | 32 | 45 | 241 | 105 | 45 |
| Binary | 11101 | 10100001 | 1110111 | 1010010 | 0 | 11010 | 100101 | 10100001 | 1000101 | 100101 |
Color Harmonies of #1DA177
Complementary color
Monochromatic Colors of #1DA177
Black with #1DA177
Text Example
Text Example
White with #1DA177
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DA177; }
p { color: rgb(29,161,119); }
H1.HeaderClassName
{
color: #1DA177;
}
.AnyTagClassName
{
color: #1DA177;
}
</style>
background-color css
<style>
a { background-color: #1DA177; }
a { background-color: rgb(29,161,119); }
div.DivClassName
{
background-color: #1DA177;
}
.BgClassName
{
background-color: #1DA177;
}
</style>
border-color css
<style>
span { border-color: #1DA177; }
span { border-color: rgb(29,161,119); }
td.TdClassName
{
border-color: #1DA177;
}
.TagClassName
{
border-color: #1DA177;
}
</style>