Shades of Java #29939C
Tints of Java #29939C
RGB
CMYK
RGB Variations
Color information
#29939C (or 0x29939C) is known color: Java. HEX triplet: 29, 93 and 9C. RGB value is (41,147,156). Sum of RGB (Red+Green+Blue) = 41+147+156=344 (45% of max value = 765). Red value is 41 (16.41% from 255 or 11.92% from 344); Green value is 147 (57.81% from 255 or 42.73% from 344); Blue value is 156 (61.33% from 255 or 45.35% from 344); Max value from RGB is 156 - color contains mainly: blue. Hex color #29939C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #29939C is #D66C63. Grayscale: #747474. Windows color (decimal): -14052452 or 10261289. OLE color: 10261289.
HSL color Cylindrical-coordinate representation of color #29939C: hue angle of 184.7º degrees, saturation: 0.58, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #29939C is Cyan = 0.74, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 41 | 147 | 156 | - |
| CMYK | 0.74 | 0.06 | 0 | 0.39 |
| HSL | 184.7º | 0.58% | 0.39% | - |
| HSV(B) | 184.7º | 0.74% | 0.61% | - |
| XYZ | 17.35 | 23.74 | 35.12 | - |
| YUV | 116.33 | 150.38 | 74.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 147 | 156 | 0.74 | 0.06 | 0 | 0.39 | 184.7 | 0.58 | 0.39 |
| Hex | 29 | 93 | 9C | 4A | 6 | 0 | 27 | B9 | 3A | 27 |
| Octal | 51 | 223 | 234 | 112 | 6 | 0 | 47 | 271 | 72 | 47 |
| Binary | 101001 | 10010011 | 10011100 | 1001010 | 110 | 0 | 100111 | 10111001 | 111010 | 100111 |
Color Harmonies of #29939C
Complementary color
Monochromatic Colors of #29939C
Black with #29939C
Text Example
Text Example
White with #29939C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #29939C; }
p { color: rgb(41,147,156); }
H1.HeaderClassName
{
color: #29939C;
}
.AnyTagClassName
{
color: #29939C;
}
</style>
background-color css
<style>
a { background-color: #29939C; }
a { background-color: rgb(41,147,156); }
div.DivClassName
{
background-color: #29939C;
}
.BgClassName
{
background-color: #29939C;
}
</style>
border-color css
<style>
span { border-color: #29939C; }
span { border-color: rgb(41,147,156); }
td.TdClassName
{
border-color: #29939C;
}
.TagClassName
{
border-color: #29939C;
}
</style>