Shades of Java #28968B
Tints of Java #28968B
RGB
CMYK
RGB Variations
Color information
#28968B (or 0x28968B) is known color: Java. HEX triplet: 28, 96 and 8B. RGB value is (40,150,139). Sum of RGB (Red+Green+Blue) = 40+150+139=329 (43% of max value = 765). Red value is 40 (16.02% from 255 or 12.16% from 329); Green value is 150 (58.98% from 255 or 45.59% from 329); Blue value is 139 (54.69% from 255 or 42.25% from 329); Max value from RGB is 150 - color contains mainly: green. Hex color #28968B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #28968B is #D76974. Grayscale: #737373. Windows color (decimal): -14117237 or 9147944. OLE color: 9147944.
HSL color Cylindrical-coordinate representation of color #28968B: hue angle of 174º 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 #28968B is Cyan = 0.73, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 40 | 150 | 139 | - |
| CMYK | 0.73 | 0 | 0.07 | 0.41 |
| HSL | 174º | 0.58% | 0.37% | - |
| HSV(B) | 174º | 0.73% | 0.59% | - |
| XYZ | 16.44 | 24.13 | 28.22 | - |
| YUV | 115.86 | 141.06 | 73.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 150 | 139 | 0.73 | 0 | 0.07 | 0.41 | 174 | 0.58 | 0.37 |
| Hex | 28 | 96 | 8B | 49 | 0 | 7 | 29 | AE | 3A | 25 |
| Octal | 50 | 226 | 213 | 111 | 0 | 7 | 51 | 256 | 72 | 45 |
| Binary | 101000 | 10010110 | 10001011 | 1001001 | 0 | 111 | 101001 | 10101110 | 111010 | 100101 |
Color Harmonies of #28968B
Complementary color
Monochromatic Colors of #28968B
Black with #28968B
Text Example
Text Example
White with #28968B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28968B; }
p { color: rgb(40,150,139); }
H1.HeaderClassName
{
color: #28968B;
}
.AnyTagClassName
{
color: #28968B;
}
</style>
background-color css
<style>
a { background-color: #28968B; }
a { background-color: rgb(40,150,139); }
div.DivClassName
{
background-color: #28968B;
}
.BgClassName
{
background-color: #28968B;
}
</style>
border-color css
<style>
span { border-color: #28968B; }
span { border-color: rgb(40,150,139); }
td.TdClassName
{
border-color: #28968B;
}
.TagClassName
{
border-color: #28968B;
}
</style>