Shades of Gossamer #30917F
Tints of Gossamer #30917F
RGB
CMYK
RGB Variations
Color information
#30917F (or 0x30917F) is known color: Gossamer. HEX triplet: 30, 91 and 7F. RGB value is (48,145,127). Sum of RGB (Red+Green+Blue) = 48+145+127=320 (42% of max value = 765). Red value is 48 (19.14% from 255 or 15% from 320); Green value is 145 (57.03% from 255 or 45.31% from 320); Blue value is 127 (50% from 255 or 39.69% from 320); Max value from RGB is 145 - color contains mainly: green. Hex color #30917F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #30917F is #CF6E80. Grayscale: #717171. Windows color (decimal): -13594241 or 8360240. OLE color: 8360240.
HSL color Cylindrical-coordinate representation of color #30917F: hue angle of 168.87º 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 #30917F is Cyan = 0.67, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 48 | 145 | 127 | - |
| CMYK | 0.67 | 0 | 0.12 | 0.43 |
| HSL | 168.87º | 0.5% | 0.38% | - |
| HSV(B) | 168.87º | 0.67% | 0.57% | - |
| XYZ | 15.18 | 22.41 | 23.6 | - |
| YUV | 113.95 | 135.36 | 80.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 145 | 127 | 0.67 | 0 | 0.12 | 0.43 | 168.87 | 0.5 | 0.38 |
| Hex | 30 | 91 | 7F | 43 | 0 | C | 2B | A9 | 32 | 26 |
| Octal | 60 | 221 | 177 | 103 | 0 | 14 | 53 | 251 | 62 | 46 |
| Binary | 110000 | 10010001 | 1111111 | 1000011 | 0 | 1100 | 101011 | 10101001 | 110010 | 100110 |
Color Harmonies of #30917F
Complementary color
Monochromatic Colors of #30917F
Black with #30917F
Text Example
Text Example
White with #30917F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30917F; }
p { color: rgb(48,145,127); }
H1.HeaderClassName
{
color: #30917F;
}
.AnyTagClassName
{
color: #30917F;
}
</style>
background-color css
<style>
a { background-color: #30917F; }
a { background-color: rgb(48,145,127); }
div.DivClassName
{
background-color: #30917F;
}
.BgClassName
{
background-color: #30917F;
}
</style>
border-color css
<style>
span { border-color: #30917F; }
span { border-color: rgb(48,145,127); }
td.TdClassName
{
border-color: #30917F;
}
.TagClassName
{
border-color: #30917F;
}
</style>