Shades of Java #1D9390
Tints of Java #1D9390
RGB
CMYK
RGB Variations
Color information
#1D9390 (or 0x1D9390) is known color: Java. HEX triplet: 1D, 93 and 90. RGB value is (29,147,144). Sum of RGB (Red+Green+Blue) = 29+147+144=320 (42% of max value = 765). Red value is 29 (11.72% from 255 or 9.06% from 320); Green value is 147 (57.81% from 255 or 45.94% from 320); Blue value is 144 (56.64% from 255 or 45% from 320); Max value from RGB is 147 - color contains mainly: green. Hex color #1D9390 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1D9390 is #E26C6F. Grayscale: #6F6F6F. Windows color (decimal): -14838896 or 9474845. OLE color: 9474845.
HSL color Cylindrical-coordinate representation of color #1D9390: hue angle of 178.47º 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 #1D9390 is Cyan = 0.80, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 29 | 147 | 144 | - |
| CMYK | 0.80 | 0 | 0.02 | 0.42 |
| HSL | 178.47º | 0.67% | 0.35% | - |
| HSV(B) | 178.47º | 0.8% | 0.58% | - |
| XYZ | 15.97 | 23.14 | 30.01 | - |
| YUV | 111.38 | 146.41 | 69.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 147 | 144 | 0.80 | 0 | 0.02 | 0.42 | 178.47 | 0.67 | 0.35 |
| Hex | 1D | 93 | 90 | 50 | 0 | 2 | 2A | B2 | 43 | 23 |
| Octal | 35 | 223 | 220 | 120 | 0 | 2 | 52 | 262 | 103 | 43 |
| Binary | 11101 | 10010011 | 10010000 | 1010000 | 0 | 10 | 101010 | 10110010 | 1000011 | 100011 |
Color Harmonies of #1D9390
Complementary color
Monochromatic Colors of #1D9390
Black with #1D9390
Text Example
Text Example
White with #1D9390
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D9390; }
p { color: rgb(29,147,144); }
H1.HeaderClassName
{
color: #1D9390;
}
.AnyTagClassName
{
color: #1D9390;
}
</style>
background-color css
<style>
a { background-color: #1D9390; }
a { background-color: rgb(29,147,144); }
div.DivClassName
{
background-color: #1D9390;
}
.BgClassName
{
background-color: #1D9390;
}
</style>
border-color css
<style>
span { border-color: #1D9390; }
span { border-color: rgb(29,147,144); }
td.TdClassName
{
border-color: #1D9390;
}
.TagClassName
{
border-color: #1D9390;
}
</style>