Shades of Java #28958A
Tints of Java #28958A
RGB
CMYK
RGB Variations
Color information
#28958A (or 0x28958A) is known color: Java. HEX triplet: 28, 95 and 8A. RGB value is (40,149,138). Sum of RGB (Red+Green+Blue) = 40+149+138=327 (43% of max value = 765). Red value is 40 (16.02% from 255 or 12.23% from 327); Green value is 149 (58.59% from 255 or 45.57% from 327); Blue value is 138 (54.30% from 255 or 42.20% from 327); Max value from RGB is 149 - color contains mainly: green. Hex color #28958A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #28958A is #D76A75. Grayscale: #737373. Windows color (decimal): -14117494 or 9082152. OLE color: 9082152.
HSL color Cylindrical-coordinate representation of color #28958A: hue angle of 173.94º 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 #28958A is Cyan = 0.73, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 40 | 149 | 138 | - |
| CMYK | 0.73 | 0 | 0.07 | 0.42 |
| HSL | 173.95º | 0.58% | 0.37% | - |
| HSV(B) | 173.95º | 0.73% | 0.58% | - |
| XYZ | 16.21 | 23.78 | 27.78 | - |
| YUV | 115.16 | 140.89 | 74.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 149 | 138 | 0.73 | 0 | 0.07 | 0.42 | 173.95 | 0.58 | 0.37 |
| Hex | 28 | 95 | 8A | 49 | 0 | 7 | 2A | AE | 3A | 25 |
| Octal | 50 | 225 | 212 | 111 | 0 | 7 | 52 | 256 | 72 | 45 |
| Binary | 101000 | 10010101 | 10001010 | 1001001 | 0 | 111 | 101010 | 10101110 | 111010 | 100101 |
Color Harmonies of #28958A
Complementary color
Monochromatic Colors of #28958A
Black with #28958A
Text Example
Text Example
White with #28958A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28958A; }
p { color: rgb(40,149,138); }
H1.HeaderClassName
{
color: #28958A;
}
.AnyTagClassName
{
color: #28958A;
}
</style>
background-color css
<style>
a { background-color: #28958A; }
a { background-color: rgb(40,149,138); }
div.DivClassName
{
background-color: #28958A;
}
.BgClassName
{
background-color: #28958A;
}
</style>
border-color css
<style>
span { border-color: #28958A; }
span { border-color: rgb(40,149,138); }
td.TdClassName
{
border-color: #28958A;
}
.TagClassName
{
border-color: #28958A;
}
</style>