Shades of Java #29938E
Tints of Java #29938E
RGB
CMYK
RGB Variations
Color information
#29938E (or 0x29938E) is known color: Java. HEX triplet: 29, 93 and 8E. RGB value is (41,147,142). Sum of RGB (Red+Green+Blue) = 41+147+142=330 (43% of max value = 765). Red value is 41 (16.41% from 255 or 12.42% from 330); Green value is 147 (57.81% from 255 or 44.55% from 330); Blue value is 142 (55.86% from 255 or 43.03% from 330); Max value from RGB is 147 - color contains mainly: green. Hex color #29938E is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #29938E is #D66C71. Grayscale: #727272. Windows color (decimal): -14052466 or 9343785. OLE color: 9343785.
HSL color Cylindrical-coordinate representation of color #29938E: hue angle of 177.17º degrees, saturation: 0.56, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #29938E is Cyan = 0.72, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 41 | 147 | 142 | - |
| CMYK | 0.72 | 0 | 0.03 | 0.42 |
| HSL | 177.17º | 0.56% | 0.37% | - |
| HSV(B) | 177.17º | 0.72% | 0.58% | - |
| XYZ | 16.23 | 23.29 | 29.23 | - |
| YUV | 114.74 | 143.38 | 75.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 147 | 142 | 0.72 | 0 | 0.03 | 0.42 | 177.17 | 0.56 | 0.37 |
| Hex | 29 | 93 | 8E | 48 | 0 | 3 | 2A | B1 | 38 | 25 |
| Octal | 51 | 223 | 216 | 110 | 0 | 3 | 52 | 261 | 70 | 45 |
| Binary | 101001 | 10010011 | 10001110 | 1001000 | 0 | 11 | 101010 | 10110001 | 111000 | 100101 |
Color Harmonies of #29938E
Complementary color
Monochromatic Colors of #29938E
Black with #29938E
Text Example
Text Example
White with #29938E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #29938E; }
p { color: rgb(41,147,142); }
H1.HeaderClassName
{
color: #29938E;
}
.AnyTagClassName
{
color: #29938E;
}
</style>
background-color css
<style>
a { background-color: #29938E; }
a { background-color: rgb(41,147,142); }
div.DivClassName
{
background-color: #29938E;
}
.BgClassName
{
background-color: #29938E;
}
</style>
border-color css
<style>
span { border-color: #29938E; }
span { border-color: rgb(41,147,142); }
td.TdClassName
{
border-color: #29938E;
}
.TagClassName
{
border-color: #29938E;
}
</style>