Shades of Java #28959A
Tints of Java #28959A
RGB
CMYK
RGB Variations
Color information
#28959A (or 0x28959A) is known color: Java. HEX triplet: 28, 95 and 9A. RGB value is (40,149,154). Sum of RGB (Red+Green+Blue) = 40+149+154=343 (45% of max value = 765). Red value is 40 (16.02% from 255 or 11.66% from 343); Green value is 149 (58.59% from 255 or 43.44% from 343); Blue value is 154 (60.55% from 255 or 44.90% from 343); Max value from RGB is 154 - color contains mainly: blue. Hex color #28959A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #28959A is #D76A65. Grayscale: #747474. Windows color (decimal): -14117478 or 10130728. OLE color: 10130728.
HSL color Cylindrical-coordinate representation of color #28959A: hue angle of 182.63º 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 #28959A is Cyan = 0.74, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 40 | 149 | 154 | - |
| CMYK | 0.74 | 0.03 | 0 | 0.40 |
| HSL | 182.63º | 0.59% | 0.38% | - |
| HSV(B) | 182.63º | 0.74% | 0.6% | - |
| XYZ | 17.46 | 24.28 | 34.34 | - |
| YUV | 116.98 | 148.89 | 73.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 149 | 154 | 0.74 | 0.03 | 0 | 0.40 | 182.63 | 0.59 | 0.38 |
| Hex | 28 | 95 | 9A | 4A | 3 | 0 | 28 | B7 | 3B | 26 |
| Octal | 50 | 225 | 232 | 112 | 3 | 0 | 50 | 267 | 73 | 46 |
| Binary | 101000 | 10010101 | 10011010 | 1001010 | 11 | 0 | 101000 | 10110111 | 111011 | 100110 |
Color Harmonies of #28959A
Complementary color
Monochromatic Colors of #28959A
Black with #28959A
Text Example
Text Example
White with #28959A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28959A; }
p { color: rgb(40,149,154); }
H1.HeaderClassName
{
color: #28959A;
}
.AnyTagClassName
{
color: #28959A;
}
</style>
background-color css
<style>
a { background-color: #28959A; }
a { background-color: rgb(40,149,154); }
div.DivClassName
{
background-color: #28959A;
}
.BgClassName
{
background-color: #28959A;
}
</style>
border-color css
<style>
span { border-color: #28959A; }
span { border-color: rgb(40,149,154); }
td.TdClassName
{
border-color: #28959A;
}
.TagClassName
{
border-color: #28959A;
}
</style>