Shades of Java #1D9387
Tints of Java #1D9387
RGB
CMYK
RGB Variations
Color information
#1D9387 (or 0x1D9387) is known color: Java. HEX triplet: 1D, 93 and 87. RGB value is (29,147,135). Sum of RGB (Red+Green+Blue) = 29+147+135=311 (41% of max value = 765). Red value is 29 (11.72% from 255 or 9.32% from 311); Green value is 147 (57.81% from 255 or 47.27% from 311); Blue value is 135 (53.12% from 255 or 43.41% from 311); Max value from RGB is 147 - color contains mainly: green. Hex color #1D9387 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1D9387 is #E26C78. Grayscale: #6E6E6E. Windows color (decimal): -14838905 or 8885021. OLE color: 8885021.
HSL color Cylindrical-coordinate representation of color #1D9387: hue angle of 173.9º 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 #1D9387 is Cyan = 0.80, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 29 | 147 | 135 | - |
| CMYK | 0.80 | 0 | 0.08 | 0.42 |
| HSL | 173.9º | 0.67% | 0.35% | - |
| HSV(B) | 173.9º | 0.8% | 0.58% | - |
| XYZ | 15.31 | 22.88 | 26.53 | - |
| YUV | 110.35 | 141.91 | 69.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 147 | 135 | 0.80 | 0 | 0.08 | 0.42 | 173.9 | 0.67 | 0.35 |
| Hex | 1D | 93 | 87 | 50 | 0 | 8 | 2A | AE | 43 | 23 |
| Octal | 35 | 223 | 207 | 120 | 0 | 10 | 52 | 256 | 103 | 43 |
| Binary | 11101 | 10010011 | 10000111 | 1010000 | 0 | 1000 | 101010 | 10101110 | 1000011 | 100011 |
Color Harmonies of #1D9387
Complementary color
Monochromatic Colors of #1D9387
Black with #1D9387
Text Example
Text Example
White with #1D9387
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D9387; }
p { color: rgb(29,147,135); }
H1.HeaderClassName
{
color: #1D9387;
}
.AnyTagClassName
{
color: #1D9387;
}
</style>
background-color css
<style>
a { background-color: #1D9387; }
a { background-color: rgb(29,147,135); }
div.DivClassName
{
background-color: #1D9387;
}
.BgClassName
{
background-color: #1D9387;
}
</style>
border-color css
<style>
span { border-color: #1D9387; }
span { border-color: rgb(29,147,135); }
td.TdClassName
{
border-color: #1D9387;
}
.TagClassName
{
border-color: #1D9387;
}
</style>