Shades of Java #28928A
Tints of Java #28928A
RGB
CMYK
RGB Variations
Color information
#28928A (or 0x28928A) is known color: Java. HEX triplet: 28, 92 and 8A. RGB value is (40,146,138). Sum of RGB (Red+Green+Blue) = 40+146+138=324 (42% of max value = 765). Red value is 40 (16.02% from 255 or 12.35% from 324); Green value is 146 (57.42% from 255 or 45.06% from 324); Blue value is 138 (54.30% from 255 or 42.59% from 324); Max value from RGB is 146 - color contains mainly: green. Hex color #28928A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #28928A is #D76D75. Grayscale: #717171. Windows color (decimal): -14118262 or 9081384. OLE color: 9081384.
HSL color Cylindrical-coordinate representation of color #28928A: hue angle of 175.47º degrees, saturation: 0.57, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #28928A is Cyan = 0.73, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 40 | 146 | 138 | - |
| CMYK | 0.73 | 0 | 0.05 | 0.43 |
| HSL | 175.47º | 0.57% | 0.36% | - |
| HSV(B) | 175.47º | 0.73% | 0.57% | - |
| XYZ | 15.74 | 22.84 | 27.62 | - |
| YUV | 113.39 | 141.88 | 75.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 146 | 138 | 0.73 | 0 | 0.05 | 0.43 | 175.47 | 0.57 | 0.36 |
| Hex | 28 | 92 | 8A | 49 | 0 | 5 | 2B | AF | 39 | 24 |
| Octal | 50 | 222 | 212 | 111 | 0 | 5 | 53 | 257 | 71 | 44 |
| Binary | 101000 | 10010010 | 10001010 | 1001001 | 0 | 101 | 101011 | 10101111 | 111001 | 100100 |
Color Harmonies of #28928A
Complementary color
Monochromatic Colors of #28928A
Black with #28928A
Text Example
Text Example
White with #28928A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28928A; }
p { color: rgb(40,146,138); }
H1.HeaderClassName
{
color: #28928A;
}
.AnyTagClassName
{
color: #28928A;
}
</style>
background-color css
<style>
a { background-color: #28928A; }
a { background-color: rgb(40,146,138); }
div.DivClassName
{
background-color: #28928A;
}
.BgClassName
{
background-color: #28928A;
}
</style>
border-color css
<style>
span { border-color: #28928A; }
span { border-color: rgb(40,146,138); }
td.TdClassName
{
border-color: #28928A;
}
.TagClassName
{
border-color: #28928A;
}
</style>