Shades of Java #289286
Tints of Java #289286
RGB
CMYK
RGB Variations
Color information
#289286 (or 0x289286) is known color: Java. HEX triplet: 28, 92 and 86. RGB value is (40,146,134). Sum of RGB (Red+Green+Blue) = 40+146+134=320 (42% of max value = 765). Red value is 40 (16.02% from 255 or 12.5% from 320); Green value is 146 (57.42% from 255 or 45.62% from 320); Blue value is 134 (52.73% from 255 or 41.88% from 320); Max value from RGB is 146 - color contains mainly: green. Hex color #289286 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #289286 is #D76D79. Grayscale: #707070. Windows color (decimal): -14118266 or 8819240. OLE color: 8819240.
HSL color Cylindrical-coordinate representation of color #289286: hue angle of 173.21º degrees, saturation: 0.57, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #289286 is Cyan = 0.73, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 40 | 146 | 134 | - |
| CMYK | 0.73 | 0 | 0.08 | 0.43 |
| HSL | 173.21º | 0.57% | 0.36% | - |
| HSV(B) | 173.21º | 0.73% | 0.57% | - |
| XYZ | 15.46 | 22.73 | 26.13 | - |
| YUV | 112.94 | 139.88 | 75.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 146 | 134 | 0.73 | 0 | 0.08 | 0.43 | 173.21 | 0.57 | 0.36 |
| Hex | 28 | 92 | 86 | 49 | 0 | 8 | 2B | AD | 39 | 24 |
| Octal | 50 | 222 | 206 | 111 | 0 | 10 | 53 | 255 | 71 | 44 |
| Binary | 101000 | 10010010 | 10000110 | 1001001 | 0 | 1000 | 101011 | 10101101 | 111001 | 100100 |
Color Harmonies of #289286
Complementary color
Monochromatic Colors of #289286
Black with #289286
Text Example
Text Example
White with #289286
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #289286; }
p { color: rgb(40,146,134); }
H1.HeaderClassName
{
color: #289286;
}
.AnyTagClassName
{
color: #289286;
}
</style>
background-color css
<style>
a { background-color: #289286; }
a { background-color: rgb(40,146,134); }
div.DivClassName
{
background-color: #289286;
}
.BgClassName
{
background-color: #289286;
}
</style>
border-color css
<style>
span { border-color: #289286; }
span { border-color: rgb(40,146,134); }
td.TdClassName
{
border-color: #289286;
}
.TagClassName
{
border-color: #289286;
}
</style>