Shades of Java #29989A
Tints of Java #29989A
RGB
CMYK
RGB Variations
Color information
#29989A (or 0x29989A) is known color: Java. HEX triplet: 29, 98 and 9A. RGB value is (41,152,154). Sum of RGB (Red+Green+Blue) = 41+152+154=347 (45% of max value = 765). Red value is 41 (16.41% from 255 or 11.82% from 347); Green value is 152 (59.77% from 255 or 43.80% from 347); Blue value is 154 (60.55% from 255 or 44.38% from 347); Max value from RGB is 154 - color contains mainly: blue. Hex color #29989A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #29989A is #D66765. Grayscale: #767676. Windows color (decimal): -14051174 or 10131497. OLE color: 10131497.
HSL color Cylindrical-coordinate representation of color #29989A: hue angle of 181.06º degrees, saturation: 0.58, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #29989A is Cyan = 0.73, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 41 | 152 | 154 | - |
| CMYK | 0.73 | 0.01 | 0 | 0.40 |
| HSL | 181.06º | 0.58% | 0.38% | - |
| HSV(B) | 181.06º | 0.73% | 0.6% | - |
| XYZ | 17.98 | 25.26 | 34.5 | - |
| YUV | 119.04 | 147.73 | 72.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 152 | 154 | 0.73 | 0.01 | 0 | 0.40 | 181.06 | 0.58 | 0.38 |
| Hex | 29 | 98 | 9A | 49 | 1 | 0 | 28 | B5 | 3A | 26 |
| Octal | 51 | 230 | 232 | 111 | 1 | 0 | 50 | 265 | 72 | 46 |
| Binary | 101001 | 10011000 | 10011010 | 1001001 | 1 | 0 | 101000 | 10110101 | 111010 | 100110 |
Color Harmonies of #29989A
Complementary color
Monochromatic Colors of #29989A
Black with #29989A
Text Example
Text Example
White with #29989A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #29989A; }
p { color: rgb(41,152,154); }
H1.HeaderClassName
{
color: #29989A;
}
.AnyTagClassName
{
color: #29989A;
}
</style>
background-color css
<style>
a { background-color: #29989A; }
a { background-color: rgb(41,152,154); }
div.DivClassName
{
background-color: #29989A;
}
.BgClassName
{
background-color: #29989A;
}
</style>
border-color css
<style>
span { border-color: #29989A; }
span { border-color: rgb(41,152,154); }
td.TdClassName
{
border-color: #29989A;
}
.TagClassName
{
border-color: #29989A;
}
</style>