Shades of Java #28908C
Tints of Java #28908C
RGB
CMYK
RGB Variations
Color information
#28908C (or 0x28908C) is known color: Java. HEX triplet: 28, 90 and 8C. RGB value is (40,144,140). Sum of RGB (Red+Green+Blue) = 40+144+140=324 (42% of max value = 765). Red value is 40 (16.02% from 255 or 12.35% from 324); Green value is 144 (56.64% from 255 or 44.44% from 324); Blue value is 140 (55.08% from 255 or 43.21% from 324); Max value from RGB is 144 - color contains mainly: green. Hex color #28908C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #28908C is #D76F73. Grayscale: #707070. Windows color (decimal): -14118772 or 9211944. OLE color: 9211944.
HSL color Cylindrical-coordinate representation of color #28908C: hue angle of 177.69º degrees, saturation: 0.57, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #28908C is Cyan = 0.72, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 40 | 144 | 140 | - |
| CMYK | 0.72 | 0 | 0.03 | 0.44 |
| HSL | 177.69º | 0.57% | 0.36% | - |
| HSV(B) | 177.69º | 0.72% | 0.56% | - |
| XYZ | 15.58 | 22.29 | 28.29 | - |
| YUV | 112.45 | 143.54 | 76.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 144 | 140 | 0.72 | 0 | 0.03 | 0.44 | 177.69 | 0.57 | 0.36 |
| Hex | 28 | 90 | 8C | 48 | 0 | 3 | 2C | B2 | 39 | 24 |
| Octal | 50 | 220 | 214 | 110 | 0 | 3 | 54 | 262 | 71 | 44 |
| Binary | 101000 | 10010000 | 10001100 | 1001000 | 0 | 11 | 101100 | 10110010 | 111001 | 100100 |
Color Harmonies of #28908C
Complementary color
Monochromatic Colors of #28908C
Black with #28908C
Text Example
Text Example
White with #28908C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28908C; }
p { color: rgb(40,144,140); }
H1.HeaderClassName
{
color: #28908C;
}
.AnyTagClassName
{
color: #28908C;
}
</style>
background-color css
<style>
a { background-color: #28908C; }
a { background-color: rgb(40,144,140); }
div.DivClassName
{
background-color: #28908C;
}
.BgClassName
{
background-color: #28908C;
}
</style>
border-color css
<style>
span { border-color: #28908C; }
span { border-color: rgb(40,144,140); }
td.TdClassName
{
border-color: #28908C;
}
.TagClassName
{
border-color: #28908C;
}
</style>