Shades of Java #28A092
Tints of Java #28A092
RGB
CMYK
RGB Variations
Color information
#28A092 (or 0x28A092) is known color: Java. HEX triplet: 28, A0 and 92. RGB value is (40,160,146). Sum of RGB (Red+Green+Blue) = 40+160+146=346 (45% of max value = 765). Red value is 40 (16.02% from 255 or 11.56% from 346); Green value is 160 (62.89% from 255 or 46.24% from 346); Blue value is 146 (57.42% from 255 or 42.20% from 346); Max value from RGB is 160 - color contains mainly: green. Hex color #28A092 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #28A092 is #D75F6D. Grayscale: #7A7A7A. Windows color (decimal): -14114670 or 9609256. OLE color: 9609256.
HSL color Cylindrical-coordinate representation of color #28A092: hue angle of 173º degrees, saturation: 0.6, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #28A092 is Cyan = 0.75, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 40 | 160 | 146 | - |
| CMYK | 0.75 | 0 | 0.09 | 0.37 |
| HSL | 173º | 0.6% | 0.39% | - |
| HSV(B) | 173º | 0.75% | 0.63% | - |
| XYZ | 18.63 | 27.67 | 31.55 | - |
| YUV | 122.52 | 141.24 | 69.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 160 | 146 | 0.75 | 0 | 0.09 | 0.37 | 173 | 0.6 | 0.39 |
| Hex | 28 | A0 | 92 | 4B | 0 | 9 | 25 | AD | 3C | 27 |
| Octal | 50 | 240 | 222 | 113 | 0 | 11 | 45 | 255 | 74 | 47 |
| Binary | 101000 | 10100000 | 10010010 | 1001011 | 0 | 1001 | 100101 | 10101101 | 111100 | 100111 |
Color Harmonies of #28A092
Complementary color
Monochromatic Colors of #28A092
Black with #28A092
Text Example
Text Example
White with #28A092
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28A092; }
p { color: rgb(40,160,146); }
H1.HeaderClassName
{
color: #28A092;
}
.AnyTagClassName
{
color: #28A092;
}
</style>
background-color css
<style>
a { background-color: #28A092; }
a { background-color: rgb(40,160,146); }
div.DivClassName
{
background-color: #28A092;
}
.BgClassName
{
background-color: #28A092;
}
</style>
border-color css
<style>
span { border-color: #28A092; }
span { border-color: rgb(40,160,146); }
td.TdClassName
{
border-color: #28A092;
}
.TagClassName
{
border-color: #28A092;
}
</style>