Shades of Java #29898C
Tints of Java #29898C
RGB
CMYK
RGB Variations
Color information
#29898C (or 0x29898C) is known color: Java. HEX triplet: 29, 89 and 8C. RGB value is (41,137,140). Sum of RGB (Red+Green+Blue) = 41+137+140=318 (42% of max value = 765). Red value is 41 (16.41% from 255 or 12.89% from 318); Green value is 137 (53.91% from 255 or 43.08% from 318); Blue value is 140 (55.08% from 255 or 44.03% from 318); Max value from RGB is 140 - color contains mainly: blue. Hex color #29898C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #29898C is #D67673. Grayscale: #6C6C6C. Windows color (decimal): -14055028 or 9210153. OLE color: 9210153.
HSL color Cylindrical-coordinate representation of color #29898C: hue angle of 181.82º 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 #29898C is Cyan = 0.71, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 41 | 137 | 140 | - |
| CMYK | 0.71 | 0.02 | 0 | 0.45 |
| HSL | 181.82º | 0.55% | 0.35% | - |
| HSV(B) | 181.82º | 0.71% | 0.55% | - |
| XYZ | 14.59 | 20.26 | 27.95 | - |
| YUV | 108.64 | 145.7 | 79.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 137 | 140 | 0.71 | 0.02 | 0 | 0.45 | 181.82 | 0.55 | 0.35 |
| Hex | 29 | 89 | 8C | 47 | 2 | 0 | 2D | B6 | 37 | 23 |
| Octal | 51 | 211 | 214 | 107 | 2 | 0 | 55 | 266 | 67 | 43 |
| Binary | 101001 | 10001001 | 10001100 | 1000111 | 10 | 0 | 101101 | 10110110 | 110111 | 100011 |
Color Harmonies of #29898C
Complementary color
Monochromatic Colors of #29898C
Black with #29898C
Text Example
Text Example
White with #29898C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #29898C; }
p { color: rgb(41,137,140); }
H1.HeaderClassName
{
color: #29898C;
}
.AnyTagClassName
{
color: #29898C;
}
</style>
background-color css
<style>
a { background-color: #29898C; }
a { background-color: rgb(41,137,140); }
div.DivClassName
{
background-color: #29898C;
}
.BgClassName
{
background-color: #29898C;
}
</style>
border-color css
<style>
span { border-color: #29898C; }
span { border-color: rgb(41,137,140); }
td.TdClassName
{
border-color: #29898C;
}
.TagClassName
{
border-color: #29898C;
}
</style>