Shades of Java #28938C
Tints of Java #28938C
RGB
CMYK
RGB Variations
Color information
#28938C (or 0x28938C) is known color: Java. HEX triplet: 28, 93 and 8C. RGB value is (40,147,140). Sum of RGB (Red+Green+Blue) = 40+147+140=327 (43% of max value = 765). Red value is 40 (16.02% from 255 or 12.23% from 327); Green value is 147 (57.81% from 255 or 44.95% from 327); Blue value is 140 (55.08% from 255 or 42.81% from 327); Max value from RGB is 147 - color contains mainly: green. Hex color #28938C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #28938C is #D76C73. Grayscale: #727272. Windows color (decimal): -14118004 or 9212712. OLE color: 9212712.
HSL color Cylindrical-coordinate representation of color #28938C: hue angle of 176.07º 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 #28938C is Cyan = 0.73, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 40 | 147 | 140 | - |
| CMYK | 0.73 | 0 | 0.05 | 0.42 |
| HSL | 176.07º | 0.57% | 0.37% | - |
| HSV(B) | 176.07º | 0.73% | 0.58% | - |
| XYZ | 16.04 | 23.21 | 28.45 | - |
| YUV | 114.21 | 142.55 | 75.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 147 | 140 | 0.73 | 0 | 0.05 | 0.42 | 176.07 | 0.57 | 0.37 |
| Hex | 28 | 93 | 8C | 49 | 0 | 5 | 2A | B0 | 39 | 25 |
| Octal | 50 | 223 | 214 | 111 | 0 | 5 | 52 | 260 | 71 | 45 |
| Binary | 101000 | 10010011 | 10001100 | 1001001 | 0 | 101 | 101010 | 10110000 | 111001 | 100101 |
Color Harmonies of #28938C
Complementary color
Monochromatic Colors of #28938C
Black with #28938C
Text Example
Text Example
White with #28938C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28938C; }
p { color: rgb(40,147,140); }
H1.HeaderClassName
{
color: #28938C;
}
.AnyTagClassName
{
color: #28938C;
}
</style>
background-color css
<style>
a { background-color: #28938C; }
a { background-color: rgb(40,147,140); }
div.DivClassName
{
background-color: #28938C;
}
.BgClassName
{
background-color: #28938C;
}
</style>
border-color css
<style>
span { border-color: #28938C; }
span { border-color: rgb(40,147,140); }
td.TdClassName
{
border-color: #28938C;
}
.TagClassName
{
border-color: #28938C;
}
</style>