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