Shades of Java #30948F
Tints of Java #30948F
RGB
CMYK
RGB Variations
Color information
#30948F (or 0x30948F) is known color: Java. HEX triplet: 30, 94 and 8F. RGB value is (48,148,143). Sum of RGB (Red+Green+Blue) = 48+148+143=339 (44% of max value = 765). Red value is 48 (19.14% from 255 or 14.16% from 339); Green value is 148 (58.20% from 255 or 43.66% from 339); Blue value is 143 (56.25% from 255 or 42.18% from 339); Max value from RGB is 148 - color contains mainly: green. Hex color #30948F is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #30948F is #CF6B70. Grayscale: #757575. Windows color (decimal): -13593457 or 9409584. OLE color: 9409584.
HSL color Cylindrical-coordinate representation of color #30948F: hue angle of 177º degrees, saturation: 0.51, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #30948F is Cyan = 0.68, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 48 | 148 | 143 | - |
| CMYK | 0.68 | 0 | 0.03 | 0.42 |
| HSL | 177º | 0.51% | 0.38% | - |
| HSV(B) | 177º | 0.68% | 0.58% | - |
| XYZ | 16.77 | 23.79 | 29.7 | - |
| YUV | 117.53 | 142.37 | 78.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 148 | 143 | 0.68 | 0 | 0.03 | 0.42 | 177 | 0.51 | 0.38 |
| Hex | 30 | 94 | 8F | 44 | 0 | 3 | 2A | B1 | 33 | 26 |
| Octal | 60 | 224 | 217 | 104 | 0 | 3 | 52 | 261 | 63 | 46 |
| Binary | 110000 | 10010100 | 10001111 | 1000100 | 0 | 11 | 101010 | 10110001 | 110011 | 100110 |
Color Harmonies of #30948F
Complementary color
Monochromatic Colors of #30948F
Black with #30948F
Text Example
Text Example
White with #30948F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30948F; }
p { color: rgb(48,148,143); }
H1.HeaderClassName
{
color: #30948F;
}
.AnyTagClassName
{
color: #30948F;
}
</style>
background-color css
<style>
a { background-color: #30948F; }
a { background-color: rgb(48,148,143); }
div.DivClassName
{
background-color: #30948F;
}
.BgClassName
{
background-color: #30948F;
}
</style>
border-color css
<style>
span { border-color: #30948F; }
span { border-color: rgb(48,148,143); }
td.TdClassName
{
border-color: #30948F;
}
.TagClassName
{
border-color: #30948F;
}
</style>