Shades of Java #28908F
Tints of Java #28908F
RGB
CMYK
RGB Variations
Color information
#28908F (or 0x28908F) is known color: Java. HEX triplet: 28, 90 and 8F. RGB value is (40,144,143). Sum of RGB (Red+Green+Blue) = 40+144+143=327 (43% of max value = 765). Red value is 40 (16.02% from 255 or 12.23% from 327); Green value is 144 (56.64% from 255 or 44.04% from 327); Blue value is 143 (56.25% from 255 or 43.73% from 327); Max value from RGB is 144 - color contains mainly: green. Hex color #28908F is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #28908F is #D76F70. Grayscale: #707070. Windows color (decimal): -14118769 or 9408552. OLE color: 9408552.
HSL color Cylindrical-coordinate representation of color #28908F: hue angle of 179.42º 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 #28908F is Cyan = 0.72, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 40 | 144 | 143 | - |
| CMYK | 0.72 | 0 | 0.01 | 0.44 |
| HSL | 179.42º | 0.57% | 0.36% | - |
| HSV(B) | 179.42º | 0.72% | 0.56% | - |
| XYZ | 15.81 | 22.38 | 29.47 | - |
| YUV | 112.79 | 145.04 | 76.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 144 | 143 | 0.72 | 0 | 0.01 | 0.44 | 179.42 | 0.57 | 0.36 |
| Hex | 28 | 90 | 8F | 48 | 0 | 1 | 2C | B3 | 39 | 24 |
| Octal | 50 | 220 | 217 | 110 | 0 | 1 | 54 | 263 | 71 | 44 |
| Binary | 101000 | 10010000 | 10001111 | 1001000 | 0 | 1 | 101100 | 10110011 | 111001 | 100100 |
Color Harmonies of #28908F
Complementary color
Monochromatic Colors of #28908F
Black with #28908F
Text Example
Text Example
White with #28908F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28908F; }
p { color: rgb(40,144,143); }
H1.HeaderClassName
{
color: #28908F;
}
.AnyTagClassName
{
color: #28908F;
}
</style>
background-color css
<style>
a { background-color: #28908F; }
a { background-color: rgb(40,144,143); }
div.DivClassName
{
background-color: #28908F;
}
.BgClassName
{
background-color: #28908F;
}
</style>
border-color css
<style>
span { border-color: #28908F; }
span { border-color: rgb(40,144,143); }
td.TdClassName
{
border-color: #28908F;
}
.TagClassName
{
border-color: #28908F;
}
</style>