Shades of Java #28A296
Tints of Java #28A296
RGB
CMYK
RGB Variations
Color information
#28A296 (or 0x28A296) is known color: Java. HEX triplet: 28, A2 and 96. RGB value is (40,162,150). Sum of RGB (Red+Green+Blue) = 40+162+150=352 (46% of max value = 765). Red value is 40 (16.02% from 255 or 11.36% from 352); Green value is 162 (63.67% from 255 or 46.02% from 352); Blue value is 150 (58.98% from 255 or 42.61% from 352); Max value from RGB is 162 - color contains mainly: green. Hex color #28A296 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #28A296 is #D75D69. Grayscale: #7C7C7C. Windows color (decimal): -14114154 or 9871912. OLE color: 9871912.
HSL color Cylindrical-coordinate representation of color #28A296: hue angle of 174.1º degrees, saturation: 0.6, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #28A296 is Cyan = 0.75, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 40 | 162 | 150 | - |
| CMYK | 0.75 | 0 | 0.07 | 0.36 |
| HSL | 174.1º | 0.6% | 0.4% | - |
| HSV(B) | 174.1º | 0.75% | 0.64% | - |
| XYZ | 19.3 | 28.49 | 33.34 | - |
| YUV | 124.15 | 142.58 | 67.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 162 | 150 | 0.75 | 0 | 0.07 | 0.36 | 174.1 | 0.6 | 0.4 |
| Hex | 28 | A2 | 96 | 4B | 0 | 7 | 24 | AE | 3C | 28 |
| Octal | 50 | 242 | 226 | 113 | 0 | 7 | 44 | 256 | 74 | 50 |
| Binary | 101000 | 10100010 | 10010110 | 1001011 | 0 | 111 | 100100 | 10101110 | 111100 | 101000 |
Color Harmonies of #28A296
Complementary color
Monochromatic Colors of #28A296
Black with #28A296
Text Example
Text Example
White with #28A296
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28A296; }
p { color: rgb(40,162,150); }
H1.HeaderClassName
{
color: #28A296;
}
.AnyTagClassName
{
color: #28A296;
}
</style>
background-color css
<style>
a { background-color: #28A296; }
a { background-color: rgb(40,162,150); }
div.DivClassName
{
background-color: #28A296;
}
.BgClassName
{
background-color: #28A296;
}
</style>
border-color css
<style>
span { border-color: #28A296; }
span { border-color: rgb(40,162,150); }
td.TdClassName
{
border-color: #28A296;
}
.TagClassName
{
border-color: #28A296;
}
</style>