Shades of Java #1D9F91
Tints of Java #1D9F91
RGB
CMYK
RGB Variations
Color information
#1D9F91 (or 0x1D9F91) is known color: Java. HEX triplet: 1D, 9F and 91. RGB value is (29,159,145). Sum of RGB (Red+Green+Blue) = 29+159+145=333 (44% of max value = 765). Red value is 29 (11.72% from 255 or 8.71% from 333); Green value is 159 (62.5% from 255 or 47.75% from 333); Blue value is 145 (57.03% from 255 or 43.54% from 333); Max value from RGB is 159 - color contains mainly: green. Hex color #1D9F91 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1D9F91 is #E2606E. Grayscale: #767676. Windows color (decimal): -14835823 or 9543453. OLE color: 9543453.
HSL color Cylindrical-coordinate representation of color #1D9F91: hue angle of 173.54º 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 #1D9F91 is Cyan = 0.82, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 29 | 159 | 145 | - |
| CMYK | 0.82 | 0 | 0.09 | 0.38 |
| HSL | 173.54º | 0.69% | 0.37% | - |
| HSV(B) | 173.54º | 0.82% | 0.62% | - |
| XYZ | 18.02 | 27.1 | 31.07 | - |
| YUV | 118.53 | 142.93 | 64.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 159 | 145 | 0.82 | 0 | 0.09 | 0.38 | 173.54 | 0.69 | 0.37 |
| Hex | 1D | 9F | 91 | 52 | 0 | 9 | 26 | AE | 45 | 25 |
| Octal | 35 | 237 | 221 | 122 | 0 | 11 | 46 | 256 | 105 | 45 |
| Binary | 11101 | 10011111 | 10010001 | 1010010 | 0 | 1001 | 100110 | 10101110 | 1000101 | 100101 |
Color Harmonies of #1D9F91
Complementary color
Monochromatic Colors of #1D9F91
Black with #1D9F91
Text Example
Text Example
White with #1D9F91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D9F91; }
p { color: rgb(29,159,145); }
H1.HeaderClassName
{
color: #1D9F91;
}
.AnyTagClassName
{
color: #1D9F91;
}
</style>
background-color css
<style>
a { background-color: #1D9F91; }
a { background-color: rgb(29,159,145); }
div.DivClassName
{
background-color: #1D9F91;
}
.BgClassName
{
background-color: #1D9F91;
}
</style>
border-color css
<style>
span { border-color: #1D9F91; }
span { border-color: rgb(29,159,145); }
td.TdClassName
{
border-color: #1D9F91;
}
.TagClassName
{
border-color: #1D9F91;
}
</style>