Shades of Java #289290
Tints of Java #289290
RGB
CMYK
RGB Variations
Color information
#289290 (or 0x289290) is known color: Java. HEX triplet: 28, 92 and 90. RGB value is (40,146,144). Sum of RGB (Red+Green+Blue) = 40+146+144=330 (43% of max value = 765). Red value is 40 (16.02% from 255 or 12.12% from 330); Green value is 146 (57.42% from 255 or 44.24% from 330); Blue value is 144 (56.64% from 255 or 43.64% from 330); Max value from RGB is 146 - color contains mainly: green. Hex color #289290 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #289290 is #D76D6F. Grayscale: #717171. Windows color (decimal): -14118256 or 9474600. OLE color: 9474600.
HSL color Cylindrical-coordinate representation of color #289290: hue angle of 178.87º 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 #289290 is Cyan = 0.73, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 40 | 146 | 144 | - |
| CMYK | 0.73 | 0 | 0.01 | 0.43 |
| HSL | 178.87º | 0.57% | 0.36% | - |
| HSV(B) | 178.87º | 0.73% | 0.57% | - |
| XYZ | 16.19 | 23.02 | 29.98 | - |
| YUV | 114.08 | 144.88 | 75.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 146 | 144 | 0.73 | 0 | 0.01 | 0.43 | 178.87 | 0.57 | 0.36 |
| Hex | 28 | 92 | 90 | 49 | 0 | 1 | 2B | B3 | 39 | 24 |
| Octal | 50 | 222 | 220 | 111 | 0 | 1 | 53 | 263 | 71 | 44 |
| Binary | 101000 | 10010010 | 10010000 | 1001001 | 0 | 1 | 101011 | 10110011 | 111001 | 100100 |
Color Harmonies of #289290
Complementary color
Monochromatic Colors of #289290
Black with #289290
Text Example
Text Example
White with #289290
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #289290; }
p { color: rgb(40,146,144); }
H1.HeaderClassName
{
color: #289290;
}
.AnyTagClassName
{
color: #289290;
}
</style>
background-color css
<style>
a { background-color: #289290; }
a { background-color: rgb(40,146,144); }
div.DivClassName
{
background-color: #289290;
}
.BgClassName
{
background-color: #289290;
}
</style>
border-color css
<style>
span { border-color: #289290; }
span { border-color: rgb(40,146,144); }
td.TdClassName
{
border-color: #289290;
}
.TagClassName
{
border-color: #289290;
}
</style>