Shades of Java #29969C
Tints of Java #29969C
RGB
CMYK
RGB Variations
Color information
#29969C (or 0x29969C) is known color: Java. HEX triplet: 29, 96 and 9C. RGB value is (41,150,156). Sum of RGB (Red+Green+Blue) = 41+150+156=347 (45% of max value = 765). Red value is 41 (16.41% from 255 or 11.82% from 347); Green value is 150 (58.98% from 255 or 43.23% from 347); Blue value is 156 (61.33% from 255 or 44.96% from 347); Max value from RGB is 156 - color contains mainly: blue. Hex color #29969C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #29969C is #D66963. Grayscale: #757575. Windows color (decimal): -14051684 or 10262057. OLE color: 10262057.
HSL color Cylindrical-coordinate representation of color #29969C: hue angle of 183.13º degrees, saturation: 0.58, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #29969C is Cyan = 0.74, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 41 | 150 | 156 | - |
| CMYK | 0.74 | 0.04 | 0 | 0.39 |
| HSL | 183.13º | 0.58% | 0.39% | - |
| HSV(B) | 183.13º | 0.74% | 0.61% | - |
| XYZ | 17.82 | 24.68 | 35.28 | - |
| YUV | 118.09 | 149.39 | 73.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 150 | 156 | 0.74 | 0.04 | 0 | 0.39 | 183.13 | 0.58 | 0.39 |
| Hex | 29 | 96 | 9C | 4A | 4 | 0 | 27 | B7 | 3A | 27 |
| Octal | 51 | 226 | 234 | 112 | 4 | 0 | 47 | 267 | 72 | 47 |
| Binary | 101001 | 10010110 | 10011100 | 1001010 | 100 | 0 | 100111 | 10110111 | 111010 | 100111 |
Color Harmonies of #29969C
Complementary color
Monochromatic Colors of #29969C
Black with #29969C
Text Example
Text Example
White with #29969C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #29969C; }
p { color: rgb(41,150,156); }
H1.HeaderClassName
{
color: #29969C;
}
.AnyTagClassName
{
color: #29969C;
}
</style>
background-color css
<style>
a { background-color: #29969C; }
a { background-color: rgb(41,150,156); }
div.DivClassName
{
background-color: #29969C;
}
.BgClassName
{
background-color: #29969C;
}
</style>
border-color css
<style>
span { border-color: #29969C; }
span { border-color: rgb(41,150,156); }
td.TdClassName
{
border-color: #29969C;
}
.TagClassName
{
border-color: #29969C;
}
</style>