Shades of Gossamer #309D7D
Tints of Gossamer #309D7D
RGB
CMYK
RGB Variations
Color information
#309D7D (or 0x309D7D) is known color: Gossamer. HEX triplet: 30, 9D and 7D. RGB value is (48,157,125). Sum of RGB (Red+Green+Blue) = 48+157+125=330 (43% of max value = 765). Red value is 48 (19.14% from 255 or 14.55% from 330); Green value is 157 (61.72% from 255 or 47.58% from 330); Blue value is 125 (49.22% from 255 or 37.88% from 330); Max value from RGB is 157 - color contains mainly: green. Hex color #309D7D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #309D7D is #CF6282. Grayscale: #787878. Windows color (decimal): -13591171 or 8232240. OLE color: 8232240.
HSL color Cylindrical-coordinate representation of color #309D7D: hue angle of 162.39º 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 #309D7D is Cyan = 0.69, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 48 | 157 | 125 | - |
| CMYK | 0.69 | 0 | 0.20 | 0.38 |
| HSL | 162.39º | 0.53% | 0.4% | - |
| HSV(B) | 162.39º | 0.69% | 0.62% | - |
| XYZ | 16.98 | 26.22 | 23.57 | - |
| YUV | 120.76 | 130.39 | 76.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 157 | 125 | 0.69 | 0 | 0.20 | 0.38 | 162.39 | 0.53 | 0.4 |
| Hex | 30 | 9D | 7D | 45 | 0 | 14 | 26 | A2 | 35 | 28 |
| Octal | 60 | 235 | 175 | 105 | 0 | 24 | 46 | 242 | 65 | 50 |
| Binary | 110000 | 10011101 | 1111101 | 1000101 | 0 | 10100 | 100110 | 10100010 | 110101 | 101000 |
Color Harmonies of #309D7D
Complementary color
Monochromatic Colors of #309D7D
Black with #309D7D
Text Example
Text Example
White with #309D7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #309D7D; }
p { color: rgb(48,157,125); }
H1.HeaderClassName
{
color: #309D7D;
}
.AnyTagClassName
{
color: #309D7D;
}
</style>
background-color css
<style>
a { background-color: #309D7D; }
a { background-color: rgb(48,157,125); }
div.DivClassName
{
background-color: #309D7D;
}
.BgClassName
{
background-color: #309D7D;
}
</style>
border-color css
<style>
span { border-color: #309D7D; }
span { border-color: rgb(48,157,125); }
td.TdClassName
{
border-color: #309D7D;
}
.TagClassName
{
border-color: #309D7D;
}
</style>