Shades of Java #29939B
Tints of Java #29939B
RGB
CMYK
RGB Variations
Color information
#29939B (or 0x29939B) is known color: Java. HEX triplet: 29, 93 and 9B. RGB value is (41,147,155). Sum of RGB (Red+Green+Blue) = 41+147+155=343 (45% of max value = 765). Red value is 41 (16.41% from 255 or 11.95% from 343); Green value is 147 (57.81% from 255 or 42.86% from 343); Blue value is 155 (60.94% from 255 or 45.19% from 343); Max value from RGB is 155 - color contains mainly: blue. Hex color #29939B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #29939B is #D66C64. Grayscale: #747474. Windows color (decimal): -14052453 or 10195753. OLE color: 10195753.
HSL color Cylindrical-coordinate representation of color #29939B: hue angle of 184.21º degrees, saturation: 0.58, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #29939B is Cyan = 0.74, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 41 | 147 | 155 | - |
| CMYK | 0.74 | 0.05 | 0 | 0.39 |
| HSL | 184.21º | 0.58% | 0.38% | - |
| HSV(B) | 184.21º | 0.74% | 0.61% | - |
| XYZ | 17.26 | 23.71 | 34.68 | - |
| YUV | 116.22 | 149.88 | 74.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 147 | 155 | 0.74 | 0.05 | 0 | 0.39 | 184.21 | 0.58 | 0.38 |
| Hex | 29 | 93 | 9B | 4A | 5 | 0 | 27 | B8 | 3A | 26 |
| Octal | 51 | 223 | 233 | 112 | 5 | 0 | 47 | 270 | 72 | 46 |
| Binary | 101001 | 10010011 | 10011011 | 1001010 | 101 | 0 | 100111 | 10111000 | 111010 | 100110 |
Color Harmonies of #29939B
Complementary color
Monochromatic Colors of #29939B
Black with #29939B
Text Example
Text Example
White with #29939B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #29939B; }
p { color: rgb(41,147,155); }
H1.HeaderClassName
{
color: #29939B;
}
.AnyTagClassName
{
color: #29939B;
}
</style>
background-color css
<style>
a { background-color: #29939B; }
a { background-color: rgb(41,147,155); }
div.DivClassName
{
background-color: #29939B;
}
.BgClassName
{
background-color: #29939B;
}
</style>
border-color css
<style>
span { border-color: #29939B; }
span { border-color: rgb(41,147,155); }
td.TdClassName
{
border-color: #29939B;
}
.TagClassName
{
border-color: #29939B;
}
</style>