Shades of Java #1D938E
Tints of Java #1D938E
RGB
CMYK
RGB Variations
Color information
#1D938E (or 0x1D938E) is known color: Java. HEX triplet: 1D, 93 and 8E. RGB value is (29,147,142). Sum of RGB (Red+Green+Blue) = 29+147+142=318 (42% of max value = 765). Red value is 29 (11.72% from 255 or 9.12% from 318); Green value is 147 (57.81% from 255 or 46.23% from 318); Blue value is 142 (55.86% from 255 or 44.65% from 318); Max value from RGB is 147 - color contains mainly: green. Hex color #1D938E is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1D938E is #E26C71. Grayscale: #6F6F6F. Windows color (decimal): -14838898 or 9343773. OLE color: 9343773.
HSL color Cylindrical-coordinate representation of color #1D938E: hue angle of 177.46º 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 #1D938E is Cyan = 0.80, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 29 | 147 | 142 | - |
| CMYK | 0.80 | 0 | 0.03 | 0.42 |
| HSL | 177.46º | 0.67% | 0.35% | - |
| HSV(B) | 177.46º | 0.8% | 0.58% | - |
| XYZ | 15.82 | 23.08 | 29.21 | - |
| YUV | 111.15 | 145.41 | 69.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 147 | 142 | 0.80 | 0 | 0.03 | 0.42 | 177.46 | 0.67 | 0.35 |
| Hex | 1D | 93 | 8E | 50 | 0 | 3 | 2A | B1 | 43 | 23 |
| Octal | 35 | 223 | 216 | 120 | 0 | 3 | 52 | 261 | 103 | 43 |
| Binary | 11101 | 10010011 | 10001110 | 1010000 | 0 | 11 | 101010 | 10110001 | 1000011 | 100011 |
Color Harmonies of #1D938E
Complementary color
Monochromatic Colors of #1D938E
Black with #1D938E
Text Example
Text Example
White with #1D938E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D938E; }
p { color: rgb(29,147,142); }
H1.HeaderClassName
{
color: #1D938E;
}
.AnyTagClassName
{
color: #1D938E;
}
</style>
background-color css
<style>
a { background-color: #1D938E; }
a { background-color: rgb(29,147,142); }
div.DivClassName
{
background-color: #1D938E;
}
.BgClassName
{
background-color: #1D938E;
}
</style>
border-color css
<style>
span { border-color: #1D938E; }
span { border-color: rgb(29,147,142); }
td.TdClassName
{
border-color: #1D938E;
}
.TagClassName
{
border-color: #1D938E;
}
</style>