Shades of Java #1D938D
Tints of Java #1D938D
RGB
CMYK
RGB Variations
Color information
#1D938D (or 0x1D938D) is known color: Java. HEX triplet: 1D, 93 and 8D. RGB value is (29,147,141). Sum of RGB (Red+Green+Blue) = 29+147+141=317 (41% of max value = 765). Red value is 29 (11.72% from 255 or 9.15% from 317); Green value is 147 (57.81% from 255 or 46.37% from 317); Blue value is 141 (55.47% from 255 or 44.48% from 317); Max value from RGB is 147 - color contains mainly: green. Hex color #1D938D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1D938D is #E26C72. Grayscale: #6E6E6E. Windows color (decimal): -14838899 or 9278237. OLE color: 9278237.
HSL color Cylindrical-coordinate representation of color #1D938D: hue angle of 176.95º 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 #1D938D is Cyan = 0.80, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 29 | 147 | 141 | - |
| CMYK | 0.80 | 0 | 0.04 | 0.42 |
| HSL | 176.95º | 0.67% | 0.35% | - |
| HSV(B) | 176.95º | 0.8% | 0.58% | - |
| XYZ | 15.75 | 23.05 | 28.82 | - |
| YUV | 111.03 | 144.91 | 69.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 147 | 141 | 0.80 | 0 | 0.04 | 0.42 | 176.95 | 0.67 | 0.35 |
| Hex | 1D | 93 | 8D | 50 | 0 | 4 | 2A | B1 | 43 | 23 |
| Octal | 35 | 223 | 215 | 120 | 0 | 4 | 52 | 261 | 103 | 43 |
| Binary | 11101 | 10010011 | 10001101 | 1010000 | 0 | 100 | 101010 | 10110001 | 1000011 | 100011 |
Color Harmonies of #1D938D
Complementary color
Monochromatic Colors of #1D938D
Black with #1D938D
Text Example
Text Example
White with #1D938D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D938D; }
p { color: rgb(29,147,141); }
H1.HeaderClassName
{
color: #1D938D;
}
.AnyTagClassName
{
color: #1D938D;
}
</style>
background-color css
<style>
a { background-color: #1D938D; }
a { background-color: rgb(29,147,141); }
div.DivClassName
{
background-color: #1D938D;
}
.BgClassName
{
background-color: #1D938D;
}
</style>
border-color css
<style>
span { border-color: #1D938D; }
span { border-color: rgb(29,147,141); }
td.TdClassName
{
border-color: #1D938D;
}
.TagClassName
{
border-color: #1D938D;
}
</style>