Shades of Java #298C85
Tints of Java #298C85
RGB
CMYK
RGB Variations
Color information
#298C85 (or 0x298C85) is known color: Java. HEX triplet: 29, 8C and 85. RGB value is (41,140,133). Sum of RGB (Red+Green+Blue) = 41+140+133=314 (41% of max value = 765). Red value is 41 (16.41% from 255 or 13.06% from 314); Green value is 140 (55.08% from 255 or 44.59% from 314); Blue value is 133 (52.34% from 255 or 42.36% from 314); Max value from RGB is 140 - color contains mainly: green. Hex color #298C85 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #298C85 is #D6737A. Grayscale: #6D6D6D. Windows color (decimal): -14054267 or 8752169. OLE color: 8752169.
HSL color Cylindrical-coordinate representation of color #298C85: hue angle of 175.76º degrees, saturation: 0.55, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #298C85 is Cyan = 0.71, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 41 | 140 | 133 | - |
| CMYK | 0.71 | 0 | 0.05 | 0.45 |
| HSL | 175.76º | 0.55% | 0.35% | - |
| HSV(B) | 175.76º | 0.71% | 0.55% | - |
| XYZ | 14.53 | 20.92 | 25.46 | - |
| YUV | 109.6 | 141.2 | 79.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 140 | 133 | 0.71 | 0 | 0.05 | 0.45 | 175.76 | 0.55 | 0.35 |
| Hex | 29 | 8C | 85 | 47 | 0 | 5 | 2D | B0 | 37 | 23 |
| Octal | 51 | 214 | 205 | 107 | 0 | 5 | 55 | 260 | 67 | 43 |
| Binary | 101001 | 10001100 | 10000101 | 1000111 | 0 | 101 | 101101 | 10110000 | 110111 | 100011 |
Color Harmonies of #298C85
Complementary color
Monochromatic Colors of #298C85
Black with #298C85
Text Example
Text Example
White with #298C85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #298C85; }
p { color: rgb(41,140,133); }
H1.HeaderClassName
{
color: #298C85;
}
.AnyTagClassName
{
color: #298C85;
}
</style>
background-color css
<style>
a { background-color: #298C85; }
a { background-color: rgb(41,140,133); }
div.DivClassName
{
background-color: #298C85;
}
.BgClassName
{
background-color: #298C85;
}
</style>
border-color css
<style>
span { border-color: #298C85; }
span { border-color: rgb(41,140,133); }
td.TdClassName
{
border-color: #298C85;
}
.TagClassName
{
border-color: #298C85;
}
</style>