Shades of Jungle Green #1DA582
Tints of Jungle Green #1DA582
RGB
CMYK
RGB Variations
Color information
#1DA582 (or 0x1DA582) is known color: Jungle Green. HEX triplet: 1D, A5 and 82. RGB value is (29,165,130). Sum of RGB (Red+Green+Blue) = 29+165+130=324 (42% of max value = 765). Red value is 29 (11.72% from 255 or 8.95% from 324); Green value is 165 (64.84% from 255 or 50.93% from 324); Blue value is 130 (51.17% from 255 or 40.12% from 324); Max value from RGB is 165 - color contains mainly: green. Hex color #1DA582 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1DA582 is #E25A7D. Grayscale: #787878. Windows color (decimal): -14834302 or 8561949. OLE color: 8561949.
HSL color Cylindrical-coordinate representation of color #1DA582: hue angle of 164.56º degrees, saturation: 0.7, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #1DA582 is Cyan = 0.82, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 29 | 165 | 130 | - |
| CMYK | 0.82 | 0 | 0.21 | 0.35 |
| HSL | 164.56º | 0.7% | 0.38% | - |
| HSV(B) | 164.56º | 0.82% | 0.65% | - |
| XYZ | 17.99 | 28.78 | 25.73 | - |
| YUV | 120.35 | 133.44 | 62.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 165 | 130 | 0.82 | 0 | 0.21 | 0.35 | 164.56 | 0.7 | 0.38 |
| Hex | 1D | A5 | 82 | 52 | 0 | 15 | 23 | A5 | 46 | 26 |
| Octal | 35 | 245 | 202 | 122 | 0 | 25 | 43 | 245 | 106 | 46 |
| Binary | 11101 | 10100101 | 10000010 | 1010010 | 0 | 10101 | 100011 | 10100101 | 1000110 | 100110 |
Color Harmonies of #1DA582
Complementary color
Monochromatic Colors of #1DA582
Black with #1DA582
Text Example
Text Example
White with #1DA582
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DA582; }
p { color: rgb(29,165,130); }
H1.HeaderClassName
{
color: #1DA582;
}
.AnyTagClassName
{
color: #1DA582;
}
</style>
background-color css
<style>
a { background-color: #1DA582; }
a { background-color: rgb(29,165,130); }
div.DivClassName
{
background-color: #1DA582;
}
.BgClassName
{
background-color: #1DA582;
}
</style>
border-color css
<style>
span { border-color: #1DA582; }
span { border-color: rgb(29,165,130); }
td.TdClassName
{
border-color: #1DA582;
}
.TagClassName
{
border-color: #1DA582;
}
</style>