Shades of Jungle Green #1DA07E
Tints of Jungle Green #1DA07E
RGB
CMYK
RGB Variations
Color information
#1DA07E (or 0x1DA07E) is known color: Jungle Green. HEX triplet: 1D, A0 and 7E. RGB value is (29,160,126). Sum of RGB (Red+Green+Blue) = 29+160+126=315 (41% of max value = 765). Red value is 29 (11.72% from 255 or 9.21% from 315); Green value is 160 (62.89% from 255 or 50.79% from 315); Blue value is 126 (49.61% from 255 or 40% from 315); Max value from RGB is 160 - color contains mainly: green. Hex color #1DA07E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1DA07E is #E25F81. Grayscale: #747474. Windows color (decimal): -14835586 or 8298525. OLE color: 8298525.
HSL color Cylindrical-coordinate representation of color #1DA07E: hue angle of 164.43º 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 #1DA07E is Cyan = 0.82, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 29 | 160 | 126 | - |
| CMYK | 0.82 | 0 | 0.21 | 0.37 |
| HSL | 164.43º | 0.69% | 0.37% | - |
| HSV(B) | 164.43º | 0.82% | 0.63% | - |
| XYZ | 16.84 | 26.91 | 24.04 | - |
| YUV | 116.96 | 133.1 | 65.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 160 | 126 | 0.82 | 0 | 0.21 | 0.37 | 164.43 | 0.69 | 0.37 |
| Hex | 1D | A0 | 7E | 52 | 0 | 15 | 25 | A4 | 45 | 25 |
| Octal | 35 | 240 | 176 | 122 | 0 | 25 | 45 | 244 | 105 | 45 |
| Binary | 11101 | 10100000 | 1111110 | 1010010 | 0 | 10101 | 100101 | 10100100 | 1000101 | 100101 |
Color Harmonies of #1DA07E
Complementary color
Monochromatic Colors of #1DA07E
Black with #1DA07E
Text Example
Text Example
White with #1DA07E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DA07E; }
p { color: rgb(29,160,126); }
H1.HeaderClassName
{
color: #1DA07E;
}
.AnyTagClassName
{
color: #1DA07E;
}
</style>
background-color css
<style>
a { background-color: #1DA07E; }
a { background-color: rgb(29,160,126); }
div.DivClassName
{
background-color: #1DA07E;
}
.BgClassName
{
background-color: #1DA07E;
}
</style>
border-color css
<style>
span { border-color: #1DA07E; }
span { border-color: rgb(29,160,126); }
td.TdClassName
{
border-color: #1DA07E;
}
.TagClassName
{
border-color: #1DA07E;
}
</style>