Shades of Java #30928F
Tints of Java #30928F
RGB
CMYK
RGB Variations
Color information
#30928F (or 0x30928F) is known color: Java. HEX triplet: 30, 92 and 8F. RGB value is (48,146,143). Sum of RGB (Red+Green+Blue) = 48+146+143=337 (44% of max value = 765). Red value is 48 (19.14% from 255 or 14.24% from 337); Green value is 146 (57.42% from 255 or 43.32% from 337); Blue value is 143 (56.25% from 255 or 42.43% from 337); Max value from RGB is 146 - color contains mainly: green. Hex color #30928F is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #30928F is #CF6D70. Grayscale: #747474. Windows color (decimal): -13593969 or 9409072. OLE color: 9409072.
HSL color Cylindrical-coordinate representation of color #30928F: hue angle of 178.16º degrees, saturation: 0.51, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #30928F is Cyan = 0.67, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 48 | 146 | 143 | - |
| CMYK | 0.67 | 0 | 0.02 | 0.43 |
| HSL | 178.16º | 0.51% | 0.38% | - |
| HSV(B) | 178.16º | 0.67% | 0.57% | - |
| XYZ | 16.46 | 23.17 | 29.59 | - |
| YUV | 116.36 | 143.03 | 79.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 146 | 143 | 0.67 | 0 | 0.02 | 0.43 | 178.16 | 0.51 | 0.38 |
| Hex | 30 | 92 | 8F | 43 | 0 | 2 | 2B | B2 | 33 | 26 |
| Octal | 60 | 222 | 217 | 103 | 0 | 2 | 53 | 262 | 63 | 46 |
| Binary | 110000 | 10010010 | 10001111 | 1000011 | 0 | 10 | 101011 | 10110010 | 110011 | 100110 |
Color Harmonies of #30928F
Complementary color
Monochromatic Colors of #30928F
Black with #30928F
Text Example
Text Example
White with #30928F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30928F; }
p { color: rgb(48,146,143); }
H1.HeaderClassName
{
color: #30928F;
}
.AnyTagClassName
{
color: #30928F;
}
</style>
background-color css
<style>
a { background-color: #30928F; }
a { background-color: rgb(48,146,143); }
div.DivClassName
{
background-color: #30928F;
}
.BgClassName
{
background-color: #30928F;
}
</style>
border-color css
<style>
span { border-color: #30928F; }
span { border-color: rgb(48,146,143); }
td.TdClassName
{
border-color: #30928F;
}
.TagClassName
{
border-color: #30928F;
}
</style>