Shades of Java #289892
Tints of Java #289892
RGB
CMYK
RGB Variations
Color information
#289892 (or 0x289892) is known color: Java. HEX triplet: 28, 98 and 92. RGB value is (40,152,146). Sum of RGB (Red+Green+Blue) = 40+152+146=338 (44% of max value = 765). Red value is 40 (16.02% from 255 or 11.83% from 338); Green value is 152 (59.77% from 255 or 44.97% from 338); Blue value is 146 (57.42% from 255 or 43.20% from 338); Max value from RGB is 152 - color contains mainly: green. Hex color #289892 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #289892 is #D7676D. Grayscale: #757575. Windows color (decimal): -14116718 or 9607208. OLE color: 9607208.
HSL color Cylindrical-coordinate representation of color #289892: hue angle of 176.79º degrees, saturation: 0.58, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #289892 is Cyan = 0.74, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 40 | 152 | 146 | - |
| CMYK | 0.74 | 0 | 0.04 | 0.40 |
| HSL | 176.79º | 0.58% | 0.38% | - |
| HSV(B) | 176.79º | 0.74% | 0.6% | - |
| XYZ | 17.29 | 24.98 | 31.1 | - |
| YUV | 117.83 | 143.89 | 72.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 152 | 146 | 0.74 | 0 | 0.04 | 0.40 | 176.79 | 0.58 | 0.38 |
| Hex | 28 | 98 | 92 | 4A | 0 | 4 | 28 | B1 | 3A | 26 |
| Octal | 50 | 230 | 222 | 112 | 0 | 4 | 50 | 261 | 72 | 46 |
| Binary | 101000 | 10011000 | 10010010 | 1001010 | 0 | 100 | 101000 | 10110001 | 111010 | 100110 |
Color Harmonies of #289892
Complementary color
Monochromatic Colors of #289892
Black with #289892
Text Example
Text Example
White with #289892
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #289892; }
p { color: rgb(40,152,146); }
H1.HeaderClassName
{
color: #289892;
}
.AnyTagClassName
{
color: #289892;
}
</style>
background-color css
<style>
a { background-color: #289892; }
a { background-color: rgb(40,152,146); }
div.DivClassName
{
background-color: #289892;
}
.BgClassName
{
background-color: #289892;
}
</style>
border-color css
<style>
span { border-color: #289892; }
span { border-color: rgb(40,152,146); }
td.TdClassName
{
border-color: #289892;
}
.TagClassName
{
border-color: #289892;
}
</style>