Shades of Java #29968F
Tints of Java #29968F
RGB
CMYK
RGB Variations
Color information
#29968F (or 0x29968F) is known color: Java. HEX triplet: 29, 96 and 8F. RGB value is (41,150,143). Sum of RGB (Red+Green+Blue) = 41+150+143=334 (44% of max value = 765). Red value is 41 (16.41% from 255 or 12.28% from 334); Green value is 150 (58.98% from 255 or 44.91% from 334); Blue value is 143 (56.25% from 255 or 42.81% from 334); Max value from RGB is 150 - color contains mainly: green. Hex color #29968F is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #29968F is #D66970. Grayscale: #747474. Windows color (decimal): -14051697 or 9410089. OLE color: 9410089.
HSL color Cylindrical-coordinate representation of color #29968F: hue angle of 176.15º degrees, saturation: 0.57, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #29968F is Cyan = 0.73, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 41 | 150 | 143 | - |
| CMYK | 0.73 | 0 | 0.05 | 0.41 |
| HSL | 176.15º | 0.57% | 0.37% | - |
| HSV(B) | 176.15º | 0.73% | 0.59% | - |
| XYZ | 16.78 | 24.27 | 29.79 | - |
| YUV | 116.61 | 142.89 | 74.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 150 | 143 | 0.73 | 0 | 0.05 | 0.41 | 176.15 | 0.57 | 0.37 |
| Hex | 29 | 96 | 8F | 49 | 0 | 5 | 29 | B0 | 39 | 25 |
| Octal | 51 | 226 | 217 | 111 | 0 | 5 | 51 | 260 | 71 | 45 |
| Binary | 101001 | 10010110 | 10001111 | 1001001 | 0 | 101 | 101001 | 10110000 | 111001 | 100101 |
Color Harmonies of #29968F
Complementary color
Monochromatic Colors of #29968F
Black with #29968F
Text Example
Text Example
White with #29968F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #29968F; }
p { color: rgb(41,150,143); }
H1.HeaderClassName
{
color: #29968F;
}
.AnyTagClassName
{
color: #29968F;
}
</style>
background-color css
<style>
a { background-color: #29968F; }
a { background-color: rgb(41,150,143); }
div.DivClassName
{
background-color: #29968F;
}
.BgClassName
{
background-color: #29968F;
}
</style>
border-color css
<style>
span { border-color: #29968F; }
span { border-color: rgb(41,150,143); }
td.TdClassName
{
border-color: #29968F;
}
.TagClassName
{
border-color: #29968F;
}
</style>