Shades of Java #28948B
Tints of Java #28948B
RGB
CMYK
RGB Variations
Color information
#28948B (or 0x28948B) is known color: Java. HEX triplet: 28, 94 and 8B. RGB value is (40,148,139). Sum of RGB (Red+Green+Blue) = 40+148+139=327 (43% of max value = 765). Red value is 40 (16.02% from 255 or 12.23% from 327); Green value is 148 (58.20% from 255 or 45.26% from 327); Blue value is 139 (54.69% from 255 or 42.51% from 327); Max value from RGB is 148 - color contains mainly: green. Hex color #28948B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #28948B is #D76B74. Grayscale: #727272. Windows color (decimal): -14117749 or 9147432. OLE color: 9147432.
HSL color Cylindrical-coordinate representation of color #28948B: hue angle of 175º 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 #28948B is Cyan = 0.73, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 40 | 148 | 139 | - |
| CMYK | 0.73 | 0 | 0.06 | 0.42 |
| HSL | 175º | 0.57% | 0.37% | - |
| HSV(B) | 175º | 0.73% | 0.58% | - |
| XYZ | 16.13 | 23.5 | 28.11 | - |
| YUV | 114.68 | 141.72 | 74.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 148 | 139 | 0.73 | 0 | 0.06 | 0.42 | 175 | 0.57 | 0.37 |
| Hex | 28 | 94 | 8B | 49 | 0 | 6 | 2A | AF | 39 | 25 |
| Octal | 50 | 224 | 213 | 111 | 0 | 6 | 52 | 257 | 71 | 45 |
| Binary | 101000 | 10010100 | 10001011 | 1001001 | 0 | 110 | 101010 | 10101111 | 111001 | 100101 |
Color Harmonies of #28948B
Complementary color
Monochromatic Colors of #28948B
Black with #28948B
Text Example
Text Example
White with #28948B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28948B; }
p { color: rgb(40,148,139); }
H1.HeaderClassName
{
color: #28948B;
}
.AnyTagClassName
{
color: #28948B;
}
</style>
background-color css
<style>
a { background-color: #28948B; }
a { background-color: rgb(40,148,139); }
div.DivClassName
{
background-color: #28948B;
}
.BgClassName
{
background-color: #28948B;
}
</style>
border-color css
<style>
span { border-color: #28948B; }
span { border-color: rgb(40,148,139); }
td.TdClassName
{
border-color: #28948B;
}
.TagClassName
{
border-color: #28948B;
}
</style>