Shades of Java #30928D
Tints of Java #30928D
RGB
CMYK
RGB Variations
Color information
#30928D (or 0x30928D) is known color: Java. HEX triplet: 30, 92 and 8D. RGB value is (48,146,141). Sum of RGB (Red+Green+Blue) = 48+146+141=335 (44% of max value = 765). Red value is 48 (19.14% from 255 or 14.33% from 335); Green value is 146 (57.42% from 255 or 43.58% from 335); Blue value is 141 (55.47% from 255 or 42.09% from 335); Max value from RGB is 146 - color contains mainly: green. Hex color #30928D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #30928D is #CF6D72. Grayscale: #747474. Windows color (decimal): -13593971 or 9278000. OLE color: 9278000.
HSL color Cylindrical-coordinate representation of color #30928D: hue angle of 176.94º 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 #30928D is Cyan = 0.67, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 48 | 146 | 141 | - |
| CMYK | 0.67 | 0 | 0.03 | 0.43 |
| HSL | 176.94º | 0.51% | 0.38% | - |
| HSV(B) | 176.94º | 0.67% | 0.57% | - |
| XYZ | 16.31 | 23.11 | 28.8 | - |
| YUV | 116.13 | 142.03 | 79.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 146 | 141 | 0.67 | 0 | 0.03 | 0.43 | 176.94 | 0.51 | 0.38 |
| Hex | 30 | 92 | 8D | 43 | 0 | 3 | 2B | B1 | 33 | 26 |
| Octal | 60 | 222 | 215 | 103 | 0 | 3 | 53 | 261 | 63 | 46 |
| Binary | 110000 | 10010010 | 10001101 | 1000011 | 0 | 11 | 101011 | 10110001 | 110011 | 100110 |
Color Harmonies of #30928D
Complementary color
Monochromatic Colors of #30928D
Black with #30928D
Text Example
Text Example
White with #30928D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30928D; }
p { color: rgb(48,146,141); }
H1.HeaderClassName
{
color: #30928D;
}
.AnyTagClassName
{
color: #30928D;
}
</style>
background-color css
<style>
a { background-color: #30928D; }
a { background-color: rgb(48,146,141); }
div.DivClassName
{
background-color: #30928D;
}
.BgClassName
{
background-color: #30928D;
}
</style>
border-color css
<style>
span { border-color: #30928D; }
span { border-color: rgb(48,146,141); }
td.TdClassName
{
border-color: #30928D;
}
.TagClassName
{
border-color: #30928D;
}
</style>