Shades of Java #29978F
Tints of Java #29978F
RGB
CMYK
RGB Variations
Color information
#29978F (or 0x29978F) is known color: Java. HEX triplet: 29, 97 and 8F. RGB value is (41,151,143). Sum of RGB (Red+Green+Blue) = 41+151+143=335 (44% of max value = 765). Red value is 41 (16.41% from 255 or 12.24% from 335); Green value is 151 (59.38% from 255 or 45.07% from 335); Blue value is 143 (56.25% from 255 or 42.69% from 335); Max value from RGB is 151 - color contains mainly: green. Hex color #29978F is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #29978F is #D66870. Grayscale: #757575. Windows color (decimal): -14051441 or 9410345. OLE color: 9410345.
HSL color Cylindrical-coordinate representation of color #29978F: hue angle of 175.64º degrees, saturation: 0.57, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #29978F is Cyan = 0.73, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 41 | 151 | 143 | - |
| CMYK | 0.73 | 0 | 0.05 | 0.41 |
| HSL | 175.64º | 0.57% | 0.38% | - |
| HSV(B) | 175.64º | 0.73% | 0.59% | - |
| XYZ | 16.94 | 24.59 | 29.84 | - |
| YUV | 117.2 | 142.56 | 73.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 151 | 143 | 0.73 | 0 | 0.05 | 0.41 | 175.64 | 0.57 | 0.38 |
| Hex | 29 | 97 | 8F | 49 | 0 | 5 | 29 | B0 | 39 | 26 |
| Octal | 51 | 227 | 217 | 111 | 0 | 5 | 51 | 260 | 71 | 46 |
| Binary | 101001 | 10010111 | 10001111 | 1001001 | 0 | 101 | 101001 | 10110000 | 111001 | 100110 |
Color Harmonies of #29978F
Complementary color
Monochromatic Colors of #29978F
Black with #29978F
Text Example
Text Example
White with #29978F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #29978F; }
p { color: rgb(41,151,143); }
H1.HeaderClassName
{
color: #29978F;
}
.AnyTagClassName
{
color: #29978F;
}
</style>
background-color css
<style>
a { background-color: #29978F; }
a { background-color: rgb(41,151,143); }
div.DivClassName
{
background-color: #29978F;
}
.BgClassName
{
background-color: #29978F;
}
</style>
border-color css
<style>
span { border-color: #29978F; }
span { border-color: rgb(41,151,143); }
td.TdClassName
{
border-color: #29978F;
}
.TagClassName
{
border-color: #29978F;
}
</style>