Shades of Gossamer #299881
Tints of Gossamer #299881
RGB
CMYK
RGB Variations
Color information
#299881 (or 0x299881) is known color: Gossamer. HEX triplet: 29, 98 and 81. RGB value is (41,152,129). Sum of RGB (Red+Green+Blue) = 41+152+129=322 (42% of max value = 765). Red value is 41 (16.41% from 255 or 12.73% from 322); Green value is 152 (59.77% from 255 or 47.20% from 322); Blue value is 129 (50.78% from 255 or 40.06% from 322); Max value from RGB is 152 - color contains mainly: green. Hex color #299881 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #299881 is #D6677E. Grayscale: #747474. Windows color (decimal): -14051199 or 8493097. OLE color: 8493097.
HSL color Cylindrical-coordinate representation of color #299881: hue angle of 167.57º 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 #299881 is Cyan = 0.73, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 41 | 152 | 129 | - |
| CMYK | 0.73 | 0 | 0.15 | 0.40 |
| HSL | 167.57º | 0.58% | 0.38% | - |
| HSV(B) | 167.57º | 0.73% | 0.6% | - |
| XYZ | 16.11 | 24.51 | 24.65 | - |
| YUV | 116.19 | 135.23 | 74.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 152 | 129 | 0.73 | 0 | 0.15 | 0.40 | 167.57 | 0.58 | 0.38 |
| Hex | 29 | 98 | 81 | 49 | 0 | F | 28 | A8 | 3A | 26 |
| Octal | 51 | 230 | 201 | 111 | 0 | 17 | 50 | 250 | 72 | 46 |
| Binary | 101001 | 10011000 | 10000001 | 1001001 | 0 | 1111 | 101000 | 10101000 | 111010 | 100110 |
Color Harmonies of #299881
Complementary color
Monochromatic Colors of #299881
Black with #299881
Text Example
Text Example
White with #299881
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #299881; }
p { color: rgb(41,152,129); }
H1.HeaderClassName
{
color: #299881;
}
.AnyTagClassName
{
color: #299881;
}
</style>
background-color css
<style>
a { background-color: #299881; }
a { background-color: rgb(41,152,129); }
div.DivClassName
{
background-color: #299881;
}
.BgClassName
{
background-color: #299881;
}
</style>
border-color css
<style>
span { border-color: #299881; }
span { border-color: rgb(41,152,129); }
td.TdClassName
{
border-color: #299881;
}
.TagClassName
{
border-color: #299881;
}
</style>