Shades of Java #309D95
Tints of Java #309D95
RGB
CMYK
RGB Variations
Color information
#309D95 (or 0x309D95) is known color: Java. HEX triplet: 30, 9D and 95. RGB value is (48,157,149). Sum of RGB (Red+Green+Blue) = 48+157+149=354 (46% of max value = 765). Red value is 48 (19.14% from 255 or 13.56% from 354); Green value is 157 (61.72% from 255 or 44.35% from 354); Blue value is 149 (58.59% from 255 or 42.09% from 354); Max value from RGB is 157 - color contains mainly: green. Hex color #309D95 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #309D95 is #CF626A. Grayscale: #7B7B7B. Windows color (decimal): -13591147 or 9805104. OLE color: 9805104.
HSL color Cylindrical-coordinate representation of color #309D95: hue angle of 175.6º degrees, saturation: 0.53, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #309D95 is Cyan = 0.69, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 48 | 157 | 149 | - |
| CMYK | 0.69 | 0 | 0.05 | 0.38 |
| HSL | 175.6º | 0.53% | 0.4% | - |
| HSV(B) | 175.6º | 0.69% | 0.62% | - |
| XYZ | 18.7 | 26.91 | 32.64 | - |
| YUV | 123.5 | 142.39 | 74.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 157 | 149 | 0.69 | 0 | 0.05 | 0.38 | 175.6 | 0.53 | 0.4 |
| Hex | 30 | 9D | 95 | 45 | 0 | 5 | 26 | B0 | 35 | 28 |
| Octal | 60 | 235 | 225 | 105 | 0 | 5 | 46 | 260 | 65 | 50 |
| Binary | 110000 | 10011101 | 10010101 | 1000101 | 0 | 101 | 100110 | 10110000 | 110101 | 101000 |
Color Harmonies of #309D95
Complementary color
Monochromatic Colors of #309D95
Black with #309D95
Text Example
Text Example
White with #309D95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #309D95; }
p { color: rgb(48,157,149); }
H1.HeaderClassName
{
color: #309D95;
}
.AnyTagClassName
{
color: #309D95;
}
</style>
background-color css
<style>
a { background-color: #309D95; }
a { background-color: rgb(48,157,149); }
div.DivClassName
{
background-color: #309D95;
}
.BgClassName
{
background-color: #309D95;
}
</style>
border-color css
<style>
span { border-color: #309D95; }
span { border-color: rgb(48,157,149); }
td.TdClassName
{
border-color: #309D95;
}
.TagClassName
{
border-color: #309D95;
}
</style>