Shades of Java #298D86
Tints of Java #298D86
RGB
CMYK
RGB Variations
Color information
#298D86 (or 0x298D86) is known color: Java. HEX triplet: 29, 8D and 86. RGB value is (41,141,134). Sum of RGB (Red+Green+Blue) = 41+141+134=316 (41% of max value = 765). Red value is 41 (16.41% from 255 or 12.97% from 316); Green value is 141 (55.47% from 255 or 44.62% from 316); Blue value is 134 (52.73% from 255 or 42.41% from 316); Max value from RGB is 141 - color contains mainly: green. Hex color #298D86 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #298D86 is #D67279. Grayscale: #6E6E6E. Windows color (decimal): -14054010 or 8817961. OLE color: 8817961.
HSL color Cylindrical-coordinate representation of color #298D86: hue angle of 175.8º 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 #298D86 is Cyan = 0.71, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 41 | 141 | 134 | - |
| CMYK | 0.71 | 0 | 0.05 | 0.45 |
| HSL | 175.8º | 0.55% | 0.36% | - |
| HSV(B) | 175.8º | 0.71% | 0.55% | - |
| XYZ | 14.74 | 21.24 | 25.88 | - |
| YUV | 110.3 | 141.37 | 78.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 141 | 134 | 0.71 | 0 | 0.05 | 0.45 | 175.8 | 0.55 | 0.36 |
| Hex | 29 | 8D | 86 | 47 | 0 | 5 | 2D | B0 | 37 | 24 |
| Octal | 51 | 215 | 206 | 107 | 0 | 5 | 55 | 260 | 67 | 44 |
| Binary | 101001 | 10001101 | 10000110 | 1000111 | 0 | 101 | 101101 | 10110000 | 110111 | 100100 |
Color Harmonies of #298D86
Complementary color
Monochromatic Colors of #298D86
Black with #298D86
Text Example
Text Example
White with #298D86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #298D86; }
p { color: rgb(41,141,134); }
H1.HeaderClassName
{
color: #298D86;
}
.AnyTagClassName
{
color: #298D86;
}
</style>
background-color css
<style>
a { background-color: #298D86; }
a { background-color: rgb(41,141,134); }
div.DivClassName
{
background-color: #298D86;
}
.BgClassName
{
background-color: #298D86;
}
</style>
border-color css
<style>
span { border-color: #298D86; }
span { border-color: rgb(41,141,134); }
td.TdClassName
{
border-color: #298D86;
}
.TagClassName
{
border-color: #298D86;
}
</style>