Shades of Jungle Green #1DA481
Tints of Jungle Green #1DA481
RGB
CMYK
RGB Variations
Color information
#1DA481 (or 0x1DA481) is known color: Jungle Green. HEX triplet: 1D, A4 and 81. RGB value is (29,164,129). Sum of RGB (Red+Green+Blue) = 29+164+129=322 (42% of max value = 765). Red value is 29 (11.72% from 255 or 9.01% from 322); Green value is 164 (64.45% from 255 or 50.93% from 322); Blue value is 129 (50.78% from 255 or 40.06% from 322); Max value from RGB is 164 - color contains mainly: green. Hex color #1DA481 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1DA481 is #E25B7E. Grayscale: #777777. Windows color (decimal): -14834559 or 8496157. OLE color: 8496157.
HSL color Cylindrical-coordinate representation of color #1DA481: hue angle of 164.44º degrees, saturation: 0.7, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #1DA481 is Cyan = 0.82, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 29 | 164 | 129 | - |
| CMYK | 0.82 | 0 | 0.21 | 0.36 |
| HSL | 164.44º | 0.7% | 0.38% | - |
| HSV(B) | 164.44º | 0.82% | 0.64% | - |
| XYZ | 17.74 | 28.4 | 25.31 | - |
| YUV | 119.65 | 133.27 | 63.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 164 | 129 | 0.82 | 0 | 0.21 | 0.36 | 164.44 | 0.7 | 0.38 |
| Hex | 1D | A4 | 81 | 52 | 0 | 15 | 24 | A4 | 46 | 26 |
| Octal | 35 | 244 | 201 | 122 | 0 | 25 | 44 | 244 | 106 | 46 |
| Binary | 11101 | 10100100 | 10000001 | 1010010 | 0 | 10101 | 100100 | 10100100 | 1000110 | 100110 |
Color Harmonies of #1DA481
Complementary color
Monochromatic Colors of #1DA481
Black with #1DA481
Text Example
Text Example
White with #1DA481
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DA481; }
p { color: rgb(29,164,129); }
H1.HeaderClassName
{
color: #1DA481;
}
.AnyTagClassName
{
color: #1DA481;
}
</style>
background-color css
<style>
a { background-color: #1DA481; }
a { background-color: rgb(29,164,129); }
div.DivClassName
{
background-color: #1DA481;
}
.BgClassName
{
background-color: #1DA481;
}
</style>
border-color css
<style>
span { border-color: #1DA481; }
span { border-color: rgb(29,164,129); }
td.TdClassName
{
border-color: #1DA481;
}
.TagClassName
{
border-color: #1DA481;
}
</style>