Shades of Gossamer #30997F
Tints of Gossamer #30997F
RGB
CMYK
RGB Variations
Color information
#30997F (or 0x30997F) is known color: Gossamer. HEX triplet: 30, 99 and 7F. RGB value is (48,153,127). Sum of RGB (Red+Green+Blue) = 48+153+127=328 (43% of max value = 765). Red value is 48 (19.14% from 255 or 14.63% from 328); Green value is 153 (60.16% from 255 or 46.65% from 328); Blue value is 127 (50% from 255 or 38.72% from 328); Max value from RGB is 153 - color contains mainly: green. Hex color #30997F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #30997F is #CF6680. Grayscale: #767676. Windows color (decimal): -13592193 or 8362288. OLE color: 8362288.
HSL color Cylindrical-coordinate representation of color #30997F: hue angle of 165.14º degrees, saturation: 0.52, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #30997F is Cyan = 0.69, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 48 | 153 | 127 | - |
| CMYK | 0.69 | 0 | 0.17 | 0.4 |
| HSL | 165.14º | 0.52% | 0.39% | - |
| HSV(B) | 165.14º | 0.69% | 0.6% | - |
| XYZ | 16.44 | 24.94 | 24.03 | - |
| YUV | 118.64 | 132.71 | 77.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 153 | 127 | 0.69 | 0 | 0.17 | 0.4 | 165.14 | 0.52 | 0.39 |
| Hex | 30 | 99 | 7F | 45 | 0 | 11 | 28 | A5 | 34 | 27 |
| Octal | 60 | 231 | 177 | 105 | 0 | 21 | 50 | 245 | 64 | 47 |
| Binary | 110000 | 10011001 | 1111111 | 1000101 | 0 | 10001 | 101000 | 10100101 | 110100 | 100111 |
Color Harmonies of #30997F
Complementary color
Monochromatic Colors of #30997F
Black with #30997F
Text Example
Text Example
White with #30997F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30997F; }
p { color: rgb(48,153,127); }
H1.HeaderClassName
{
color: #30997F;
}
.AnyTagClassName
{
color: #30997F;
}
</style>
background-color css
<style>
a { background-color: #30997F; }
a { background-color: rgb(48,153,127); }
div.DivClassName
{
background-color: #30997F;
}
.BgClassName
{
background-color: #30997F;
}
</style>
border-color css
<style>
span { border-color: #30997F; }
span { border-color: rgb(48,153,127); }
td.TdClassName
{
border-color: #30997F;
}
.TagClassName
{
border-color: #30997F;
}
</style>