Shades of Java #29969D
Tints of Java #29969D
RGB
CMYK
RGB Variations
Color information
#29969D (or 0x29969D) is known color: Java. HEX triplet: 29, 96 and 9D. RGB value is (41,150,157). Sum of RGB (Red+Green+Blue) = 41+150+157=348 (46% of max value = 765). Red value is 41 (16.41% from 255 or 11.78% from 348); Green value is 150 (58.98% from 255 or 43.10% from 348); Blue value is 157 (61.72% from 255 or 45.11% from 348); Max value from RGB is 157 - color contains mainly: blue. Hex color #29969D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #29969D is #D66962. Grayscale: #767676. Windows color (decimal): -14051683 or 10327593. OLE color: 10327593.
HSL color Cylindrical-coordinate representation of color #29969D: hue angle of 183.62º degrees, saturation: 0.59, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #29969D is Cyan = 0.74, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 41 | 150 | 157 | - |
| CMYK | 0.74 | 0.04 | 0 | 0.38 |
| HSL | 183.62º | 0.59% | 0.39% | - |
| HSV(B) | 183.62º | 0.74% | 0.62% | - |
| XYZ | 17.91 | 24.72 | 35.73 | - |
| YUV | 118.21 | 149.89 | 72.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 150 | 157 | 0.74 | 0.04 | 0 | 0.38 | 183.62 | 0.59 | 0.39 |
| Hex | 29 | 96 | 9D | 4A | 4 | 0 | 26 | B8 | 3B | 27 |
| Octal | 51 | 226 | 235 | 112 | 4 | 0 | 46 | 270 | 73 | 47 |
| Binary | 101001 | 10010110 | 10011101 | 1001010 | 100 | 0 | 100110 | 10111000 | 111011 | 100111 |
Color Harmonies of #29969D
Complementary color
Monochromatic Colors of #29969D
Black with #29969D
Text Example
Text Example
White with #29969D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #29969D; }
p { color: rgb(41,150,157); }
H1.HeaderClassName
{
color: #29969D;
}
.AnyTagClassName
{
color: #29969D;
}
</style>
background-color css
<style>
a { background-color: #29969D; }
a { background-color: rgb(41,150,157); }
div.DivClassName
{
background-color: #29969D;
}
.BgClassName
{
background-color: #29969D;
}
</style>
border-color css
<style>
span { border-color: #29969D; }
span { border-color: rgb(41,150,157); }
td.TdClassName
{
border-color: #29969D;
}
.TagClassName
{
border-color: #29969D;
}
</style>