Shades of Java #30938D
Tints of Java #30938D
RGB
CMYK
RGB Variations
Color information
#30938D (or 0x30938D) is known color: Java. HEX triplet: 30, 93 and 8D. RGB value is (48,147,141). Sum of RGB (Red+Green+Blue) = 48+147+141=336 (44% of max value = 765). Red value is 48 (19.14% from 255 or 14.29% from 336); Green value is 147 (57.81% from 255 or 43.75% from 336); Blue value is 141 (55.47% from 255 or 41.96% from 336); Max value from RGB is 147 - color contains mainly: green. Hex color #30938D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #30938D is #CF6C72. Grayscale: #747474. Windows color (decimal): -13593715 or 9278256. OLE color: 9278256.
HSL color Cylindrical-coordinate representation of color #30938D: hue angle of 176.36º degrees, saturation: 0.51, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #30938D is Cyan = 0.67, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 48 | 147 | 141 | - |
| CMYK | 0.67 | 0 | 0.04 | 0.42 |
| HSL | 176.36º | 0.51% | 0.38% | - |
| HSV(B) | 176.36º | 0.67% | 0.58% | - |
| XYZ | 16.46 | 23.42 | 28.85 | - |
| YUV | 116.72 | 141.7 | 78.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 147 | 141 | 0.67 | 0 | 0.04 | 0.42 | 176.36 | 0.51 | 0.38 |
| Hex | 30 | 93 | 8D | 43 | 0 | 4 | 2A | B0 | 33 | 26 |
| Octal | 60 | 223 | 215 | 103 | 0 | 4 | 52 | 260 | 63 | 46 |
| Binary | 110000 | 10010011 | 10001101 | 1000011 | 0 | 100 | 101010 | 10110000 | 110011 | 100110 |
Color Harmonies of #30938D
Complementary color
Monochromatic Colors of #30938D
Black with #30938D
Text Example
Text Example
White with #30938D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30938D; }
p { color: rgb(48,147,141); }
H1.HeaderClassName
{
color: #30938D;
}
.AnyTagClassName
{
color: #30938D;
}
</style>
background-color css
<style>
a { background-color: #30938D; }
a { background-color: rgb(48,147,141); }
div.DivClassName
{
background-color: #30938D;
}
.BgClassName
{
background-color: #30938D;
}
</style>
border-color css
<style>
span { border-color: #30938D; }
span { border-color: rgb(48,147,141); }
td.TdClassName
{
border-color: #30938D;
}
.TagClassName
{
border-color: #30938D;
}
</style>