Shades of Java #298D8C
Tints of Java #298D8C
RGB
CMYK
RGB Variations
Color information
#298D8C (or 0x298D8C) is known color: Java. HEX triplet: 29, 8D and 8C. RGB value is (41,141,140). Sum of RGB (Red+Green+Blue) = 41+141+140=322 (42% of max value = 765). Red value is 41 (16.41% from 255 or 12.73% from 322); Green value is 141 (55.47% from 255 or 43.79% from 322); Blue value is 140 (55.08% from 255 or 43.48% from 322); Max value from RGB is 141 - color contains mainly: green. Hex color #298D8C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #298D8C is #D67273. Grayscale: #6E6E6E. Windows color (decimal): -14054004 or 9211177. OLE color: 9211177.
HSL color Cylindrical-coordinate representation of color #298D8C: hue angle of 179.4º 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 #298D8C is Cyan = 0.71, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 41 | 141 | 140 | - |
| CMYK | 0.71 | 0 | 0.01 | 0.45 |
| HSL | 179.4º | 0.55% | 0.36% | - |
| HSV(B) | 179.4º | 0.71% | 0.55% | - |
| XYZ | 15.17 | 21.41 | 28.14 | - |
| YUV | 110.99 | 144.37 | 78.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 141 | 140 | 0.71 | 0 | 0.01 | 0.45 | 179.4 | 0.55 | 0.36 |
| Hex | 29 | 8D | 8C | 47 | 0 | 1 | 2D | B3 | 37 | 24 |
| Octal | 51 | 215 | 214 | 107 | 0 | 1 | 55 | 263 | 67 | 44 |
| Binary | 101001 | 10001101 | 10001100 | 1000111 | 0 | 1 | 101101 | 10110011 | 110111 | 100100 |
Color Harmonies of #298D8C
Complementary color
Monochromatic Colors of #298D8C
Black with #298D8C
Text Example
Text Example
White with #298D8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #298D8C; }
p { color: rgb(41,141,140); }
H1.HeaderClassName
{
color: #298D8C;
}
.AnyTagClassName
{
color: #298D8C;
}
</style>
background-color css
<style>
a { background-color: #298D8C; }
a { background-color: rgb(41,141,140); }
div.DivClassName
{
background-color: #298D8C;
}
.BgClassName
{
background-color: #298D8C;
}
</style>
border-color css
<style>
span { border-color: #298D8C; }
span { border-color: rgb(41,141,140); }
td.TdClassName
{
border-color: #298D8C;
}
.TagClassName
{
border-color: #298D8C;
}
</style>