Shades of Java #28918A
Tints of Java #28918A
RGB
CMYK
RGB Variations
Color information
#28918A (or 0x28918A) is known color: Java. HEX triplet: 28, 91 and 8A. RGB value is (40,145,138). Sum of RGB (Red+Green+Blue) = 40+145+138=323 (42% of max value = 765). Red value is 40 (16.02% from 255 or 12.38% from 323); Green value is 145 (57.03% from 255 or 44.89% from 323); Blue value is 138 (54.30% from 255 or 42.72% from 323); Max value from RGB is 145 - color contains mainly: green. Hex color #28918A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #28918A is #D76E75. Grayscale: #707070. Windows color (decimal): -14118518 or 9081128. OLE color: 9081128.
HSL color Cylindrical-coordinate representation of color #28918A: hue angle of 176º 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 #28918A is Cyan = 0.72, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 40 | 145 | 138 | - |
| CMYK | 0.72 | 0 | 0.05 | 0.43 |
| HSL | 176º | 0.57% | 0.36% | - |
| HSV(B) | 176º | 0.72% | 0.57% | - |
| XYZ | 15.59 | 22.54 | 27.57 | - |
| YUV | 112.81 | 142.21 | 76.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 145 | 138 | 0.72 | 0 | 0.05 | 0.43 | 176 | 0.57 | 0.36 |
| Hex | 28 | 91 | 8A | 48 | 0 | 5 | 2B | B0 | 39 | 24 |
| Octal | 50 | 221 | 212 | 110 | 0 | 5 | 53 | 260 | 71 | 44 |
| Binary | 101000 | 10010001 | 10001010 | 1001000 | 0 | 101 | 101011 | 10110000 | 111001 | 100100 |
Color Harmonies of #28918A
Complementary color
Monochromatic Colors of #28918A
Black with #28918A
Text Example
Text Example
White with #28918A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28918A; }
p { color: rgb(40,145,138); }
H1.HeaderClassName
{
color: #28918A;
}
.AnyTagClassName
{
color: #28918A;
}
</style>
background-color css
<style>
a { background-color: #28918A; }
a { background-color: rgb(40,145,138); }
div.DivClassName
{
background-color: #28918A;
}
.BgClassName
{
background-color: #28918A;
}
</style>
border-color css
<style>
span { border-color: #28918A; }
span { border-color: rgb(40,145,138); }
td.TdClassName
{
border-color: #28918A;
}
.TagClassName
{
border-color: #28918A;
}
</style>