Shades of Java #28918B
Tints of Java #28918B
RGB
CMYK
RGB Variations
Color information
#28918B (or 0x28918B) is known color: Java. HEX triplet: 28, 91 and 8B. RGB value is (40,145,139). Sum of RGB (Red+Green+Blue) = 40+145+139=324 (42% of max value = 765). Red value is 40 (16.02% from 255 or 12.35% from 324); Green value is 145 (57.03% from 255 or 44.75% from 324); Blue value is 139 (54.69% from 255 or 42.90% from 324); Max value from RGB is 145 - color contains mainly: green. Hex color #28918B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #28918B is #D76E74. Grayscale: #707070. Windows color (decimal): -14118517 or 9146664. OLE color: 9146664.
HSL color Cylindrical-coordinate representation of color #28918B: hue angle of 176.57º 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 #28918B is Cyan = 0.72, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 40 | 145 | 139 | - |
| CMYK | 0.72 | 0 | 0.04 | 0.43 |
| HSL | 176.57º | 0.57% | 0.36% | - |
| HSV(B) | 176.57º | 0.72% | 0.57% | - |
| XYZ | 15.66 | 22.57 | 27.96 | - |
| YUV | 112.92 | 142.71 | 75.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 145 | 139 | 0.72 | 0 | 0.04 | 0.43 | 176.57 | 0.57 | 0.36 |
| Hex | 28 | 91 | 8B | 48 | 0 | 4 | 2B | B1 | 39 | 24 |
| Octal | 50 | 221 | 213 | 110 | 0 | 4 | 53 | 261 | 71 | 44 |
| Binary | 101000 | 10010001 | 10001011 | 1001000 | 0 | 100 | 101011 | 10110001 | 111001 | 100100 |
Color Harmonies of #28918B
Complementary color
Monochromatic Colors of #28918B
Black with #28918B
Text Example
Text Example
White with #28918B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28918B; }
p { color: rgb(40,145,139); }
H1.HeaderClassName
{
color: #28918B;
}
.AnyTagClassName
{
color: #28918B;
}
</style>
background-color css
<style>
a { background-color: #28918B; }
a { background-color: rgb(40,145,139); }
div.DivClassName
{
background-color: #28918B;
}
.BgClassName
{
background-color: #28918B;
}
</style>
border-color css
<style>
span { border-color: #28918B; }
span { border-color: rgb(40,145,139); }
td.TdClassName
{
border-color: #28918B;
}
.TagClassName
{
border-color: #28918B;
}
</style>