Shades of Java #298E88
Tints of Java #298E88
RGB
CMYK
RGB Variations
Color information
#298E88 (or 0x298E88) is known color: Java. HEX triplet: 29, 8E and 88. RGB value is (41,142,136). Sum of RGB (Red+Green+Blue) = 41+142+136=319 (42% of max value = 765). Red value is 41 (16.41% from 255 or 12.85% from 319); Green value is 142 (55.86% from 255 or 44.51% from 319); Blue value is 136 (53.52% from 255 or 42.63% from 319); Max value from RGB is 142 - color contains mainly: green. Hex color #298E88 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #298E88 is #D67177. Grayscale: #6F6F6F. Windows color (decimal): -14053752 or 8949289. OLE color: 8949289.
HSL color Cylindrical-coordinate representation of color #298E88: hue angle of 176.44º degrees, saturation: 0.55, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #298E88 is Cyan = 0.71, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 41 | 142 | 136 | - |
| CMYK | 0.71 | 0 | 0.04 | 0.44 |
| HSL | 176.44º | 0.55% | 0.36% | - |
| HSV(B) | 176.44º | 0.71% | 0.56% | - |
| XYZ | 15.03 | 21.6 | 26.67 | - |
| YUV | 111.12 | 142.04 | 77.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 142 | 136 | 0.71 | 0 | 0.04 | 0.44 | 176.44 | 0.55 | 0.36 |
| Hex | 29 | 8E | 88 | 47 | 0 | 4 | 2C | B0 | 37 | 24 |
| Octal | 51 | 216 | 210 | 107 | 0 | 4 | 54 | 260 | 67 | 44 |
| Binary | 101001 | 10001110 | 10001000 | 1000111 | 0 | 100 | 101100 | 10110000 | 110111 | 100100 |
Color Harmonies of #298E88
Complementary color
Monochromatic Colors of #298E88
Black with #298E88
Text Example
Text Example
White with #298E88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #298E88; }
p { color: rgb(41,142,136); }
H1.HeaderClassName
{
color: #298E88;
}
.AnyTagClassName
{
color: #298E88;
}
</style>
background-color css
<style>
a { background-color: #298E88; }
a { background-color: rgb(41,142,136); }
div.DivClassName
{
background-color: #298E88;
}
.BgClassName
{
background-color: #298E88;
}
</style>
border-color css
<style>
span { border-color: #298E88; }
span { border-color: rgb(41,142,136); }
td.TdClassName
{
border-color: #298E88;
}
.TagClassName
{
border-color: #298E88;
}
</style>