Shades of Java #29888E
Tints of Java #29888E
RGB
CMYK
RGB Variations
Color information
#29888E (or 0x29888E) is known color: Java. HEX triplet: 29, 88 and 8E. RGB value is (41,136,142). Sum of RGB (Red+Green+Blue) = 41+136+142=319 (42% of max value = 765). Red value is 41 (16.41% from 255 or 12.85% from 319); Green value is 136 (53.52% from 255 or 42.63% from 319); Blue value is 142 (55.86% from 255 or 44.51% from 319); Max value from RGB is 142 - color contains mainly: blue. Hex color #29888E is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #29888E is #D67771. Grayscale: #6C6C6C. Windows color (decimal): -14055282 or 9340969. OLE color: 9340969.
HSL color Cylindrical-coordinate representation of color #29888E: hue angle of 183.56º degrees, saturation: 0.55, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #29888E is Cyan = 0.71, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 41 | 136 | 142 | - |
| CMYK | 0.71 | 0.04 | 0 | 0.44 |
| HSL | 183.56º | 0.55% | 0.36% | - |
| HSV(B) | 183.56º | 0.71% | 0.56% | - |
| XYZ | 14.6 | 20.03 | 28.69 | - |
| YUV | 108.28 | 147.03 | 80.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 136 | 142 | 0.71 | 0.04 | 0 | 0.44 | 183.56 | 0.55 | 0.36 |
| Hex | 29 | 88 | 8E | 47 | 4 | 0 | 2C | B8 | 37 | 24 |
| Octal | 51 | 210 | 216 | 107 | 4 | 0 | 54 | 270 | 67 | 44 |
| Binary | 101001 | 10001000 | 10001110 | 1000111 | 100 | 0 | 101100 | 10111000 | 110111 | 100100 |
Color Harmonies of #29888E
Complementary color
Monochromatic Colors of #29888E
Black with #29888E
Text Example
Text Example
White with #29888E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #29888E; }
p { color: rgb(41,136,142); }
H1.HeaderClassName
{
color: #29888E;
}
.AnyTagClassName
{
color: #29888E;
}
</style>
background-color css
<style>
a { background-color: #29888E; }
a { background-color: rgb(41,136,142); }
div.DivClassName
{
background-color: #29888E;
}
.BgClassName
{
background-color: #29888E;
}
</style>
border-color css
<style>
span { border-color: #29888E; }
span { border-color: rgb(41,136,142); }
td.TdClassName
{
border-color: #29888E;
}
.TagClassName
{
border-color: #29888E;
}
</style>