Shades of Java #29888C
Tints of Java #29888C
RGB
CMYK
RGB Variations
Color information
#29888C (or 0x29888C) is known color: Java. HEX triplet: 29, 88 and 8C. RGB value is (41,136,140). Sum of RGB (Red+Green+Blue) = 41+136+140=317 (41% of max value = 765). Red value is 41 (16.41% from 255 or 12.93% from 317); Green value is 136 (53.52% from 255 or 42.90% from 317); Blue value is 140 (55.08% from 255 or 44.16% from 317); Max value from RGB is 140 - color contains mainly: blue. Hex color #29888C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #29888C is #D67773. Grayscale: #6B6B6B. Windows color (decimal): -14055284 or 9209897. OLE color: 9209897.
HSL color Cylindrical-coordinate representation of color #29888C: hue angle of 182.42º degrees, saturation: 0.55, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #29888C is Cyan = 0.71, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 41 | 136 | 140 | - |
| CMYK | 0.71 | 0.03 | 0 | 0.45 |
| HSL | 182.42º | 0.55% | 0.35% | - |
| HSV(B) | 182.42º | 0.71% | 0.55% | - |
| XYZ | 14.45 | 19.97 | 27.9 | - |
| YUV | 108.05 | 146.03 | 80.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 136 | 140 | 0.71 | 0.03 | 0 | 0.45 | 182.42 | 0.55 | 0.35 |
| Hex | 29 | 88 | 8C | 47 | 3 | 0 | 2D | B6 | 37 | 23 |
| Octal | 51 | 210 | 214 | 107 | 3 | 0 | 55 | 266 | 67 | 43 |
| Binary | 101001 | 10001000 | 10001100 | 1000111 | 11 | 0 | 101101 | 10110110 | 110111 | 100011 |
Color Harmonies of #29888C
Complementary color
Monochromatic Colors of #29888C
Black with #29888C
Text Example
Text Example
White with #29888C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #29888C; }
p { color: rgb(41,136,140); }
H1.HeaderClassName
{
color: #29888C;
}
.AnyTagClassName
{
color: #29888C;
}
</style>
background-color css
<style>
a { background-color: #29888C; }
a { background-color: rgb(41,136,140); }
div.DivClassName
{
background-color: #29888C;
}
.BgClassName
{
background-color: #29888C;
}
</style>
border-color css
<style>
span { border-color: #29888C; }
span { border-color: rgb(41,136,140); }
td.TdClassName
{
border-color: #29888C;
}
.TagClassName
{
border-color: #29888C;
}
</style>