Shades of Gossamer #30917A
Tints of Gossamer #30917A
RGB
CMYK
RGB Variations
Color information
#30917A (or 0x30917A) is known color: Gossamer. HEX triplet: 30, 91 and 7A. RGB value is (48,145,122). Sum of RGB (Red+Green+Blue) = 48+145+122=315 (41% of max value = 765). Red value is 48 (19.14% from 255 or 15.24% from 315); Green value is 145 (57.03% from 255 or 46.03% from 315); Blue value is 122 (48.05% from 255 or 38.73% from 315); Max value from RGB is 145 - color contains mainly: green. Hex color #30917A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #30917A is #CF6E85. Grayscale: #717171. Windows color (decimal): -13594246 or 8032560. OLE color: 8032560.
HSL color Cylindrical-coordinate representation of color #30917A: hue angle of 165.77º degrees, saturation: 0.5, 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 #30917A is Cyan = 0.67, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 48 | 145 | 122 | - |
| CMYK | 0.67 | 0 | 0.16 | 0.43 |
| HSL | 165.77º | 0.5% | 0.38% | - |
| HSV(B) | 165.77º | 0.67% | 0.57% | - |
| XYZ | 14.86 | 22.28 | 21.93 | - |
| YUV | 113.38 | 132.86 | 81.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 145 | 122 | 0.67 | 0 | 0.16 | 0.43 | 165.77 | 0.5 | 0.38 |
| Hex | 30 | 91 | 7A | 43 | 0 | 10 | 2B | A6 | 32 | 26 |
| Octal | 60 | 221 | 172 | 103 | 0 | 20 | 53 | 246 | 62 | 46 |
| Binary | 110000 | 10010001 | 1111010 | 1000011 | 0 | 10000 | 101011 | 10100110 | 110010 | 100110 |
Color Harmonies of #30917A
Complementary color
Monochromatic Colors of #30917A
Black with #30917A
Text Example
Text Example
White with #30917A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30917A; }
p { color: rgb(48,145,122); }
H1.HeaderClassName
{
color: #30917A;
}
.AnyTagClassName
{
color: #30917A;
}
</style>
background-color css
<style>
a { background-color: #30917A; }
a { background-color: rgb(48,145,122); }
div.DivClassName
{
background-color: #30917A;
}
.BgClassName
{
background-color: #30917A;
}
</style>
border-color css
<style>
span { border-color: #30917A; }
span { border-color: rgb(48,145,122); }
td.TdClassName
{
border-color: #30917A;
}
.TagClassName
{
border-color: #30917A;
}
</style>