Shades of Java #289183
Tints of Java #289183
RGB
CMYK
RGB Variations
Color information
#289183 (or 0x289183) is known color: Java. HEX triplet: 28, 91 and 83. RGB value is (40,145,131). Sum of RGB (Red+Green+Blue) = 40+145+131=316 (41% of max value = 765). Red value is 40 (16.02% from 255 or 12.66% from 316); Green value is 145 (57.03% from 255 or 45.89% from 316); Blue value is 131 (51.56% from 255 or 41.46% from 316); Max value from RGB is 145 - color contains mainly: green. Hex color #289183 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #289183 is #D76E7C. Grayscale: #6F6F6F. Windows color (decimal): -14118525 or 8622376. OLE color: 8622376.
HSL color Cylindrical-coordinate representation of color #289183: hue angle of 172º degrees, saturation: 0.57, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #289183 is Cyan = 0.72, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 40 | 145 | 131 | - |
| CMYK | 0.72 | 0 | 0.10 | 0.43 |
| HSL | 172º | 0.57% | 0.36% | - |
| HSV(B) | 172º | 0.72% | 0.57% | - |
| XYZ | 15.1 | 22.34 | 24.99 | - |
| YUV | 112.01 | 138.71 | 76.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 145 | 131 | 0.72 | 0 | 0.10 | 0.43 | 172 | 0.57 | 0.36 |
| Hex | 28 | 91 | 83 | 48 | 0 | A | 2B | AC | 39 | 24 |
| Octal | 50 | 221 | 203 | 110 | 0 | 12 | 53 | 254 | 71 | 44 |
| Binary | 101000 | 10010001 | 10000011 | 1001000 | 0 | 1010 | 101011 | 10101100 | 111001 | 100100 |
Color Harmonies of #289183
Complementary color
Monochromatic Colors of #289183
Black with #289183
Text Example
Text Example
White with #289183
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #289183; }
p { color: rgb(40,145,131); }
H1.HeaderClassName
{
color: #289183;
}
.AnyTagClassName
{
color: #289183;
}
</style>
background-color css
<style>
a { background-color: #289183; }
a { background-color: rgb(40,145,131); }
div.DivClassName
{
background-color: #289183;
}
.BgClassName
{
background-color: #289183;
}
</style>
border-color css
<style>
span { border-color: #289183; }
span { border-color: rgb(40,145,131); }
td.TdClassName
{
border-color: #289183;
}
.TagClassName
{
border-color: #289183;
}
</style>