Shades of Java #29888F
Tints of Java #29888F
RGB
CMYK
RGB Variations
Color information
#29888F (or 0x29888F) is known color: Java. HEX triplet: 29, 88 and 8F. RGB value is (41,136,143). Sum of RGB (Red+Green+Blue) = 41+136+143=320 (42% of max value = 765). Red value is 41 (16.41% from 255 or 12.81% from 320); Green value is 136 (53.52% from 255 or 42.5% from 320); Blue value is 143 (56.25% from 255 or 44.69% from 320); Max value from RGB is 143 - color contains mainly: blue. Hex color #29888F is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #29888F is #D67770. Grayscale: #6C6C6C. Windows color (decimal): -14055281 or 9406505. OLE color: 9406505.
HSL color Cylindrical-coordinate representation of color #29888F: hue angle of 184.12º 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 #29888F is Cyan = 0.71, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 41 | 136 | 143 | - |
| CMYK | 0.71 | 0.05 | 0 | 0.44 |
| HSL | 184.12º | 0.55% | 0.36% | - |
| HSV(B) | 184.12º | 0.71% | 0.56% | - |
| XYZ | 14.68 | 20.06 | 29.09 | - |
| YUV | 108.39 | 147.53 | 79.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 136 | 143 | 0.71 | 0.05 | 0 | 0.44 | 184.12 | 0.55 | 0.36 |
| Hex | 29 | 88 | 8F | 47 | 5 | 0 | 2C | B8 | 37 | 24 |
| Octal | 51 | 210 | 217 | 107 | 5 | 0 | 54 | 270 | 67 | 44 |
| Binary | 101001 | 10001000 | 10001111 | 1000111 | 101 | 0 | 101100 | 10111000 | 110111 | 100100 |
Color Harmonies of #29888F
Complementary color
Monochromatic Colors of #29888F
Black with #29888F
Text Example
Text Example
White with #29888F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #29888F; }
p { color: rgb(41,136,143); }
H1.HeaderClassName
{
color: #29888F;
}
.AnyTagClassName
{
color: #29888F;
}
</style>
background-color css
<style>
a { background-color: #29888F; }
a { background-color: rgb(41,136,143); }
div.DivClassName
{
background-color: #29888F;
}
.BgClassName
{
background-color: #29888F;
}
</style>
border-color css
<style>
span { border-color: #29888F; }
span { border-color: rgb(41,136,143); }
td.TdClassName
{
border-color: #29888F;
}
.TagClassName
{
border-color: #29888F;
}
</style>