Shades of Java #298D89
Tints of Java #298D89
RGB
CMYK
RGB Variations
Color information
#298D89 (or 0x298D89) is known color: Java. HEX triplet: 29, 8D and 89. RGB value is (41,141,137). Sum of RGB (Red+Green+Blue) = 41+141+137=319 (42% of max value = 765). Red value is 41 (16.41% from 255 or 12.85% from 319); Green value is 141 (55.47% from 255 or 44.20% from 319); Blue value is 137 (53.91% from 255 or 42.95% from 319); Max value from RGB is 141 - color contains mainly: green. Hex color #298D89 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #298D89 is #D67276. Grayscale: #6E6E6E. Windows color (decimal): -14054007 or 9014569. OLE color: 9014569.
HSL color Cylindrical-coordinate representation of color #298D89: hue angle of 177.6º degrees, saturation: 0.55, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #298D89 is Cyan = 0.71, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 41 | 141 | 137 | - |
| CMYK | 0.71 | 0 | 0.03 | 0.45 |
| HSL | 177.6º | 0.55% | 0.36% | - |
| HSV(B) | 177.6º | 0.71% | 0.55% | - |
| XYZ | 14.95 | 21.33 | 27 | - |
| YUV | 110.64 | 142.87 | 78.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 141 | 137 | 0.71 | 0 | 0.03 | 0.45 | 177.6 | 0.55 | 0.36 |
| Hex | 29 | 8D | 89 | 47 | 0 | 3 | 2D | B2 | 37 | 24 |
| Octal | 51 | 215 | 211 | 107 | 0 | 3 | 55 | 262 | 67 | 44 |
| Binary | 101001 | 10001101 | 10001001 | 1000111 | 0 | 11 | 101101 | 10110010 | 110111 | 100100 |
Color Harmonies of #298D89
Complementary color
Monochromatic Colors of #298D89
Black with #298D89
Text Example
Text Example
White with #298D89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #298D89; }
p { color: rgb(41,141,137); }
H1.HeaderClassName
{
color: #298D89;
}
.AnyTagClassName
{
color: #298D89;
}
</style>
background-color css
<style>
a { background-color: #298D89; }
a { background-color: rgb(41,141,137); }
div.DivClassName
{
background-color: #298D89;
}
.BgClassName
{
background-color: #298D89;
}
</style>
border-color css
<style>
span { border-color: #298D89; }
span { border-color: rgb(41,141,137); }
td.TdClassName
{
border-color: #298D89;
}
.TagClassName
{
border-color: #298D89;
}
</style>