Shades of Java #28998F
Tints of Java #28998F
RGB
CMYK
RGB Variations
Color information
#28998F (or 0x28998F) is known color: Java. HEX triplet: 28, 99 and 8F. RGB value is (40,153,143). Sum of RGB (Red+Green+Blue) = 40+153+143=336 (44% of max value = 765). Red value is 40 (16.02% from 255 or 11.90% from 336); Green value is 153 (60.16% from 255 or 45.54% from 336); Blue value is 143 (56.25% from 255 or 42.56% from 336); Max value from RGB is 153 - color contains mainly: green. Hex color #28998F is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #28998F is #D76670. Grayscale: #767676. Windows color (decimal): -14116465 or 9410856. OLE color: 9410856.
HSL color Cylindrical-coordinate representation of color #28998F: hue angle of 174.69º degrees, saturation: 0.59, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #28998F is Cyan = 0.74, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 40 | 153 | 143 | - |
| CMYK | 0.74 | 0 | 0.07 | 0.4 |
| HSL | 174.69º | 0.59% | 0.38% | - |
| HSV(B) | 174.69º | 0.74% | 0.6% | - |
| XYZ | 17.22 | 25.22 | 29.95 | - |
| YUV | 118.07 | 142.06 | 72.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 153 | 143 | 0.74 | 0 | 0.07 | 0.4 | 174.69 | 0.59 | 0.38 |
| Hex | 28 | 99 | 8F | 4A | 0 | 7 | 28 | AF | 3B | 26 |
| Octal | 50 | 231 | 217 | 112 | 0 | 7 | 50 | 257 | 73 | 46 |
| Binary | 101000 | 10011001 | 10001111 | 1001010 | 0 | 111 | 101000 | 10101111 | 111011 | 100110 |
Color Harmonies of #28998F
Complementary color
Monochromatic Colors of #28998F
Black with #28998F
Text Example
Text Example
White with #28998F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28998F; }
p { color: rgb(40,153,143); }
H1.HeaderClassName
{
color: #28998F;
}
.AnyTagClassName
{
color: #28998F;
}
</style>
background-color css
<style>
a { background-color: #28998F; }
a { background-color: rgb(40,153,143); }
div.DivClassName
{
background-color: #28998F;
}
.BgClassName
{
background-color: #28998F;
}
</style>
border-color css
<style>
span { border-color: #28998F; }
span { border-color: rgb(40,153,143); }
td.TdClassName
{
border-color: #28998F;
}
.TagClassName
{
border-color: #28998F;
}
</style>