Shades of Java #1D9385
Tints of Java #1D9385
RGB
CMYK
RGB Variations
Color information
#1D9385 (or 0x1D9385) is known color: Java. HEX triplet: 1D, 93 and 85. RGB value is (29,147,133). Sum of RGB (Red+Green+Blue) = 29+147+133=309 (40% of max value = 765). Red value is 29 (11.72% from 255 or 9.39% from 309); Green value is 147 (57.81% from 255 or 47.57% from 309); Blue value is 133 (52.34% from 255 or 43.04% from 309); Max value from RGB is 147 - color contains mainly: green. Hex color #1D9385 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1D9385 is #E26C7A. Grayscale: #6E6E6E. Windows color (decimal): -14838907 or 8753949. OLE color: 8753949.
HSL color Cylindrical-coordinate representation of color #1D9385: hue angle of 172.88º degrees, saturation: 0.67, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #1D9385 is Cyan = 0.80, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 29 | 147 | 133 | - |
| CMYK | 0.80 | 0 | 0.10 | 0.42 |
| HSL | 172.88º | 0.67% | 0.35% | - |
| HSV(B) | 172.88º | 0.8% | 0.58% | - |
| XYZ | 15.17 | 22.82 | 25.8 | - |
| YUV | 110.12 | 140.91 | 70.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 147 | 133 | 0.80 | 0 | 0.10 | 0.42 | 172.88 | 0.67 | 0.35 |
| Hex | 1D | 93 | 85 | 50 | 0 | A | 2A | AD | 43 | 23 |
| Octal | 35 | 223 | 205 | 120 | 0 | 12 | 52 | 255 | 103 | 43 |
| Binary | 11101 | 10010011 | 10000101 | 1010000 | 0 | 1010 | 101010 | 10101101 | 1000011 | 100011 |
Color Harmonies of #1D9385
Complementary color
Monochromatic Colors of #1D9385
Black with #1D9385
Text Example
Text Example
White with #1D9385
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D9385; }
p { color: rgb(29,147,133); }
H1.HeaderClassName
{
color: #1D9385;
}
.AnyTagClassName
{
color: #1D9385;
}
</style>
background-color css
<style>
a { background-color: #1D9385; }
a { background-color: rgb(29,147,133); }
div.DivClassName
{
background-color: #1D9385;
}
.BgClassName
{
background-color: #1D9385;
}
</style>
border-color css
<style>
span { border-color: #1D9385; }
span { border-color: rgb(29,147,133); }
td.TdClassName
{
border-color: #1D9385;
}
.TagClassName
{
border-color: #1D9385;
}
</style>