Shades of Java #29929B
Tints of Java #29929B
RGB
CMYK
RGB Variations
Color information
#29929B (or 0x29929B) is known color: Java. HEX triplet: 29, 92 and 9B. RGB value is (41,146,155). Sum of RGB (Red+Green+Blue) = 41+146+155=342 (45% of max value = 765). Red value is 41 (16.41% from 255 or 11.99% from 342); Green value is 146 (57.42% from 255 or 42.69% from 342); Blue value is 155 (60.94% from 255 or 45.32% from 342); Max value from RGB is 155 - color contains mainly: blue. Hex color #29929B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #29929B is #D66D64. Grayscale: #737373. Windows color (decimal): -14052709 or 10195497. OLE color: 10195497.
HSL color Cylindrical-coordinate representation of color #29929B: hue angle of 184.74º 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 #29929B is Cyan = 0.74, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 41 | 146 | 155 | - |
| CMYK | 0.74 | 0.06 | 0 | 0.39 |
| HSL | 184.74º | 0.58% | 0.38% | - |
| HSV(B) | 184.74º | 0.74% | 0.61% | - |
| XYZ | 17.11 | 23.4 | 34.62 | - |
| YUV | 115.63 | 150.21 | 74.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 146 | 155 | 0.74 | 0.06 | 0 | 0.39 | 184.74 | 0.58 | 0.38 |
| Hex | 29 | 92 | 9B | 4A | 6 | 0 | 27 | B9 | 3A | 26 |
| Octal | 51 | 222 | 233 | 112 | 6 | 0 | 47 | 271 | 72 | 46 |
| Binary | 101001 | 10010010 | 10011011 | 1001010 | 110 | 0 | 100111 | 10111001 | 111010 | 100110 |
Color Harmonies of #29929B
Complementary color
Monochromatic Colors of #29929B
Black with #29929B
Text Example
Text Example
White with #29929B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #29929B; }
p { color: rgb(41,146,155); }
H1.HeaderClassName
{
color: #29929B;
}
.AnyTagClassName
{
color: #29929B;
}
</style>
background-color css
<style>
a { background-color: #29929B; }
a { background-color: rgb(41,146,155); }
div.DivClassName
{
background-color: #29929B;
}
.BgClassName
{
background-color: #29929B;
}
</style>
border-color css
<style>
span { border-color: #29929B; }
span { border-color: rgb(41,146,155); }
td.TdClassName
{
border-color: #29929B;
}
.TagClassName
{
border-color: #29929B;
}
</style>