Shades of Java #28958C
Tints of Java #28958C
RGB
CMYK
RGB Variations
Color information
#28958C (or 0x28958C) is known color: Java. HEX triplet: 28, 95 and 8C. RGB value is (40,149,140). Sum of RGB (Red+Green+Blue) = 40+149+140=329 (43% of max value = 765). Red value is 40 (16.02% from 255 or 12.16% from 329); Green value is 149 (58.59% from 255 or 45.29% from 329); Blue value is 140 (55.08% from 255 or 42.55% from 329); Max value from RGB is 149 - color contains mainly: green. Hex color #28958C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #28958C is #D76A73. Grayscale: #737373. Windows color (decimal): -14117492 or 9213224. OLE color: 9213224.
HSL color Cylindrical-coordinate representation of color #28958C: hue angle of 175.05º degrees, saturation: 0.58, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #28958C is Cyan = 0.73, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 40 | 149 | 140 | - |
| CMYK | 0.73 | 0 | 0.06 | 0.42 |
| HSL | 175.05º | 0.58% | 0.37% | - |
| HSV(B) | 175.05º | 0.73% | 0.58% | - |
| XYZ | 16.36 | 23.84 | 28.55 | - |
| YUV | 115.38 | 141.89 | 74.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 149 | 140 | 0.73 | 0 | 0.06 | 0.42 | 175.05 | 0.58 | 0.37 |
| Hex | 28 | 95 | 8C | 49 | 0 | 6 | 2A | AF | 3A | 25 |
| Octal | 50 | 225 | 214 | 111 | 0 | 6 | 52 | 257 | 72 | 45 |
| Binary | 101000 | 10010101 | 10001100 | 1001001 | 0 | 110 | 101010 | 10101111 | 111010 | 100101 |
Color Harmonies of #28958C
Complementary color
Monochromatic Colors of #28958C
Black with #28958C
Text Example
Text Example
White with #28958C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28958C; }
p { color: rgb(40,149,140); }
H1.HeaderClassName
{
color: #28958C;
}
.AnyTagClassName
{
color: #28958C;
}
</style>
background-color css
<style>
a { background-color: #28958C; }
a { background-color: rgb(40,149,140); }
div.DivClassName
{
background-color: #28958C;
}
.BgClassName
{
background-color: #28958C;
}
</style>
border-color css
<style>
span { border-color: #28958C; }
span { border-color: rgb(40,149,140); }
td.TdClassName
{
border-color: #28958C;
}
.TagClassName
{
border-color: #28958C;
}
</style>