Shades of Java #28978A
Tints of Java #28978A
RGB
CMYK
RGB Variations
Color information
#28978A (or 0x28978A) is known color: Java. HEX triplet: 28, 97 and 8A. RGB value is (40,151,138). Sum of RGB (Red+Green+Blue) = 40+151+138=329 (43% of max value = 765). Red value is 40 (16.02% from 255 or 12.16% from 329); Green value is 151 (59.38% from 255 or 45.90% from 329); Blue value is 138 (54.30% from 255 or 41.95% from 329); Max value from RGB is 151 - color contains mainly: green. Hex color #28978A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #28978A is #D76875. Grayscale: #747474. Windows color (decimal): -14116982 or 9082664. OLE color: 9082664.
HSL color Cylindrical-coordinate representation of color #28978A: hue angle of 172.97º degrees, saturation: 0.58, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #28978A is Cyan = 0.74, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 40 | 151 | 138 | - |
| CMYK | 0.74 | 0 | 0.09 | 0.41 |
| HSL | 172.97º | 0.58% | 0.37% | - |
| HSV(B) | 172.97º | 0.74% | 0.59% | - |
| XYZ | 16.53 | 24.42 | 27.89 | - |
| YUV | 116.33 | 140.23 | 73.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 151 | 138 | 0.74 | 0 | 0.09 | 0.41 | 172.97 | 0.58 | 0.37 |
| Hex | 28 | 97 | 8A | 4A | 0 | 9 | 29 | AD | 3A | 25 |
| Octal | 50 | 227 | 212 | 112 | 0 | 11 | 51 | 255 | 72 | 45 |
| Binary | 101000 | 10010111 | 10001010 | 1001010 | 0 | 1001 | 101001 | 10101101 | 111010 | 100101 |
Color Harmonies of #28978A
Complementary color
Monochromatic Colors of #28978A
Black with #28978A
Text Example
Text Example
White with #28978A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28978A; }
p { color: rgb(40,151,138); }
H1.HeaderClassName
{
color: #28978A;
}
.AnyTagClassName
{
color: #28978A;
}
</style>
background-color css
<style>
a { background-color: #28978A; }
a { background-color: rgb(40,151,138); }
div.DivClassName
{
background-color: #28978A;
}
.BgClassName
{
background-color: #28978A;
}
</style>
border-color css
<style>
span { border-color: #28978A; }
span { border-color: rgb(40,151,138); }
td.TdClassName
{
border-color: #28978A;
}
.TagClassName
{
border-color: #28978A;
}
</style>