Shades of Java #30928C
Tints of Java #30928C
RGB
CMYK
RGB Variations
Color information
#30928C (or 0x30928C) is known color: Java. HEX triplet: 30, 92 and 8C. RGB value is (48,146,140). Sum of RGB (Red+Green+Blue) = 48+146+140=334 (44% of max value = 765). Red value is 48 (19.14% from 255 or 14.37% from 334); Green value is 146 (57.42% from 255 or 43.71% from 334); Blue value is 140 (55.08% from 255 or 41.92% from 334); Max value from RGB is 146 - color contains mainly: green. Hex color #30928C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #30928C is #CF6D73. Grayscale: #737373. Windows color (decimal): -13593972 or 9212464. OLE color: 9212464.
HSL color Cylindrical-coordinate representation of color #30928C: hue angle of 176.33º 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 #30928C is Cyan = 0.67, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 48 | 146 | 140 | - |
| CMYK | 0.67 | 0 | 0.04 | 0.43 |
| HSL | 176.33º | 0.51% | 0.38% | - |
| HSV(B) | 176.33º | 0.67% | 0.57% | - |
| XYZ | 16.23 | 23.08 | 28.41 | - |
| YUV | 116.01 | 141.53 | 79.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 146 | 140 | 0.67 | 0 | 0.04 | 0.43 | 176.33 | 0.51 | 0.38 |
| Hex | 30 | 92 | 8C | 43 | 0 | 4 | 2B | B0 | 33 | 26 |
| Octal | 60 | 222 | 214 | 103 | 0 | 4 | 53 | 260 | 63 | 46 |
| Binary | 110000 | 10010010 | 10001100 | 1000011 | 0 | 100 | 101011 | 10110000 | 110011 | 100110 |
Color Harmonies of #30928C
Complementary color
Monochromatic Colors of #30928C
Black with #30928C
Text Example
Text Example
White with #30928C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30928C; }
p { color: rgb(48,146,140); }
H1.HeaderClassName
{
color: #30928C;
}
.AnyTagClassName
{
color: #30928C;
}
</style>
background-color css
<style>
a { background-color: #30928C; }
a { background-color: rgb(48,146,140); }
div.DivClassName
{
background-color: #30928C;
}
.BgClassName
{
background-color: #30928C;
}
</style>
border-color css
<style>
span { border-color: #30928C; }
span { border-color: rgb(48,146,140); }
td.TdClassName
{
border-color: #30928C;
}
.TagClassName
{
border-color: #30928C;
}
</style>