Shades of Java #1D928C
Tints of Java #1D928C
RGB
CMYK
RGB Variations
Color information
#1D928C (or 0x1D928C) is known color: Java. HEX triplet: 1D, 92 and 8C. RGB value is (29,146,140). Sum of RGB (Red+Green+Blue) = 29+146+140=315 (41% of max value = 765). Red value is 29 (11.72% from 255 or 9.21% from 315); Green value is 146 (57.42% from 255 or 46.35% from 315); Blue value is 140 (55.08% from 255 or 44.44% from 315); Max value from RGB is 146 - color contains mainly: green. Hex color #1D928C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1D928C is #E26D73. Grayscale: #6E6E6E. Windows color (decimal): -14839156 or 9212445. OLE color: 9212445.
HSL color Cylindrical-coordinate representation of color #1D928C: hue angle of 176.92º degrees, saturation: 0.67, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #1D928C is Cyan = 0.80, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 29 | 146 | 140 | - |
| CMYK | 0.80 | 0 | 0.04 | 0.43 |
| HSL | 176.92º | 0.67% | 0.34% | - |
| HSV(B) | 176.92º | 0.8% | 0.57% | - |
| XYZ | 15.52 | 22.71 | 28.38 | - |
| YUV | 110.33 | 144.74 | 69.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 146 | 140 | 0.80 | 0 | 0.04 | 0.43 | 176.92 | 0.67 | 0.34 |
| Hex | 1D | 92 | 8C | 50 | 0 | 4 | 2B | B1 | 43 | 22 |
| Octal | 35 | 222 | 214 | 120 | 0 | 4 | 53 | 261 | 103 | 42 |
| Binary | 11101 | 10010010 | 10001100 | 1010000 | 0 | 100 | 101011 | 10110001 | 1000011 | 100010 |
Color Harmonies of #1D928C
Complementary color
Monochromatic Colors of #1D928C
Black with #1D928C
Text Example
Text Example
White with #1D928C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D928C; }
p { color: rgb(29,146,140); }
H1.HeaderClassName
{
color: #1D928C;
}
.AnyTagClassName
{
color: #1D928C;
}
</style>
background-color css
<style>
a { background-color: #1D928C; }
a { background-color: rgb(29,146,140); }
div.DivClassName
{
background-color: #1D928C;
}
.BgClassName
{
background-color: #1D928C;
}
</style>
border-color css
<style>
span { border-color: #1D928C; }
span { border-color: rgb(29,146,140); }
td.TdClassName
{
border-color: #1D928C;
}
.TagClassName
{
border-color: #1D928C;
}
</style>