Shades of Java #28918D
Tints of Java #28918D
RGB
CMYK
RGB Variations
Color information
#28918D (or 0x28918D) is known color: Java. HEX triplet: 28, 91 and 8D. RGB value is (40,145,141). Sum of RGB (Red+Green+Blue) = 40+145+141=326 (43% of max value = 765). Red value is 40 (16.02% from 255 or 12.27% from 326); Green value is 145 (57.03% from 255 or 44.48% from 326); Blue value is 141 (55.47% from 255 or 43.25% from 326); Max value from RGB is 145 - color contains mainly: green. Hex color #28918D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #28918D is #D76E72. Grayscale: #717171. Windows color (decimal): -14118515 or 9277736. OLE color: 9277736.
HSL color Cylindrical-coordinate representation of color #28918D: hue angle of 177.71º 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 #28918D is Cyan = 0.72, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 40 | 145 | 141 | - |
| CMYK | 0.72 | 0 | 0.03 | 0.43 |
| HSL | 177.71º | 0.57% | 0.36% | - |
| HSV(B) | 177.71º | 0.72% | 0.57% | - |
| XYZ | 15.81 | 22.63 | 28.73 | - |
| YUV | 113.15 | 143.71 | 75.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 145 | 141 | 0.72 | 0 | 0.03 | 0.43 | 177.71 | 0.57 | 0.36 |
| Hex | 28 | 91 | 8D | 48 | 0 | 3 | 2B | B2 | 39 | 24 |
| Octal | 50 | 221 | 215 | 110 | 0 | 3 | 53 | 262 | 71 | 44 |
| Binary | 101000 | 10010001 | 10001101 | 1001000 | 0 | 11 | 101011 | 10110010 | 111001 | 100100 |
Color Harmonies of #28918D
Complementary color
Monochromatic Colors of #28918D
Black with #28918D
Text Example
Text Example
White with #28918D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28918D; }
p { color: rgb(40,145,141); }
H1.HeaderClassName
{
color: #28918D;
}
.AnyTagClassName
{
color: #28918D;
}
</style>
background-color css
<style>
a { background-color: #28918D; }
a { background-color: rgb(40,145,141); }
div.DivClassName
{
background-color: #28918D;
}
.BgClassName
{
background-color: #28918D;
}
</style>
border-color css
<style>
span { border-color: #28918D; }
span { border-color: rgb(40,145,141); }
td.TdClassName
{
border-color: #28918D;
}
.TagClassName
{
border-color: #28918D;
}
</style>