Shades of Java #29949B
Tints of Java #29949B
RGB
CMYK
RGB Variations
Color information
#29949B (or 0x29949B) is known color: Java. HEX triplet: 29, 94 and 9B. RGB value is (41,148,155). Sum of RGB (Red+Green+Blue) = 41+148+155=344 (45% of max value = 765). Red value is 41 (16.41% from 255 or 11.92% from 344); Green value is 148 (58.20% from 255 or 43.02% from 344); Blue value is 155 (60.94% from 255 or 45.06% from 344); Max value from RGB is 155 - color contains mainly: blue. Hex color #29949B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #29949B is #D66B64. Grayscale: #747474. Windows color (decimal): -14052197 or 10196009. OLE color: 10196009.
HSL color Cylindrical-coordinate representation of color #29949B: hue angle of 183.68º 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 #29949B is Cyan = 0.74, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 41 | 148 | 155 | - |
| CMYK | 0.74 | 0.05 | 0 | 0.39 |
| HSL | 183.68º | 0.58% | 0.38% | - |
| HSV(B) | 183.68º | 0.74% | 0.61% | - |
| XYZ | 17.42 | 24.02 | 34.73 | - |
| YUV | 116.81 | 149.55 | 73.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 148 | 155 | 0.74 | 0.05 | 0 | 0.39 | 183.68 | 0.58 | 0.38 |
| Hex | 29 | 94 | 9B | 4A | 5 | 0 | 27 | B8 | 3A | 26 |
| Octal | 51 | 224 | 233 | 112 | 5 | 0 | 47 | 270 | 72 | 46 |
| Binary | 101001 | 10010100 | 10011011 | 1001010 | 101 | 0 | 100111 | 10111000 | 111010 | 100110 |
Color Harmonies of #29949B
Complementary color
Monochromatic Colors of #29949B
Black with #29949B
Text Example
Text Example
White with #29949B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #29949B; }
p { color: rgb(41,148,155); }
H1.HeaderClassName
{
color: #29949B;
}
.AnyTagClassName
{
color: #29949B;
}
</style>
background-color css
<style>
a { background-color: #29949B; }
a { background-color: rgb(41,148,155); }
div.DivClassName
{
background-color: #29949B;
}
.BgClassName
{
background-color: #29949B;
}
</style>
border-color css
<style>
span { border-color: #29949B; }
span { border-color: rgb(41,148,155); }
td.TdClassName
{
border-color: #29949B;
}
.TagClassName
{
border-color: #29949B;
}
</style>