Shades of Java #289590
Tints of Java #289590
RGB
CMYK
RGB Variations
Color information
#289590 (or 0x289590) is known color: Java. HEX triplet: 28, 95 and 90. RGB value is (40,149,144). Sum of RGB (Red+Green+Blue) = 40+149+144=333 (44% of max value = 765). Red value is 40 (16.02% from 255 or 12.01% from 333); Green value is 149 (58.59% from 255 or 44.74% from 333); Blue value is 144 (56.64% from 255 or 43.24% from 333); Max value from RGB is 149 - color contains mainly: green. Hex color #289590 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #289590 is #D76A6F. Grayscale: #737373. Windows color (decimal): -14117488 or 9475368. OLE color: 9475368.
HSL color Cylindrical-coordinate representation of color #289590: hue angle of 177.25º degrees, saturation: 0.58, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #289590 is Cyan = 0.73, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 40 | 149 | 144 | - |
| CMYK | 0.73 | 0 | 0.03 | 0.42 |
| HSL | 177.25º | 0.58% | 0.37% | - |
| HSV(B) | 177.25º | 0.73% | 0.58% | - |
| XYZ | 16.66 | 23.96 | 30.13 | - |
| YUV | 115.84 | 143.89 | 73.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 149 | 144 | 0.73 | 0 | 0.03 | 0.42 | 177.25 | 0.58 | 0.37 |
| Hex | 28 | 95 | 90 | 49 | 0 | 3 | 2A | B1 | 3A | 25 |
| Octal | 50 | 225 | 220 | 111 | 0 | 3 | 52 | 261 | 72 | 45 |
| Binary | 101000 | 10010101 | 10010000 | 1001001 | 0 | 11 | 101010 | 10110001 | 111010 | 100101 |
Color Harmonies of #289590
Complementary color
Monochromatic Colors of #289590
Black with #289590
Text Example
Text Example
White with #289590
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #289590; }
p { color: rgb(40,149,144); }
H1.HeaderClassName
{
color: #289590;
}
.AnyTagClassName
{
color: #289590;
}
</style>
background-color css
<style>
a { background-color: #289590; }
a { background-color: rgb(40,149,144); }
div.DivClassName
{
background-color: #289590;
}
.BgClassName
{
background-color: #289590;
}
</style>
border-color css
<style>
span { border-color: #289590; }
span { border-color: rgb(40,149,144); }
td.TdClassName
{
border-color: #289590;
}
.TagClassName
{
border-color: #289590;
}
</style>