Shades of Java #28898E
Tints of Java #28898E
RGB
CMYK
RGB Variations
Color information
#28898E (or 0x28898E) is known color: Java. HEX triplet: 28, 89 and 8E. RGB value is (40,137,142). Sum of RGB (Red+Green+Blue) = 40+137+142=319 (42% of max value = 765). Red value is 40 (16.02% from 255 or 12.54% from 319); Green value is 137 (53.91% from 255 or 42.95% from 319); Blue value is 142 (55.86% from 255 or 44.51% from 319); Max value from RGB is 142 - color contains mainly: blue. Hex color #28898E is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #28898E is #D77671. Grayscale: #6C6C6C. Windows color (decimal): -14120562 or 9341224. OLE color: 9341224.
HSL color Cylindrical-coordinate representation of color #28898E: hue angle of 182.94º degrees, saturation: 0.56, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #28898E is Cyan = 0.72, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 40 | 137 | 142 | - |
| CMYK | 0.72 | 0.04 | 0 | 0.44 |
| HSL | 182.94º | 0.56% | 0.36% | - |
| HSV(B) | 182.94º | 0.72% | 0.56% | - |
| XYZ | 14.7 | 20.3 | 28.73 | - |
| YUV | 108.57 | 146.86 | 79.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 137 | 142 | 0.72 | 0.04 | 0 | 0.44 | 182.94 | 0.56 | 0.36 |
| Hex | 28 | 89 | 8E | 48 | 4 | 0 | 2C | B7 | 38 | 24 |
| Octal | 50 | 211 | 216 | 110 | 4 | 0 | 54 | 267 | 70 | 44 |
| Binary | 101000 | 10001001 | 10001110 | 1001000 | 100 | 0 | 101100 | 10110111 | 111000 | 100100 |
Color Harmonies of #28898E
Complementary color
Monochromatic Colors of #28898E
Black with #28898E
Text Example
Text Example
White with #28898E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28898E; }
p { color: rgb(40,137,142); }
H1.HeaderClassName
{
color: #28898E;
}
.AnyTagClassName
{
color: #28898E;
}
</style>
background-color css
<style>
a { background-color: #28898E; }
a { background-color: rgb(40,137,142); }
div.DivClassName
{
background-color: #28898E;
}
.BgClassName
{
background-color: #28898E;
}
</style>
border-color css
<style>
span { border-color: #28898E; }
span { border-color: rgb(40,137,142); }
td.TdClassName
{
border-color: #28898E;
}
.TagClassName
{
border-color: #28898E;
}
</style>