Shades of Java #29959B
Tints of Java #29959B
RGB
CMYK
RGB Variations
Color information
#29959B (or 0x29959B) is known color: Java. HEX triplet: 29, 95 and 9B. RGB value is (41,149,155). Sum of RGB (Red+Green+Blue) = 41+149+155=345 (45% of max value = 765). Red value is 41 (16.41% from 255 or 11.88% from 345); Green value is 149 (58.59% from 255 or 43.19% from 345); Blue value is 155 (60.94% from 255 or 44.93% from 345); Max value from RGB is 155 - color contains mainly: blue. Hex color #29959B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #29959B is #D66A64. Grayscale: #757575. Windows color (decimal): -14051941 or 10196265. OLE color: 10196265.
HSL color Cylindrical-coordinate representation of color #29959B: hue angle of 183.16º degrees, saturation: 0.58, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #29959B is Cyan = 0.74, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 41 | 149 | 155 | - |
| CMYK | 0.74 | 0.04 | 0 | 0.39 |
| HSL | 183.16º | 0.58% | 0.38% | - |
| HSV(B) | 183.16º | 0.74% | 0.61% | - |
| XYZ | 17.58 | 24.33 | 34.78 | - |
| YUV | 117.39 | 149.22 | 73.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 149 | 155 | 0.74 | 0.04 | 0 | 0.39 | 183.16 | 0.58 | 0.38 |
| Hex | 29 | 95 | 9B | 4A | 4 | 0 | 27 | B7 | 3A | 26 |
| Octal | 51 | 225 | 233 | 112 | 4 | 0 | 47 | 267 | 72 | 46 |
| Binary | 101001 | 10010101 | 10011011 | 1001010 | 100 | 0 | 100111 | 10110111 | 111010 | 100110 |
Color Harmonies of #29959B
Complementary color
Monochromatic Colors of #29959B
Black with #29959B
Text Example
Text Example
White with #29959B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #29959B; }
p { color: rgb(41,149,155); }
H1.HeaderClassName
{
color: #29959B;
}
.AnyTagClassName
{
color: #29959B;
}
</style>
background-color css
<style>
a { background-color: #29959B; }
a { background-color: rgb(41,149,155); }
div.DivClassName
{
background-color: #29959B;
}
.BgClassName
{
background-color: #29959B;
}
</style>
border-color css
<style>
span { border-color: #29959B; }
span { border-color: rgb(41,149,155); }
td.TdClassName
{
border-color: #29959B;
}
.TagClassName
{
border-color: #29959B;
}
</style>