Shades of Jungle Green #1DA07B
Tints of Jungle Green #1DA07B
RGB
CMYK
RGB Variations
Color information
#1DA07B (or 0x1DA07B) is known color: Jungle Green. HEX triplet: 1D, A0 and 7B. RGB value is (29,160,123). Sum of RGB (Red+Green+Blue) = 29+160+123=312 (41% of max value = 765). Red value is 29 (11.72% from 255 or 9.29% from 312); Green value is 160 (62.89% from 255 or 51.28% from 312); Blue value is 123 (48.44% from 255 or 39.42% from 312); Max value from RGB is 160 - color contains mainly: green. Hex color #1DA07B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1DA07B is #E25F84. Grayscale: #747474. Windows color (decimal): -14835589 or 8101917. OLE color: 8101917.
HSL color Cylindrical-coordinate representation of color #1DA07B: hue angle of 163.05º 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 #1DA07B is Cyan = 0.82, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 29 | 160 | 123 | - |
| CMYK | 0.82 | 0 | 0.23 | 0.37 |
| HSL | 163.05º | 0.69% | 0.37% | - |
| HSV(B) | 163.05º | 0.82% | 0.63% | - |
| XYZ | 16.65 | 26.83 | 23.04 | - |
| YUV | 116.61 | 131.6 | 65.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 160 | 123 | 0.82 | 0 | 0.23 | 0.37 | 163.05 | 0.69 | 0.37 |
| Hex | 1D | A0 | 7B | 52 | 0 | 17 | 25 | A3 | 45 | 25 |
| Octal | 35 | 240 | 173 | 122 | 0 | 27 | 45 | 243 | 105 | 45 |
| Binary | 11101 | 10100000 | 1111011 | 1010010 | 0 | 10111 | 100101 | 10100011 | 1000101 | 100101 |
Color Harmonies of #1DA07B
Complementary color
Monochromatic Colors of #1DA07B
Black with #1DA07B
Text Example
Text Example
White with #1DA07B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DA07B; }
p { color: rgb(29,160,123); }
H1.HeaderClassName
{
color: #1DA07B;
}
.AnyTagClassName
{
color: #1DA07B;
}
</style>
background-color css
<style>
a { background-color: #1DA07B; }
a { background-color: rgb(29,160,123); }
div.DivClassName
{
background-color: #1DA07B;
}
.BgClassName
{
background-color: #1DA07B;
}
</style>
border-color css
<style>
span { border-color: #1DA07B; }
span { border-color: rgb(29,160,123); }
td.TdClassName
{
border-color: #1DA07B;
}
.TagClassName
{
border-color: #1DA07B;
}
</style>