Shades of Java #289695
Tints of Java #289695
RGB
CMYK
RGB Variations
Color information
#289695 (or 0x289695) is known color: Java. HEX triplet: 28, 96 and 95. RGB value is (40,150,149). Sum of RGB (Red+Green+Blue) = 40+150+149=339 (44% of max value = 765). Red value is 40 (16.02% from 255 or 11.80% from 339); Green value is 150 (58.98% from 255 or 44.25% from 339); Blue value is 149 (58.59% from 255 or 43.95% from 339); Max value from RGB is 150 - color contains mainly: green. Hex color #289695 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #289695 is #D7696A. Grayscale: #747474. Windows color (decimal): -14117227 or 9803304. OLE color: 9803304.
HSL color Cylindrical-coordinate representation of color #289695: hue angle of 179.45º degrees, saturation: 0.58, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #289695 is Cyan = 0.73, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 40 | 150 | 149 | - |
| CMYK | 0.73 | 0 | 0.01 | 0.41 |
| HSL | 179.45º | 0.58% | 0.37% | - |
| HSV(B) | 179.45º | 0.73% | 0.59% | - |
| XYZ | 17.21 | 24.43 | 32.24 | - |
| YUV | 117 | 146.06 | 73.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 150 | 149 | 0.73 | 0 | 0.01 | 0.41 | 179.45 | 0.58 | 0.37 |
| Hex | 28 | 96 | 95 | 49 | 0 | 1 | 29 | B3 | 3A | 25 |
| Octal | 50 | 226 | 225 | 111 | 0 | 1 | 51 | 263 | 72 | 45 |
| Binary | 101000 | 10010110 | 10010101 | 1001001 | 0 | 1 | 101001 | 10110011 | 111010 | 100101 |
Color Harmonies of #289695
Complementary color
Monochromatic Colors of #289695
Black with #289695
Text Example
Text Example
White with #289695
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #289695; }
p { color: rgb(40,150,149); }
H1.HeaderClassName
{
color: #289695;
}
.AnyTagClassName
{
color: #289695;
}
</style>
background-color css
<style>
a { background-color: #289695; }
a { background-color: rgb(40,150,149); }
div.DivClassName
{
background-color: #289695;
}
.BgClassName
{
background-color: #289695;
}
</style>
border-color css
<style>
span { border-color: #289695; }
span { border-color: rgb(40,150,149); }
td.TdClassName
{
border-color: #289695;
}
.TagClassName
{
border-color: #289695;
}
</style>