Shades of Gossamer #30947A
Tints of Gossamer #30947A
RGB
CMYK
RGB Variations
Color information
#30947A (or 0x30947A) is known color: Gossamer. HEX triplet: 30, 94 and 7A. RGB value is (48,148,122). Sum of RGB (Red+Green+Blue) = 48+148+122=318 (42% of max value = 765). Red value is 48 (19.14% from 255 or 15.09% from 318); Green value is 148 (58.20% from 255 or 46.54% from 318); Blue value is 122 (48.05% from 255 or 38.36% from 318); Max value from RGB is 148 - color contains mainly: green. Hex color #30947A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #30947A is #CF6B85. Grayscale: #737373. Windows color (decimal): -13593478 or 8033328. OLE color: 8033328.
HSL color Cylindrical-coordinate representation of color #30947A: hue angle of 164.4º degrees, saturation: 0.51, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #30947A is Cyan = 0.68, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 48 | 148 | 122 | - |
| CMYK | 0.68 | 0 | 0.18 | 0.42 |
| HSL | 164.4º | 0.51% | 0.38% | - |
| HSV(B) | 164.4º | 0.68% | 0.58% | - |
| XYZ | 15.32 | 23.21 | 22.09 | - |
| YUV | 115.14 | 131.87 | 80.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 148 | 122 | 0.68 | 0 | 0.18 | 0.42 | 164.4 | 0.51 | 0.38 |
| Hex | 30 | 94 | 7A | 44 | 0 | 12 | 2A | A4 | 33 | 26 |
| Octal | 60 | 224 | 172 | 104 | 0 | 22 | 52 | 244 | 63 | 46 |
| Binary | 110000 | 10010100 | 1111010 | 1000100 | 0 | 10010 | 101010 | 10100100 | 110011 | 100110 |
Color Harmonies of #30947A
Complementary color
Monochromatic Colors of #30947A
Black with #30947A
Text Example
Text Example
White with #30947A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30947A; }
p { color: rgb(48,148,122); }
H1.HeaderClassName
{
color: #30947A;
}
.AnyTagClassName
{
color: #30947A;
}
</style>
background-color css
<style>
a { background-color: #30947A; }
a { background-color: rgb(48,148,122); }
div.DivClassName
{
background-color: #30947A;
}
.BgClassName
{
background-color: #30947A;
}
</style>
border-color css
<style>
span { border-color: #30947A; }
span { border-color: rgb(48,148,122); }
td.TdClassName
{
border-color: #30947A;
}
.TagClassName
{
border-color: #30947A;
}
</style>