Shades of Java #289285
Tints of Java #289285
RGB
CMYK
RGB Variations
Color information
#289285 (or 0x289285) is known color: Java. HEX triplet: 28, 92 and 85. RGB value is (40,146,133). Sum of RGB (Red+Green+Blue) = 40+146+133=319 (42% of max value = 765). Red value is 40 (16.02% from 255 or 12.54% from 319); Green value is 146 (57.42% from 255 or 45.77% from 319); Blue value is 133 (52.34% from 255 or 41.69% from 319); Max value from RGB is 146 - color contains mainly: green. Hex color #289285 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #289285 is #D76D7A. Grayscale: #707070. Windows color (decimal): -14118267 or 8753704. OLE color: 8753704.
HSL color Cylindrical-coordinate representation of color #289285: hue angle of 172.64º 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 #289285 is Cyan = 0.73, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 40 | 146 | 133 | - |
| CMYK | 0.73 | 0 | 0.09 | 0.43 |
| HSL | 172.64º | 0.57% | 0.36% | - |
| HSV(B) | 172.64º | 0.73% | 0.57% | - |
| XYZ | 15.39 | 22.7 | 25.76 | - |
| YUV | 112.82 | 139.38 | 76.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 146 | 133 | 0.73 | 0 | 0.09 | 0.43 | 172.64 | 0.57 | 0.36 |
| Hex | 28 | 92 | 85 | 49 | 0 | 9 | 2B | AD | 39 | 24 |
| Octal | 50 | 222 | 205 | 111 | 0 | 11 | 53 | 255 | 71 | 44 |
| Binary | 101000 | 10010010 | 10000101 | 1001001 | 0 | 1001 | 101011 | 10101101 | 111001 | 100100 |
Color Harmonies of #289285
Complementary color
Monochromatic Colors of #289285
Black with #289285
Text Example
Text Example
White with #289285
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #289285; }
p { color: rgb(40,146,133); }
H1.HeaderClassName
{
color: #289285;
}
.AnyTagClassName
{
color: #289285;
}
</style>
background-color css
<style>
a { background-color: #289285; }
a { background-color: rgb(40,146,133); }
div.DivClassName
{
background-color: #289285;
}
.BgClassName
{
background-color: #289285;
}
</style>
border-color css
<style>
span { border-color: #289285; }
span { border-color: rgb(40,146,133); }
td.TdClassName
{
border-color: #289285;
}
.TagClassName
{
border-color: #289285;
}
</style>