Shades of Java #29938B
Tints of Java #29938B
RGB
CMYK
RGB Variations
Color information
#29938B (or 0x29938B) is known color: Java. HEX triplet: 29, 93 and 8B. RGB value is (41,147,139). Sum of RGB (Red+Green+Blue) = 41+147+139=327 (43% of max value = 765). Red value is 41 (16.41% from 255 or 12.54% from 327); Green value is 147 (57.81% from 255 or 44.95% from 327); Blue value is 139 (54.69% from 255 or 42.51% from 327); Max value from RGB is 147 - color contains mainly: green. Hex color #29938B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #29938B is #D66C74. Grayscale: #727272. Windows color (decimal): -14052469 or 9147177. OLE color: 9147177.
HSL color Cylindrical-coordinate representation of color #29938B: hue angle of 175.47º 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 #29938B is Cyan = 0.72, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 41 | 147 | 139 | - |
| CMYK | 0.72 | 0 | 0.05 | 0.42 |
| HSL | 175.47º | 0.56% | 0.37% | - |
| HSV(B) | 175.47º | 0.72% | 0.58% | - |
| XYZ | 16.01 | 23.2 | 28.06 | - |
| YUV | 114.39 | 141.88 | 75.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 147 | 139 | 0.72 | 0 | 0.05 | 0.42 | 175.47 | 0.56 | 0.37 |
| Hex | 29 | 93 | 8B | 48 | 0 | 5 | 2A | AF | 38 | 25 |
| Octal | 51 | 223 | 213 | 110 | 0 | 5 | 52 | 257 | 70 | 45 |
| Binary | 101001 | 10010011 | 10001011 | 1001000 | 0 | 101 | 101010 | 10101111 | 111000 | 100101 |
Color Harmonies of #29938B
Complementary color
Monochromatic Colors of #29938B
Black with #29938B
Text Example
Text Example
White with #29938B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #29938B; }
p { color: rgb(41,147,139); }
H1.HeaderClassName
{
color: #29938B;
}
.AnyTagClassName
{
color: #29938B;
}
</style>
background-color css
<style>
a { background-color: #29938B; }
a { background-color: rgb(41,147,139); }
div.DivClassName
{
background-color: #29938B;
}
.BgClassName
{
background-color: #29938B;
}
</style>
border-color css
<style>
span { border-color: #29938B; }
span { border-color: rgb(41,147,139); }
td.TdClassName
{
border-color: #29938B;
}
.TagClassName
{
border-color: #29938B;
}
</style>