Shades of Gossamer #309375
Tints of Gossamer #309375
RGB
CMYK
RGB Variations
Color information
#309375 (or 0x309375) is known color: Gossamer. HEX triplet: 30, 93 and 75. RGB value is (48,147,117). Sum of RGB (Red+Green+Blue) = 48+147+117=312 (41% of max value = 765). Red value is 48 (19.14% from 255 or 15.38% from 312); Green value is 147 (57.81% from 255 or 47.12% from 312); Blue value is 117 (46.09% from 255 or 37.5% from 312); Max value from RGB is 147 - color contains mainly: green. Hex color #309375 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #309375 is #CF6C8A. Grayscale: #727272. Windows color (decimal): -13593739 or 7705392. OLE color: 7705392.
HSL color Cylindrical-coordinate representation of color #309375: hue angle of 161.82º 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 #309375 is Cyan = 0.67, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 48 | 147 | 117 | - |
| CMYK | 0.67 | 0 | 0.20 | 0.42 |
| HSL | 161.82º | 0.51% | 0.38% | - |
| HSV(B) | 161.82º | 0.67% | 0.58% | - |
| XYZ | 14.86 | 22.78 | 20.44 | - |
| YUV | 113.98 | 129.7 | 80.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 147 | 117 | 0.67 | 0 | 0.20 | 0.42 | 161.82 | 0.51 | 0.38 |
| Hex | 30 | 93 | 75 | 43 | 0 | 14 | 2A | A2 | 33 | 26 |
| Octal | 60 | 223 | 165 | 103 | 0 | 24 | 52 | 242 | 63 | 46 |
| Binary | 110000 | 10010011 | 1110101 | 1000011 | 0 | 10100 | 101010 | 10100010 | 110011 | 100110 |
Color Harmonies of #309375
Complementary color
Monochromatic Colors of #309375
Black with #309375
Text Example
Text Example
White with #309375
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #309375; }
p { color: rgb(48,147,117); }
H1.HeaderClassName
{
color: #309375;
}
.AnyTagClassName
{
color: #309375;
}
</style>
background-color css
<style>
a { background-color: #309375; }
a { background-color: rgb(48,147,117); }
div.DivClassName
{
background-color: #309375;
}
.BgClassName
{
background-color: #309375;
}
</style>
border-color css
<style>
span { border-color: #309375; }
span { border-color: rgb(48,147,117); }
td.TdClassName
{
border-color: #309375;
}
.TagClassName
{
border-color: #309375;
}
</style>