Shades of Java #29979E
Tints of Java #29979E
RGB
CMYK
RGB Variations
Color information
#29979E (or 0x29979E) is known color: Java. HEX triplet: 29, 97 and 9E. RGB value is (41,151,158). Sum of RGB (Red+Green+Blue) = 41+151+158=350 (46% of max value = 765). Red value is 41 (16.41% from 255 or 11.71% from 350); Green value is 151 (59.38% from 255 or 43.14% from 350); Blue value is 158 (62.11% from 255 or 45.14% from 350); Max value from RGB is 158 - color contains mainly: blue. Hex color #29979E is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #29979E is #D66861. Grayscale: #767676. Windows color (decimal): -14051426 or 10393385. OLE color: 10393385.
HSL color Cylindrical-coordinate representation of color #29979E: hue angle of 183.59º 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 #29979E is Cyan = 0.74, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 41 | 151 | 158 | - |
| CMYK | 0.74 | 0.04 | 0 | 0.38 |
| HSL | 183.59º | 0.59% | 0.39% | - |
| HSV(B) | 183.59º | 0.74% | 0.62% | - |
| XYZ | 18.15 | 25.07 | 36.23 | - |
| YUV | 118.91 | 150.06 | 72.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 151 | 158 | 0.74 | 0.04 | 0 | 0.38 | 183.59 | 0.59 | 0.39 |
| Hex | 29 | 97 | 9E | 4A | 4 | 0 | 26 | B8 | 3B | 27 |
| Octal | 51 | 227 | 236 | 112 | 4 | 0 | 46 | 270 | 73 | 47 |
| Binary | 101001 | 10010111 | 10011110 | 1001010 | 100 | 0 | 100110 | 10111000 | 111011 | 100111 |
Color Harmonies of #29979E
Complementary color
Monochromatic Colors of #29979E
Black with #29979E
Text Example
Text Example
White with #29979E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #29979E; }
p { color: rgb(41,151,158); }
H1.HeaderClassName
{
color: #29979E;
}
.AnyTagClassName
{
color: #29979E;
}
</style>
background-color css
<style>
a { background-color: #29979E; }
a { background-color: rgb(41,151,158); }
div.DivClassName
{
background-color: #29979E;
}
.BgClassName
{
background-color: #29979E;
}
</style>
border-color css
<style>
span { border-color: #29979E; }
span { border-color: rgb(41,151,158); }
td.TdClassName
{
border-color: #29979E;
}
.TagClassName
{
border-color: #29979E;
}
</style>