Shades of Gossamer #29987C
Tints of Gossamer #29987C
RGB
CMYK
RGB Variations
Color information
#29987C (or 0x29987C) is known color: Gossamer. HEX triplet: 29, 98 and 7C. RGB value is (41,152,124). Sum of RGB (Red+Green+Blue) = 41+152+124=317 (41% of max value = 765). Red value is 41 (16.41% from 255 or 12.93% from 317); Green value is 152 (59.77% from 255 or 47.95% from 317); Blue value is 124 (48.83% from 255 or 39.12% from 317); Max value from RGB is 152 - color contains mainly: green. Hex color #29987C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #29987C is #D66783. Grayscale: #737373. Windows color (decimal): -14051204 or 8165417. OLE color: 8165417.
HSL color Cylindrical-coordinate representation of color #29987C: hue angle of 164.86º degrees, saturation: 0.58, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #29987C is Cyan = 0.73, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 41 | 152 | 124 | - |
| CMYK | 0.73 | 0 | 0.18 | 0.40 |
| HSL | 164.86º | 0.58% | 0.38% | - |
| HSV(B) | 164.86º | 0.73% | 0.6% | - |
| XYZ | 15.78 | 24.38 | 22.94 | - |
| YUV | 115.62 | 132.73 | 74.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 152 | 124 | 0.73 | 0 | 0.18 | 0.40 | 164.86 | 0.58 | 0.38 |
| Hex | 29 | 98 | 7C | 49 | 0 | 12 | 28 | A5 | 3A | 26 |
| Octal | 51 | 230 | 174 | 111 | 0 | 22 | 50 | 245 | 72 | 46 |
| Binary | 101001 | 10011000 | 1111100 | 1001001 | 0 | 10010 | 101000 | 10100101 | 111010 | 100110 |
Color Harmonies of #29987C
Complementary color
Monochromatic Colors of #29987C
Black with #29987C
Text Example
Text Example
White with #29987C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #29987C; }
p { color: rgb(41,152,124); }
H1.HeaderClassName
{
color: #29987C;
}
.AnyTagClassName
{
color: #29987C;
}
</style>
background-color css
<style>
a { background-color: #29987C; }
a { background-color: rgb(41,152,124); }
div.DivClassName
{
background-color: #29987C;
}
.BgClassName
{
background-color: #29987C;
}
</style>
border-color css
<style>
span { border-color: #29987C; }
span { border-color: rgb(41,152,124); }
td.TdClassName
{
border-color: #29987C;
}
.TagClassName
{
border-color: #29987C;
}
</style>