Shades of Java #289388
Tints of Java #289388
RGB
CMYK
RGB Variations
Color information
#289388 (or 0x289388) is known color: Java. HEX triplet: 28, 93 and 88. RGB value is (40,147,136). Sum of RGB (Red+Green+Blue) = 40+147+136=323 (42% of max value = 765). Red value is 40 (16.02% from 255 or 12.38% from 323); Green value is 147 (57.81% from 255 or 45.51% from 323); Blue value is 136 (53.52% from 255 or 42.11% from 323); Max value from RGB is 147 - color contains mainly: green. Hex color #289388 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #289388 is #D76C77. Grayscale: #717171. Windows color (decimal): -14118008 or 8950568. OLE color: 8950568.
HSL color Cylindrical-coordinate representation of color #289388: hue angle of 173.83º degrees, saturation: 0.57, 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 #289388 is Cyan = 0.73, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 40 | 147 | 136 | - |
| CMYK | 0.73 | 0 | 0.07 | 0.42 |
| HSL | 173.83º | 0.57% | 0.37% | - |
| HSV(B) | 173.83º | 0.73% | 0.58% | - |
| XYZ | 15.75 | 23.1 | 26.92 | - |
| YUV | 113.75 | 140.55 | 75.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 147 | 136 | 0.73 | 0 | 0.07 | 0.42 | 173.83 | 0.57 | 0.37 |
| Hex | 28 | 93 | 88 | 49 | 0 | 7 | 2A | AE | 39 | 25 |
| Octal | 50 | 223 | 210 | 111 | 0 | 7 | 52 | 256 | 71 | 45 |
| Binary | 101000 | 10010011 | 10001000 | 1001001 | 0 | 111 | 101010 | 10101110 | 111001 | 100101 |
Color Harmonies of #289388
Complementary color
Monochromatic Colors of #289388
Black with #289388
Text Example
Text Example
White with #289388
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #289388; }
p { color: rgb(40,147,136); }
H1.HeaderClassName
{
color: #289388;
}
.AnyTagClassName
{
color: #289388;
}
</style>
background-color css
<style>
a { background-color: #289388; }
a { background-color: rgb(40,147,136); }
div.DivClassName
{
background-color: #289388;
}
.BgClassName
{
background-color: #289388;
}
</style>
border-color css
<style>
span { border-color: #289388; }
span { border-color: rgb(40,147,136); }
td.TdClassName
{
border-color: #289388;
}
.TagClassName
{
border-color: #289388;
}
</style>