Shades of Jungle Green #1DA07F
Tints of Jungle Green #1DA07F
RGB
CMYK
RGB Variations
Color information
#1DA07F (or 0x1DA07F) is known color: Jungle Green. HEX triplet: 1D, A0 and 7F. RGB value is (29,160,127). Sum of RGB (Red+Green+Blue) = 29+160+127=316 (41% of max value = 765). Red value is 29 (11.72% from 255 or 9.18% from 316); Green value is 160 (62.89% from 255 or 50.63% from 316); Blue value is 127 (50% from 255 or 40.19% from 316); Max value from RGB is 160 - color contains mainly: green. Hex color #1DA07F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1DA07F is #E25F80. Grayscale: #757575. Windows color (decimal): -14835585 or 8364061. OLE color: 8364061.
HSL color Cylindrical-coordinate representation of color #1DA07F: hue angle of 164.89º 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 #1DA07F is Cyan = 0.82, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 29 | 160 | 127 | - |
| CMYK | 0.82 | 0 | 0.21 | 0.37 |
| HSL | 164.89º | 0.69% | 0.37% | - |
| HSV(B) | 164.89º | 0.82% | 0.63% | - |
| XYZ | 16.91 | 26.94 | 24.39 | - |
| YUV | 117.07 | 133.6 | 65.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 160 | 127 | 0.82 | 0 | 0.21 | 0.37 | 164.89 | 0.69 | 0.37 |
| Hex | 1D | A0 | 7F | 52 | 0 | 15 | 25 | A5 | 45 | 25 |
| Octal | 35 | 240 | 177 | 122 | 0 | 25 | 45 | 245 | 105 | 45 |
| Binary | 11101 | 10100000 | 1111111 | 1010010 | 0 | 10101 | 100101 | 10100101 | 1000101 | 100101 |
Color Harmonies of #1DA07F
Complementary color
Monochromatic Colors of #1DA07F
Black with #1DA07F
Text Example
Text Example
White with #1DA07F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DA07F; }
p { color: rgb(29,160,127); }
H1.HeaderClassName
{
color: #1DA07F;
}
.AnyTagClassName
{
color: #1DA07F;
}
</style>
background-color css
<style>
a { background-color: #1DA07F; }
a { background-color: rgb(29,160,127); }
div.DivClassName
{
background-color: #1DA07F;
}
.BgClassName
{
background-color: #1DA07F;
}
</style>
border-color css
<style>
span { border-color: #1DA07F; }
span { border-color: rgb(29,160,127); }
td.TdClassName
{
border-color: #1DA07F;
}
.TagClassName
{
border-color: #1DA07F;
}
</style>