Shades of Java #28968F
Tints of Java #28968F
RGB
CMYK
RGB Variations
Color information
#28968F (or 0x28968F) is known color: Java. HEX triplet: 28, 96 and 8F. RGB value is (40,150,143). Sum of RGB (Red+Green+Blue) = 40+150+143=333 (44% of max value = 765). Red value is 40 (16.02% from 255 or 12.01% from 333); Green value is 150 (58.98% from 255 or 45.05% from 333); Blue value is 143 (56.25% from 255 or 42.94% from 333); Max value from RGB is 150 - color contains mainly: green. Hex color #28968F is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #28968F is #D76970. Grayscale: #747474. Windows color (decimal): -14117233 or 9410088. OLE color: 9410088.
HSL color Cylindrical-coordinate representation of color #28968F: hue angle of 176.18º degrees, saturation: 0.58, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #28968F is Cyan = 0.73, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 40 | 150 | 143 | - |
| CMYK | 0.73 | 0 | 0.05 | 0.41 |
| HSL | 176.18º | 0.58% | 0.37% | - |
| HSV(B) | 176.18º | 0.73% | 0.59% | - |
| XYZ | 16.74 | 24.25 | 29.78 | - |
| YUV | 116.31 | 143.06 | 73.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 150 | 143 | 0.73 | 0 | 0.05 | 0.41 | 176.18 | 0.58 | 0.37 |
| Hex | 28 | 96 | 8F | 49 | 0 | 5 | 29 | B0 | 3A | 25 |
| Octal | 50 | 226 | 217 | 111 | 0 | 5 | 51 | 260 | 72 | 45 |
| Binary | 101000 | 10010110 | 10001111 | 1001001 | 0 | 101 | 101001 | 10110000 | 111010 | 100101 |
Color Harmonies of #28968F
Complementary color
Monochromatic Colors of #28968F
Black with #28968F
Text Example
Text Example
White with #28968F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28968F; }
p { color: rgb(40,150,143); }
H1.HeaderClassName
{
color: #28968F;
}
.AnyTagClassName
{
color: #28968F;
}
</style>
background-color css
<style>
a { background-color: #28968F; }
a { background-color: rgb(40,150,143); }
div.DivClassName
{
background-color: #28968F;
}
.BgClassName
{
background-color: #28968F;
}
</style>
border-color css
<style>
span { border-color: #28968F; }
span { border-color: rgb(40,150,143); }
td.TdClassName
{
border-color: #28968F;
}
.TagClassName
{
border-color: #28968F;
}
</style>