Shades of Java #299896
Tints of Java #299896
RGB
CMYK
RGB Variations
Color information
#299896 (or 0x299896) is known color: Java. HEX triplet: 29, 98 and 96. RGB value is (41,152,150). Sum of RGB (Red+Green+Blue) = 41+152+150=343 (45% of max value = 765). Red value is 41 (16.41% from 255 or 11.95% from 343); Green value is 152 (59.77% from 255 or 44.31% from 343); Blue value is 150 (58.98% from 255 or 43.73% from 343); Max value from RGB is 152 - color contains mainly: green. Hex color #299896 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #299896 is #D66769. Grayscale: #767676. Windows color (decimal): -14051178 or 9869353. OLE color: 9869353.
HSL color Cylindrical-coordinate representation of color #299896: hue angle of 178.92º degrees, saturation: 0.58, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #299896 is Cyan = 0.73, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 41 | 152 | 150 | - |
| CMYK | 0.73 | 0 | 0.01 | 0.40 |
| HSL | 178.92º | 0.58% | 0.38% | - |
| HSV(B) | 178.92º | 0.73% | 0.6% | - |
| XYZ | 17.65 | 25.13 | 32.77 | - |
| YUV | 118.58 | 145.73 | 72.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 152 | 150 | 0.73 | 0 | 0.01 | 0.40 | 178.92 | 0.58 | 0.38 |
| Hex | 29 | 98 | 96 | 49 | 0 | 1 | 28 | B3 | 3A | 26 |
| Octal | 51 | 230 | 226 | 111 | 0 | 1 | 50 | 263 | 72 | 46 |
| Binary | 101001 | 10011000 | 10010110 | 1001001 | 0 | 1 | 101000 | 10110011 | 111010 | 100110 |
Color Harmonies of #299896
Complementary color
Monochromatic Colors of #299896
Black with #299896
Text Example
Text Example
White with #299896
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #299896; }
p { color: rgb(41,152,150); }
H1.HeaderClassName
{
color: #299896;
}
.AnyTagClassName
{
color: #299896;
}
</style>
background-color css
<style>
a { background-color: #299896; }
a { background-color: rgb(41,152,150); }
div.DivClassName
{
background-color: #299896;
}
.BgClassName
{
background-color: #299896;
}
</style>
border-color css
<style>
span { border-color: #299896; }
span { border-color: rgb(41,152,150); }
td.TdClassName
{
border-color: #299896;
}
.TagClassName
{
border-color: #299896;
}
</style>