Shades of Java #28A599
Tints of Java #28A599
RGB
CMYK
RGB Variations
Color information
#28A599 (or 0x28A599) is known color: Java. HEX triplet: 28, A5 and 99. RGB value is (40,165,153). Sum of RGB (Red+Green+Blue) = 40+165+153=358 (47% of max value = 765). Red value is 40 (16.02% from 255 or 11.17% from 358); Green value is 165 (64.84% from 255 or 46.09% from 358); Blue value is 153 (60.16% from 255 or 42.74% from 358); Max value from RGB is 165 - color contains mainly: green. Hex color #28A599 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #28A599 is #D75A66. Grayscale: #7E7E7E. Windows color (decimal): -14113383 or 10069288. OLE color: 10069288.
HSL color Cylindrical-coordinate representation of color #28A599: hue angle of 174.24º degrees, saturation: 0.61, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #28A599 is Cyan = 0.76, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 40 | 165 | 153 | - |
| CMYK | 0.76 | 0 | 0.07 | 0.35 |
| HSL | 174.24º | 0.61% | 0.4% | - |
| HSV(B) | 174.24º | 0.76% | 0.65% | - |
| XYZ | 20.08 | 29.66 | 34.8 | - |
| YUV | 126.26 | 143.09 | 66.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 165 | 153 | 0.76 | 0 | 0.07 | 0.35 | 174.24 | 0.61 | 0.4 |
| Hex | 28 | A5 | 99 | 4C | 0 | 7 | 23 | AE | 3D | 28 |
| Octal | 50 | 245 | 231 | 114 | 0 | 7 | 43 | 256 | 75 | 50 |
| Binary | 101000 | 10100101 | 10011001 | 1001100 | 0 | 111 | 100011 | 10101110 | 111101 | 101000 |
Color Harmonies of #28A599
Complementary color
Monochromatic Colors of #28A599
Black with #28A599
Text Example
Text Example
White with #28A599
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28A599; }
p { color: rgb(40,165,153); }
H1.HeaderClassName
{
color: #28A599;
}
.AnyTagClassName
{
color: #28A599;
}
</style>
background-color css
<style>
a { background-color: #28A599; }
a { background-color: rgb(40,165,153); }
div.DivClassName
{
background-color: #28A599;
}
.BgClassName
{
background-color: #28A599;
}
</style>
border-color css
<style>
span { border-color: #28A599; }
span { border-color: rgb(40,165,153); }
td.TdClassName
{
border-color: #28A599;
}
.TagClassName
{
border-color: #28A599;
}
</style>