Shades of Java #29938D
Tints of Java #29938D
RGB
CMYK
RGB Variations
Color information
#29938D (or 0x29938D) is known color: Java. HEX triplet: 29, 93 and 8D. RGB value is (41,147,141). Sum of RGB (Red+Green+Blue) = 41+147+141=329 (43% of max value = 765). Red value is 41 (16.41% from 255 or 12.46% from 329); Green value is 147 (57.81% from 255 or 44.68% from 329); Blue value is 141 (55.47% from 255 or 42.86% from 329); Max value from RGB is 147 - color contains mainly: green. Hex color #29938D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #29938D is #D66C72. Grayscale: #727272. Windows color (decimal): -14052467 or 9278249. OLE color: 9278249.
HSL color Cylindrical-coordinate representation of color #29938D: hue angle of 176.6º 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 #29938D is Cyan = 0.72, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 41 | 147 | 141 | - |
| CMYK | 0.72 | 0 | 0.04 | 0.42 |
| HSL | 176.6º | 0.56% | 0.37% | - |
| HSV(B) | 176.6º | 0.72% | 0.58% | - |
| XYZ | 16.16 | 23.26 | 28.84 | - |
| YUV | 114.62 | 142.88 | 75.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 147 | 141 | 0.72 | 0 | 0.04 | 0.42 | 176.6 | 0.56 | 0.37 |
| Hex | 29 | 93 | 8D | 48 | 0 | 4 | 2A | B1 | 38 | 25 |
| Octal | 51 | 223 | 215 | 110 | 0 | 4 | 52 | 261 | 70 | 45 |
| Binary | 101001 | 10010011 | 10001101 | 1001000 | 0 | 100 | 101010 | 10110001 | 111000 | 100101 |
Color Harmonies of #29938D
Complementary color
Monochromatic Colors of #29938D
Black with #29938D
Text Example
Text Example
White with #29938D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #29938D; }
p { color: rgb(41,147,141); }
H1.HeaderClassName
{
color: #29938D;
}
.AnyTagClassName
{
color: #29938D;
}
</style>
background-color css
<style>
a { background-color: #29938D; }
a { background-color: rgb(41,147,141); }
div.DivClassName
{
background-color: #29938D;
}
.BgClassName
{
background-color: #29938D;
}
</style>
border-color css
<style>
span { border-color: #29938D; }
span { border-color: rgb(41,147,141); }
td.TdClassName
{
border-color: #29938D;
}
.TagClassName
{
border-color: #29938D;
}
</style>