Shades of Gossamer #299180
Tints of Gossamer #299180
RGB
CMYK
RGB Variations
Color information
#299180 (or 0x299180) is known color: Gossamer. HEX triplet: 29, 91 and 80. RGB value is (41,145,128). Sum of RGB (Red+Green+Blue) = 41+145+128=314 (41% of max value = 765). Red value is 41 (16.41% from 255 or 13.06% from 314); Green value is 145 (57.03% from 255 or 46.18% from 314); Blue value is 128 (50.39% from 255 or 40.76% from 314); Max value from RGB is 145 - color contains mainly: green. Hex color #299180 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #299180 is #D66E7F. Grayscale: #6F6F6F. Windows color (decimal): -14052992 or 8425769. OLE color: 8425769.
HSL color Cylindrical-coordinate representation of color #299180: hue angle of 170.19º degrees, saturation: 0.56, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #299180 is Cyan = 0.72, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 41 | 145 | 128 | - |
| CMYK | 0.72 | 0 | 0.12 | 0.43 |
| HSL | 170.19º | 0.56% | 0.36% | - |
| HSV(B) | 170.19º | 0.72% | 0.57% | - |
| XYZ | 14.94 | 22.28 | 23.94 | - |
| YUV | 111.97 | 137.04 | 77.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 145 | 128 | 0.72 | 0 | 0.12 | 0.43 | 170.19 | 0.56 | 0.36 |
| Hex | 29 | 91 | 80 | 48 | 0 | C | 2B | AA | 38 | 24 |
| Octal | 51 | 221 | 200 | 110 | 0 | 14 | 53 | 252 | 70 | 44 |
| Binary | 101001 | 10010001 | 10000000 | 1001000 | 0 | 1100 | 101011 | 10101010 | 111000 | 100100 |
Color Harmonies of #299180
Complementary color
Monochromatic Colors of #299180
Black with #299180
Text Example
Text Example
White with #299180
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #299180; }
p { color: rgb(41,145,128); }
H1.HeaderClassName
{
color: #299180;
}
.AnyTagClassName
{
color: #299180;
}
</style>
background-color css
<style>
a { background-color: #299180; }
a { background-color: rgb(41,145,128); }
div.DivClassName
{
background-color: #299180;
}
.BgClassName
{
background-color: #299180;
}
</style>
border-color css
<style>
span { border-color: #299180; }
span { border-color: rgb(41,145,128); }
td.TdClassName
{
border-color: #299180;
}
.TagClassName
{
border-color: #299180;
}
</style>