Shades of Java #29908D
Tints of Java #29908D
RGB
CMYK
RGB Variations
Color information
#29908D (or 0x29908D) is known color: Java. HEX triplet: 29, 90 and 8D. RGB value is (41,144,141). Sum of RGB (Red+Green+Blue) = 41+144+141=326 (43% of max value = 765). Red value is 41 (16.41% from 255 or 12.58% from 326); Green value is 144 (56.64% from 255 or 44.17% from 326); Blue value is 141 (55.47% from 255 or 43.25% from 326); Max value from RGB is 144 - color contains mainly: green. Hex color #29908D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #29908D is #D66F72. Grayscale: #707070. Windows color (decimal): -14053235 or 9277481. OLE color: 9277481.
HSL color Cylindrical-coordinate representation of color #29908D: hue angle of 178.25º degrees, saturation: 0.56, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #29908D is Cyan = 0.72, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 41 | 144 | 141 | - |
| CMYK | 0.72 | 0 | 0.02 | 0.44 |
| HSL | 178.25º | 0.56% | 0.36% | - |
| HSV(B) | 178.25º | 0.72% | 0.56% | - |
| XYZ | 15.7 | 22.34 | 28.68 | - |
| YUV | 112.86 | 143.88 | 76.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 144 | 141 | 0.72 | 0 | 0.02 | 0.44 | 178.25 | 0.56 | 0.36 |
| Hex | 29 | 90 | 8D | 48 | 0 | 2 | 2C | B2 | 38 | 24 |
| Octal | 51 | 220 | 215 | 110 | 0 | 2 | 54 | 262 | 70 | 44 |
| Binary | 101001 | 10010000 | 10001101 | 1001000 | 0 | 10 | 101100 | 10110010 | 111000 | 100100 |
Color Harmonies of #29908D
Complementary color
Monochromatic Colors of #29908D
Black with #29908D
Text Example
Text Example
White with #29908D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #29908D; }
p { color: rgb(41,144,141); }
H1.HeaderClassName
{
color: #29908D;
}
.AnyTagClassName
{
color: #29908D;
}
</style>
background-color css
<style>
a { background-color: #29908D; }
a { background-color: rgb(41,144,141); }
div.DivClassName
{
background-color: #29908D;
}
.BgClassName
{
background-color: #29908D;
}
</style>
border-color css
<style>
span { border-color: #29908D; }
span { border-color: rgb(41,144,141); }
td.TdClassName
{
border-color: #29908D;
}
.TagClassName
{
border-color: #29908D;
}
</style>