Shades of Java #29969A
Tints of Java #29969A
RGB
CMYK
RGB Variations
Color information
#29969A (or 0x29969A) is known color: Java. HEX triplet: 29, 96 and 9A. RGB value is (41,150,154). Sum of RGB (Red+Green+Blue) = 41+150+154=345 (45% of max value = 765). Red value is 41 (16.41% from 255 or 11.88% from 345); Green value is 150 (58.98% from 255 or 43.48% from 345); Blue value is 154 (60.55% from 255 or 44.64% from 345); Max value from RGB is 154 - color contains mainly: blue. Hex color #29969A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #29969A is #D66965. Grayscale: #757575. Windows color (decimal): -14051686 or 10130985. OLE color: 10130985.
HSL color Cylindrical-coordinate representation of color #29969A: hue angle of 182.12º 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 #29969A is Cyan = 0.73, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 41 | 150 | 154 | - |
| CMYK | 0.73 | 0.03 | 0 | 0.40 |
| HSL | 182.12º | 0.58% | 0.38% | - |
| HSV(B) | 182.12º | 0.73% | 0.6% | - |
| XYZ | 17.65 | 24.62 | 34.39 | - |
| YUV | 117.87 | 148.39 | 73.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 150 | 154 | 0.73 | 0.03 | 0 | 0.40 | 182.12 | 0.58 | 0.38 |
| Hex | 29 | 96 | 9A | 49 | 3 | 0 | 28 | B6 | 3A | 26 |
| Octal | 51 | 226 | 232 | 111 | 3 | 0 | 50 | 266 | 72 | 46 |
| Binary | 101001 | 10010110 | 10011010 | 1001001 | 11 | 0 | 101000 | 10110110 | 111010 | 100110 |
Color Harmonies of #29969A
Complementary color
Monochromatic Colors of #29969A
Black with #29969A
Text Example
Text Example
White with #29969A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #29969A; }
p { color: rgb(41,150,154); }
H1.HeaderClassName
{
color: #29969A;
}
.AnyTagClassName
{
color: #29969A;
}
</style>
background-color css
<style>
a { background-color: #29969A; }
a { background-color: rgb(41,150,154); }
div.DivClassName
{
background-color: #29969A;
}
.BgClassName
{
background-color: #29969A;
}
</style>
border-color css
<style>
span { border-color: #29969A; }
span { border-color: rgb(41,150,154); }
td.TdClassName
{
border-color: #29969A;
}
.TagClassName
{
border-color: #29969A;
}
</style>