Shades of Java #28938F
Tints of Java #28938F
RGB
CMYK
RGB Variations
Color information
#28938F (or 0x28938F) is known color: Java. HEX triplet: 28, 93 and 8F. RGB value is (40,147,143). Sum of RGB (Red+Green+Blue) = 40+147+143=330 (43% of max value = 765). Red value is 40 (16.02% from 255 or 12.12% from 330); Green value is 147 (57.81% from 255 or 44.55% from 330); Blue value is 143 (56.25% from 255 or 43.33% from 330); Max value from RGB is 147 - color contains mainly: green. Hex color #28938F is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #28938F is #D76C70. Grayscale: #727272. Windows color (decimal): -14118001 or 9409320. OLE color: 9409320.
HSL color Cylindrical-coordinate representation of color #28938F: hue angle of 177.76º 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 #28938F is Cyan = 0.73, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 40 | 147 | 143 | - |
| CMYK | 0.73 | 0 | 0.03 | 0.42 |
| HSL | 177.76º | 0.57% | 0.37% | - |
| HSV(B) | 177.76º | 0.73% | 0.58% | - |
| XYZ | 16.27 | 23.3 | 29.63 | - |
| YUV | 114.55 | 144.05 | 74.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 147 | 143 | 0.73 | 0 | 0.03 | 0.42 | 177.76 | 0.57 | 0.37 |
| Hex | 28 | 93 | 8F | 49 | 0 | 3 | 2A | B2 | 39 | 25 |
| Octal | 50 | 223 | 217 | 111 | 0 | 3 | 52 | 262 | 71 | 45 |
| Binary | 101000 | 10010011 | 10001111 | 1001001 | 0 | 11 | 101010 | 10110010 | 111001 | 100101 |
Color Harmonies of #28938F
Complementary color
Monochromatic Colors of #28938F
Black with #28938F
Text Example
Text Example
White with #28938F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28938F; }
p { color: rgb(40,147,143); }
H1.HeaderClassName
{
color: #28938F;
}
.AnyTagClassName
{
color: #28938F;
}
</style>
background-color css
<style>
a { background-color: #28938F; }
a { background-color: rgb(40,147,143); }
div.DivClassName
{
background-color: #28938F;
}
.BgClassName
{
background-color: #28938F;
}
</style>
border-color css
<style>
span { border-color: #28938F; }
span { border-color: rgb(40,147,143); }
td.TdClassName
{
border-color: #28938F;
}
.TagClassName
{
border-color: #28938F;
}
</style>