Shades of Gossamer #299280
Tints of Gossamer #299280
RGB
CMYK
RGB Variations
Color information
#299280 (or 0x299280) is known color: Gossamer. HEX triplet: 29, 92 and 80. RGB value is (41,146,128). Sum of RGB (Red+Green+Blue) = 41+146+128=315 (41% of max value = 765). Red value is 41 (16.41% from 255 or 13.02% from 315); Green value is 146 (57.42% from 255 or 46.35% from 315); Blue value is 128 (50.39% from 255 or 40.63% from 315); Max value from RGB is 146 - color contains mainly: green. Hex color #299280 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #299280 is #D66D7F. Grayscale: #707070. Windows color (decimal): -14052736 or 8426025. OLE color: 8426025.
HSL color Cylindrical-coordinate representation of color #299280: hue angle of 169.71º degrees, saturation: 0.56, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #299280 is Cyan = 0.72, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 41 | 146 | 128 | - |
| CMYK | 0.72 | 0 | 0.12 | 0.43 |
| HSL | 169.71º | 0.56% | 0.37% | - |
| HSV(B) | 169.71º | 0.72% | 0.57% | - |
| XYZ | 15.09 | 22.59 | 23.99 | - |
| YUV | 112.55 | 136.71 | 76.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 146 | 128 | 0.72 | 0 | 0.12 | 0.43 | 169.71 | 0.56 | 0.37 |
| Hex | 29 | 92 | 80 | 48 | 0 | C | 2B | AA | 38 | 25 |
| Octal | 51 | 222 | 200 | 110 | 0 | 14 | 53 | 252 | 70 | 45 |
| Binary | 101001 | 10010010 | 10000000 | 1001000 | 0 | 1100 | 101011 | 10101010 | 111000 | 100101 |
Color Harmonies of #299280
Complementary color
Monochromatic Colors of #299280
Black with #299280
Text Example
Text Example
White with #299280
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #299280; }
p { color: rgb(41,146,128); }
H1.HeaderClassName
{
color: #299280;
}
.AnyTagClassName
{
color: #299280;
}
</style>
background-color css
<style>
a { background-color: #299280; }
a { background-color: rgb(41,146,128); }
div.DivClassName
{
background-color: #299280;
}
.BgClassName
{
background-color: #299280;
}
</style>
border-color css
<style>
span { border-color: #299280; }
span { border-color: rgb(41,146,128); }
td.TdClassName
{
border-color: #299280;
}
.TagClassName
{
border-color: #299280;
}
</style>