Shades of Java #28918E
Tints of Java #28918E
RGB
CMYK
RGB Variations
Color information
#28918E (or 0x28918E) is known color: Java. HEX triplet: 28, 91 and 8E. RGB value is (40,145,142). Sum of RGB (Red+Green+Blue) = 40+145+142=327 (43% of max value = 765). Red value is 40 (16.02% from 255 or 12.23% from 327); Green value is 145 (57.03% from 255 or 44.34% from 327); Blue value is 142 (55.86% from 255 or 43.43% from 327); Max value from RGB is 145 - color contains mainly: green. Hex color #28918E is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #28918E is #D76E71. Grayscale: #717171. Windows color (decimal): -14118514 or 9343272. OLE color: 9343272.
HSL color Cylindrical-coordinate representation of color #28918E: hue angle of 178.29º degrees, saturation: 0.57, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #28918E is Cyan = 0.72, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 40 | 145 | 142 | - |
| CMYK | 0.72 | 0 | 0.02 | 0.43 |
| HSL | 178.29º | 0.57% | 0.36% | - |
| HSV(B) | 178.29º | 0.72% | 0.57% | - |
| XYZ | 15.88 | 22.65 | 29.13 | - |
| YUV | 113.26 | 144.21 | 75.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 145 | 142 | 0.72 | 0 | 0.02 | 0.43 | 178.29 | 0.57 | 0.36 |
| Hex | 28 | 91 | 8E | 48 | 0 | 2 | 2B | B2 | 39 | 24 |
| Octal | 50 | 221 | 216 | 110 | 0 | 2 | 53 | 262 | 71 | 44 |
| Binary | 101000 | 10010001 | 10001110 | 1001000 | 0 | 10 | 101011 | 10110010 | 111001 | 100100 |
Color Harmonies of #28918E
Complementary color
Monochromatic Colors of #28918E
Black with #28918E
Text Example
Text Example
White with #28918E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28918E; }
p { color: rgb(40,145,142); }
H1.HeaderClassName
{
color: #28918E;
}
.AnyTagClassName
{
color: #28918E;
}
</style>
background-color css
<style>
a { background-color: #28918E; }
a { background-color: rgb(40,145,142); }
div.DivClassName
{
background-color: #28918E;
}
.BgClassName
{
background-color: #28918E;
}
</style>
border-color css
<style>
span { border-color: #28918E; }
span { border-color: rgb(40,145,142); }
td.TdClassName
{
border-color: #28918E;
}
.TagClassName
{
border-color: #28918E;
}
</style>