Shades of Java #289889
Tints of Java #289889
RGB
CMYK
RGB Variations
Color information
#289889 (or 0x289889) is known color: Java. HEX triplet: 28, 98 and 89. RGB value is (40,152,137). Sum of RGB (Red+Green+Blue) = 40+152+137=329 (43% of max value = 765). Red value is 40 (16.02% from 255 or 12.16% from 329); Green value is 152 (59.77% from 255 or 46.20% from 329); Blue value is 137 (53.91% from 255 or 41.64% from 329); Max value from RGB is 152 - color contains mainly: green. Hex color #289889 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #289889 is #D76776. Grayscale: #747474. Windows color (decimal): -14116727 or 9017384. OLE color: 9017384.
HSL color Cylindrical-coordinate representation of color #289889: hue angle of 171.96º degrees, saturation: 0.58, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #289889 is Cyan = 0.74, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 40 | 152 | 137 | - |
| CMYK | 0.74 | 0 | 0.10 | 0.40 |
| HSL | 171.96º | 0.58% | 0.38% | - |
| HSV(B) | 171.96º | 0.74% | 0.6% | - |
| XYZ | 16.62 | 24.71 | 27.56 | - |
| YUV | 116.8 | 139.39 | 73.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 152 | 137 | 0.74 | 0 | 0.10 | 0.40 | 171.96 | 0.58 | 0.38 |
| Hex | 28 | 98 | 89 | 4A | 0 | A | 28 | AC | 3A | 26 |
| Octal | 50 | 230 | 211 | 112 | 0 | 12 | 50 | 254 | 72 | 46 |
| Binary | 101000 | 10011000 | 10001001 | 1001010 | 0 | 1010 | 101000 | 10101100 | 111010 | 100110 |
Color Harmonies of #289889
Complementary color
Monochromatic Colors of #289889
Black with #289889
Text Example
Text Example
White with #289889
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #289889; }
p { color: rgb(40,152,137); }
H1.HeaderClassName
{
color: #289889;
}
.AnyTagClassName
{
color: #289889;
}
</style>
background-color css
<style>
a { background-color: #289889; }
a { background-color: rgb(40,152,137); }
div.DivClassName
{
background-color: #289889;
}
.BgClassName
{
background-color: #289889;
}
</style>
border-color css
<style>
span { border-color: #289889; }
span { border-color: rgb(40,152,137); }
td.TdClassName
{
border-color: #289889;
}
.TagClassName
{
border-color: #289889;
}
</style>