Shades of Java #289289
Tints of Java #289289
RGB
CMYK
RGB Variations
Color information
#289289 (or 0x289289) is known color: Java. HEX triplet: 28, 92 and 89. RGB value is (40,146,137). Sum of RGB (Red+Green+Blue) = 40+146+137=323 (42% of max value = 765). Red value is 40 (16.02% from 255 or 12.38% from 323); Green value is 146 (57.42% from 255 or 45.20% from 323); Blue value is 137 (53.91% from 255 or 42.41% from 323); Max value from RGB is 146 - color contains mainly: green. Hex color #289289 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #289289 is #D76D76. Grayscale: #717171. Windows color (decimal): -14118263 or 9015848. OLE color: 9015848.
HSL color Cylindrical-coordinate representation of color #289289: hue angle of 174.91º 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 #289289 is Cyan = 0.73, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 40 | 146 | 137 | - |
| CMYK | 0.73 | 0 | 0.06 | 0.43 |
| HSL | 174.91º | 0.57% | 0.36% | - |
| HSV(B) | 174.91º | 0.73% | 0.57% | - |
| XYZ | 15.67 | 22.82 | 27.24 | - |
| YUV | 113.28 | 141.38 | 75.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 146 | 137 | 0.73 | 0 | 0.06 | 0.43 | 174.91 | 0.57 | 0.36 |
| Hex | 28 | 92 | 89 | 49 | 0 | 6 | 2B | AF | 39 | 24 |
| Octal | 50 | 222 | 211 | 111 | 0 | 6 | 53 | 257 | 71 | 44 |
| Binary | 101000 | 10010010 | 10001001 | 1001001 | 0 | 110 | 101011 | 10101111 | 111001 | 100100 |
Color Harmonies of #289289
Complementary color
Monochromatic Colors of #289289
Black with #289289
Text Example
Text Example
White with #289289
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #289289; }
p { color: rgb(40,146,137); }
H1.HeaderClassName
{
color: #289289;
}
.AnyTagClassName
{
color: #289289;
}
</style>
background-color css
<style>
a { background-color: #289289; }
a { background-color: rgb(40,146,137); }
div.DivClassName
{
background-color: #289289;
}
.BgClassName
{
background-color: #289289;
}
</style>
border-color css
<style>
span { border-color: #289289; }
span { border-color: rgb(40,146,137); }
td.TdClassName
{
border-color: #289289;
}
.TagClassName
{
border-color: #289289;
}
</style>