Shades of Jungle Green #1D9F81
Tints of Jungle Green #1D9F81
RGB
CMYK
RGB Variations
Color information
#1D9F81 (or 0x1D9F81) is known color: Jungle Green. HEX triplet: 1D, 9F and 81. RGB value is (29,159,129). Sum of RGB (Red+Green+Blue) = 29+159+129=317 (41% of max value = 765). Red value is 29 (11.72% from 255 or 9.15% from 317); Green value is 159 (62.5% from 255 or 50.16% from 317); Blue value is 129 (50.78% from 255 or 40.69% from 317); Max value from RGB is 159 - color contains mainly: green. Hex color #1D9F81 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1D9F81 is #E2607E. Grayscale: #747474. Windows color (decimal): -14835839 or 8494877. OLE color: 8494877.
HSL color Cylindrical-coordinate representation of color #1D9F81: hue angle of 166.15º degrees, saturation: 0.69, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #1D9F81 is Cyan = 0.82, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 29 | 159 | 129 | - |
| CMYK | 0.82 | 0 | 0.19 | 0.38 |
| HSL | 166.15º | 0.69% | 0.37% | - |
| HSV(B) | 166.15º | 0.82% | 0.62% | - |
| XYZ | 16.87 | 26.64 | 25.02 | - |
| YUV | 116.71 | 134.93 | 65.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 159 | 129 | 0.82 | 0 | 0.19 | 0.38 | 166.15 | 0.69 | 0.37 |
| Hex | 1D | 9F | 81 | 52 | 0 | 13 | 26 | A6 | 45 | 25 |
| Octal | 35 | 237 | 201 | 122 | 0 | 23 | 46 | 246 | 105 | 45 |
| Binary | 11101 | 10011111 | 10000001 | 1010010 | 0 | 10011 | 100110 | 10100110 | 1000101 | 100101 |
Color Harmonies of #1D9F81
Complementary color
Monochromatic Colors of #1D9F81
Black with #1D9F81
Text Example
Text Example
White with #1D9F81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D9F81; }
p { color: rgb(29,159,129); }
H1.HeaderClassName
{
color: #1D9F81;
}
.AnyTagClassName
{
color: #1D9F81;
}
</style>
background-color css
<style>
a { background-color: #1D9F81; }
a { background-color: rgb(29,159,129); }
div.DivClassName
{
background-color: #1D9F81;
}
.BgClassName
{
background-color: #1D9F81;
}
</style>
border-color css
<style>
span { border-color: #1D9F81; }
span { border-color: rgb(29,159,129); }
td.TdClassName
{
border-color: #1D9F81;
}
.TagClassName
{
border-color: #1D9F81;
}
</style>