Shades of Jungle Green #1DA081
Tints of Jungle Green #1DA081
RGB
CMYK
RGB Variations
Color information
#1DA081 (or 0x1DA081) is known color: Jungle Green. HEX triplet: 1D, A0 and 81. RGB value is (29,160,129). Sum of RGB (Red+Green+Blue) = 29+160+129=318 (42% of max value = 765). Red value is 29 (11.72% from 255 or 9.12% from 318); Green value is 160 (62.89% from 255 or 50.31% from 318); Blue value is 129 (50.78% from 255 or 40.57% from 318); Max value from RGB is 160 - color contains mainly: green. Hex color #1DA081 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1DA081 is #E25F7E. Grayscale: #757575. Windows color (decimal): -14835583 or 8495133. OLE color: 8495133.
HSL color Cylindrical-coordinate representation of color #1DA081: hue angle of 165.8º 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 #1DA081 is Cyan = 0.82, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 29 | 160 | 129 | - |
| CMYK | 0.82 | 0 | 0.19 | 0.37 |
| HSL | 165.8º | 0.69% | 0.37% | - |
| HSV(B) | 165.8º | 0.82% | 0.63% | - |
| XYZ | 17.04 | 26.99 | 25.08 | - |
| YUV | 117.3 | 134.6 | 65.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 160 | 129 | 0.82 | 0 | 0.19 | 0.37 | 165.8 | 0.69 | 0.37 |
| Hex | 1D | A0 | 81 | 52 | 0 | 13 | 25 | A6 | 45 | 25 |
| Octal | 35 | 240 | 201 | 122 | 0 | 23 | 45 | 246 | 105 | 45 |
| Binary | 11101 | 10100000 | 10000001 | 1010010 | 0 | 10011 | 100101 | 10100110 | 1000101 | 100101 |
Color Harmonies of #1DA081
Complementary color
Monochromatic Colors of #1DA081
Black with #1DA081
Text Example
Text Example
White with #1DA081
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DA081; }
p { color: rgb(29,160,129); }
H1.HeaderClassName
{
color: #1DA081;
}
.AnyTagClassName
{
color: #1DA081;
}
</style>
background-color css
<style>
a { background-color: #1DA081; }
a { background-color: rgb(29,160,129); }
div.DivClassName
{
background-color: #1DA081;
}
.BgClassName
{
background-color: #1DA081;
}
</style>
border-color css
<style>
span { border-color: #1DA081; }
span { border-color: rgb(29,160,129); }
td.TdClassName
{
border-color: #1DA081;
}
.TagClassName
{
border-color: #1DA081;
}
</style>