Shades of Java #28948C
Tints of Java #28948C
RGB
CMYK
RGB Variations
Color information
#28948C (or 0x28948C) is known color: Java. HEX triplet: 28, 94 and 8C. RGB value is (40,148,140). Sum of RGB (Red+Green+Blue) = 40+148+140=328 (43% of max value = 765). Red value is 40 (16.02% from 255 or 12.20% from 328); Green value is 148 (58.20% from 255 or 45.12% from 328); Blue value is 140 (55.08% from 255 or 42.68% from 328); Max value from RGB is 148 - color contains mainly: green. Hex color #28948C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #28948C is #D76B73. Grayscale: #727272. Windows color (decimal): -14117748 or 9212968. OLE color: 9212968.
HSL color Cylindrical-coordinate representation of color #28948C: hue angle of 175.56º degrees, saturation: 0.57, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #28948C is Cyan = 0.73, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 40 | 148 | 140 | - |
| CMYK | 0.73 | 0 | 0.05 | 0.42 |
| HSL | 175.56º | 0.57% | 0.37% | - |
| HSV(B) | 175.56º | 0.73% | 0.58% | - |
| XYZ | 16.2 | 23.52 | 28.5 | - |
| YUV | 114.8 | 142.22 | 74.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 148 | 140 | 0.73 | 0 | 0.05 | 0.42 | 175.56 | 0.57 | 0.37 |
| Hex | 28 | 94 | 8C | 49 | 0 | 5 | 2A | B0 | 39 | 25 |
| Octal | 50 | 224 | 214 | 111 | 0 | 5 | 52 | 260 | 71 | 45 |
| Binary | 101000 | 10010100 | 10001100 | 1001001 | 0 | 101 | 101010 | 10110000 | 111001 | 100101 |
Color Harmonies of #28948C
Complementary color
Monochromatic Colors of #28948C
Black with #28948C
Text Example
Text Example
White with #28948C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28948C; }
p { color: rgb(40,148,140); }
H1.HeaderClassName
{
color: #28948C;
}
.AnyTagClassName
{
color: #28948C;
}
</style>
background-color css
<style>
a { background-color: #28948C; }
a { background-color: rgb(40,148,140); }
div.DivClassName
{
background-color: #28948C;
}
.BgClassName
{
background-color: #28948C;
}
</style>
border-color css
<style>
span { border-color: #28948C; }
span { border-color: rgb(40,148,140); }
td.TdClassName
{
border-color: #28948C;
}
.TagClassName
{
border-color: #28948C;
}
</style>