Shades of Jungle Green #1DA37D
Tints of Jungle Green #1DA37D
RGB
CMYK
RGB Variations
Color information
#1DA37D (or 0x1DA37D) is known color: Jungle Green. HEX triplet: 1D, A3 and 7D. RGB value is (29,163,125). Sum of RGB (Red+Green+Blue) = 29+163+125=317 (41% of max value = 765). Red value is 29 (11.72% from 255 or 9.15% from 317); Green value is 163 (64.06% from 255 or 51.42% from 317); Blue value is 125 (49.22% from 255 or 39.43% from 317); Max value from RGB is 163 - color contains mainly: green. Hex color #1DA37D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1DA37D is #E25C82. Grayscale: #767676. Windows color (decimal): -14834819 or 8233757. OLE color: 8233757.
HSL color Cylindrical-coordinate representation of color #1DA37D: hue angle of 162.99º 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 #1DA37D is Cyan = 0.82, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 29 | 163 | 125 | - |
| CMYK | 0.82 | 0 | 0.23 | 0.36 |
| HSL | 162.99º | 0.7% | 0.38% | - |
| HSV(B) | 162.99º | 0.82% | 0.64% | - |
| XYZ | 17.31 | 27.94 | 23.88 | - |
| YUV | 118.6 | 131.61 | 64.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 163 | 125 | 0.82 | 0 | 0.23 | 0.36 | 162.99 | 0.7 | 0.38 |
| Hex | 1D | A3 | 7D | 52 | 0 | 17 | 24 | A3 | 46 | 26 |
| Octal | 35 | 243 | 175 | 122 | 0 | 27 | 44 | 243 | 106 | 46 |
| Binary | 11101 | 10100011 | 1111101 | 1010010 | 0 | 10111 | 100100 | 10100011 | 1000110 | 100110 |
Color Harmonies of #1DA37D
Complementary color
Monochromatic Colors of #1DA37D
Black with #1DA37D
Text Example
Text Example
White with #1DA37D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DA37D; }
p { color: rgb(29,163,125); }
H1.HeaderClassName
{
color: #1DA37D;
}
.AnyTagClassName
{
color: #1DA37D;
}
</style>
background-color css
<style>
a { background-color: #1DA37D; }
a { background-color: rgb(29,163,125); }
div.DivClassName
{
background-color: #1DA37D;
}
.BgClassName
{
background-color: #1DA37D;
}
</style>
border-color css
<style>
span { border-color: #1DA37D; }
span { border-color: rgb(29,163,125); }
td.TdClassName
{
border-color: #1DA37D;
}
.TagClassName
{
border-color: #1DA37D;
}
</style>