Shades of Gossamer #30927C
Tints of Gossamer #30927C
RGB
CMYK
RGB Variations
Color information
#30927C (or 0x30927C) is known color: Gossamer. HEX triplet: 30, 92 and 7C. RGB value is (48,146,124). Sum of RGB (Red+Green+Blue) = 48+146+124=318 (42% of max value = 765). Red value is 48 (19.14% from 255 or 15.09% from 318); Green value is 146 (57.42% from 255 or 45.91% from 318); Blue value is 124 (48.83% from 255 or 38.99% from 318); Max value from RGB is 146 - color contains mainly: green. Hex color #30927C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #30927C is #CF6D83. Grayscale: #727272. Windows color (decimal): -13593988 or 8163888. OLE color: 8163888.
HSL color Cylindrical-coordinate representation of color #30927C: hue angle of 166.53º degrees, saturation: 0.51, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #30927C is Cyan = 0.67, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 48 | 146 | 124 | - |
| CMYK | 0.67 | 0 | 0.15 | 0.43 |
| HSL | 166.53º | 0.51% | 0.38% | - |
| HSV(B) | 166.53º | 0.67% | 0.57% | - |
| XYZ | 15.14 | 22.64 | 22.64 | - |
| YUV | 114.19 | 133.53 | 80.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 146 | 124 | 0.67 | 0 | 0.15 | 0.43 | 166.53 | 0.51 | 0.38 |
| Hex | 30 | 92 | 7C | 43 | 0 | F | 2B | A7 | 33 | 26 |
| Octal | 60 | 222 | 174 | 103 | 0 | 17 | 53 | 247 | 63 | 46 |
| Binary | 110000 | 10010010 | 1111100 | 1000011 | 0 | 1111 | 101011 | 10100111 | 110011 | 100110 |
Color Harmonies of #30927C
Complementary color
Monochromatic Colors of #30927C
Black with #30927C
Text Example
Text Example
White with #30927C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30927C; }
p { color: rgb(48,146,124); }
H1.HeaderClassName
{
color: #30927C;
}
.AnyTagClassName
{
color: #30927C;
}
</style>
background-color css
<style>
a { background-color: #30927C; }
a { background-color: rgb(48,146,124); }
div.DivClassName
{
background-color: #30927C;
}
.BgClassName
{
background-color: #30927C;
}
</style>
border-color css
<style>
span { border-color: #30927C; }
span { border-color: rgb(48,146,124); }
td.TdClassName
{
border-color: #30927C;
}
.TagClassName
{
border-color: #30927C;
}
</style>