Shades of Java #298E8C
Tints of Java #298E8C
RGB
CMYK
RGB Variations
Color information
#298E8C (or 0x298E8C) is known color: Java. HEX triplet: 29, 8E and 8C. RGB value is (41,142,140). Sum of RGB (Red+Green+Blue) = 41+142+140=323 (42% of max value = 765). Red value is 41 (16.41% from 255 or 12.69% from 323); Green value is 142 (55.86% from 255 or 43.96% from 323); Blue value is 140 (55.08% from 255 or 43.34% from 323); Max value from RGB is 142 - color contains mainly: green. Hex color #298E8C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #298E8C is #D67173. Grayscale: #6F6F6F. Windows color (decimal): -14053748 or 9211433. OLE color: 9211433.
HSL color Cylindrical-coordinate representation of color #298E8C: hue angle of 178.81º 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 #298E8C is Cyan = 0.71, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 41 | 142 | 140 | - |
| CMYK | 0.71 | 0 | 0.01 | 0.44 |
| HSL | 178.81º | 0.55% | 0.36% | - |
| HSV(B) | 178.81º | 0.71% | 0.56% | - |
| XYZ | 15.32 | 21.71 | 28.19 | - |
| YUV | 111.57 | 144.04 | 77.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 142 | 140 | 0.71 | 0 | 0.01 | 0.44 | 178.81 | 0.55 | 0.36 |
| Hex | 29 | 8E | 8C | 47 | 0 | 1 | 2C | B3 | 37 | 24 |
| Octal | 51 | 216 | 214 | 107 | 0 | 1 | 54 | 263 | 67 | 44 |
| Binary | 101001 | 10001110 | 10001100 | 1000111 | 0 | 1 | 101100 | 10110011 | 110111 | 100100 |
Color Harmonies of #298E8C
Complementary color
Monochromatic Colors of #298E8C
Black with #298E8C
Text Example
Text Example
White with #298E8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #298E8C; }
p { color: rgb(41,142,140); }
H1.HeaderClassName
{
color: #298E8C;
}
.AnyTagClassName
{
color: #298E8C;
}
</style>
background-color css
<style>
a { background-color: #298E8C; }
a { background-color: rgb(41,142,140); }
div.DivClassName
{
background-color: #298E8C;
}
.BgClassName
{
background-color: #298E8C;
}
</style>
border-color css
<style>
span { border-color: #298E8C; }
span { border-color: rgb(41,142,140); }
td.TdClassName
{
border-color: #298E8C;
}
.TagClassName
{
border-color: #298E8C;
}
</style>