Shades of Java #298D92
Tints of Java #298D92
RGB
CMYK
RGB Variations
Color information
#298D92 (or 0x298D92) is known color: Java. HEX triplet: 29, 8D and 92. RGB value is (41,141,146). Sum of RGB (Red+Green+Blue) = 41+141+146=328 (43% of max value = 765). Red value is 41 (16.41% from 255 or 12.5% from 328); Green value is 141 (55.47% from 255 or 42.99% from 328); Blue value is 146 (57.42% from 255 or 44.51% from 328); Max value from RGB is 146 - color contains mainly: blue. Hex color #298D92 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #298D92 is #D6726D. Grayscale: #6F6F6F. Windows color (decimal): -14053998 or 9604393. OLE color: 9604393.
HSL color Cylindrical-coordinate representation of color #298D92: hue angle of 182.86º degrees, saturation: 0.56, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #298D92 is Cyan = 0.72, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 41 | 141 | 146 | - |
| CMYK | 0.72 | 0.03 | 0 | 0.43 |
| HSL | 182.86º | 0.56% | 0.37% | - |
| HSV(B) | 182.86º | 0.72% | 0.57% | - |
| XYZ | 15.63 | 21.6 | 30.54 | - |
| YUV | 111.67 | 147.37 | 77.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 141 | 146 | 0.72 | 0.03 | 0 | 0.43 | 182.86 | 0.56 | 0.37 |
| Hex | 29 | 8D | 92 | 48 | 3 | 0 | 2B | B7 | 38 | 25 |
| Octal | 51 | 215 | 222 | 110 | 3 | 0 | 53 | 267 | 70 | 45 |
| Binary | 101001 | 10001101 | 10010010 | 1001000 | 11 | 0 | 101011 | 10110111 | 111000 | 100101 |
Color Harmonies of #298D92
Complementary color
Monochromatic Colors of #298D92
Black with #298D92
Text Example
Text Example
White with #298D92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #298D92; }
p { color: rgb(41,141,146); }
H1.HeaderClassName
{
color: #298D92;
}
.AnyTagClassName
{
color: #298D92;
}
</style>
background-color css
<style>
a { background-color: #298D92; }
a { background-color: rgb(41,141,146); }
div.DivClassName
{
background-color: #298D92;
}
.BgClassName
{
background-color: #298D92;
}
</style>
border-color css
<style>
span { border-color: #298D92; }
span { border-color: rgb(41,141,146); }
td.TdClassName
{
border-color: #298D92;
}
.TagClassName
{
border-color: #298D92;
}
</style>