Shades of Java #28978E
Tints of Java #28978E
RGB
CMYK
RGB Variations
Color information
#28978E (or 0x28978E) is known color: Java. HEX triplet: 28, 97 and 8E. RGB value is (40,151,142). Sum of RGB (Red+Green+Blue) = 40+151+142=333 (44% of max value = 765). Red value is 40 (16.02% from 255 or 12.01% from 333); Green value is 151 (59.38% from 255 or 45.35% from 333); Blue value is 142 (55.86% from 255 or 42.64% from 333); Max value from RGB is 151 - color contains mainly: green. Hex color #28978E is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #28978E is #D76871. Grayscale: #747474. Windows color (decimal): -14116978 or 9344808. OLE color: 9344808.
HSL color Cylindrical-coordinate representation of color #28978E: hue angle of 175.14º degrees, saturation: 0.58, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #28978E is Cyan = 0.74, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 40 | 151 | 142 | - |
| CMYK | 0.74 | 0 | 0.06 | 0.41 |
| HSL | 175.14º | 0.58% | 0.37% | - |
| HSV(B) | 175.14º | 0.74% | 0.59% | - |
| XYZ | 16.82 | 24.54 | 29.44 | - |
| YUV | 116.79 | 142.23 | 73.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 151 | 142 | 0.74 | 0 | 0.06 | 0.41 | 175.14 | 0.58 | 0.37 |
| Hex | 28 | 97 | 8E | 4A | 0 | 6 | 29 | AF | 3A | 25 |
| Octal | 50 | 227 | 216 | 112 | 0 | 6 | 51 | 257 | 72 | 45 |
| Binary | 101000 | 10010111 | 10001110 | 1001010 | 0 | 110 | 101001 | 10101111 | 111010 | 100101 |
Color Harmonies of #28978E
Complementary color
Monochromatic Colors of #28978E
Black with #28978E
Text Example
Text Example
White with #28978E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28978E; }
p { color: rgb(40,151,142); }
H1.HeaderClassName
{
color: #28978E;
}
.AnyTagClassName
{
color: #28978E;
}
</style>
background-color css
<style>
a { background-color: #28978E; }
a { background-color: rgb(40,151,142); }
div.DivClassName
{
background-color: #28978E;
}
.BgClassName
{
background-color: #28978E;
}
</style>
border-color css
<style>
span { border-color: #28978E; }
span { border-color: rgb(40,151,142); }
td.TdClassName
{
border-color: #28978E;
}
.TagClassName
{
border-color: #28978E;
}
</style>