Shades of Java #1D9E8D
Tints of Java #1D9E8D
RGB
CMYK
RGB Variations
Color information
#1D9E8D (or 0x1D9E8D) is known color: Java. HEX triplet: 1D, 9E and 8D. RGB value is (29,158,141). Sum of RGB (Red+Green+Blue) = 29+158+141=328 (43% of max value = 765). Red value is 29 (11.72% from 255 or 8.84% from 328); Green value is 158 (62.11% from 255 or 48.17% from 328); Blue value is 141 (55.47% from 255 or 42.99% from 328); Max value from RGB is 158 - color contains mainly: green. Hex color #1D9E8D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1D9E8D is #E26172. Grayscale: #757575. Windows color (decimal): -14836083 or 9281053. OLE color: 9281053.
HSL color Cylindrical-coordinate representation of color #1D9E8D: hue angle of 172.09º 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 #1D9E8D is Cyan = 0.82, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 29 | 158 | 141 | - |
| CMYK | 0.82 | 0 | 0.11 | 0.38 |
| HSL | 172.09º | 0.69% | 0.37% | - |
| HSV(B) | 172.09º | 0.82% | 0.62% | - |
| XYZ | 17.54 | 26.64 | 29.42 | - |
| YUV | 117.49 | 141.26 | 64.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 158 | 141 | 0.82 | 0 | 0.11 | 0.38 | 172.09 | 0.69 | 0.37 |
| Hex | 1D | 9E | 8D | 52 | 0 | B | 26 | AC | 45 | 25 |
| Octal | 35 | 236 | 215 | 122 | 0 | 13 | 46 | 254 | 105 | 45 |
| Binary | 11101 | 10011110 | 10001101 | 1010010 | 0 | 1011 | 100110 | 10101100 | 1000101 | 100101 |
Color Harmonies of #1D9E8D
Complementary color
Monochromatic Colors of #1D9E8D
Black with #1D9E8D
Text Example
Text Example
White with #1D9E8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D9E8D; }
p { color: rgb(29,158,141); }
H1.HeaderClassName
{
color: #1D9E8D;
}
.AnyTagClassName
{
color: #1D9E8D;
}
</style>
background-color css
<style>
a { background-color: #1D9E8D; }
a { background-color: rgb(29,158,141); }
div.DivClassName
{
background-color: #1D9E8D;
}
.BgClassName
{
background-color: #1D9E8D;
}
</style>
border-color css
<style>
span { border-color: #1D9E8D; }
span { border-color: rgb(29,158,141); }
td.TdClassName
{
border-color: #1D9E8D;
}
.TagClassName
{
border-color: #1D9E8D;
}
</style>