Shades of Gossamer #299883
Tints of Gossamer #299883
RGB
CMYK
RGB Variations
Color information
#299883 (or 0x299883) is known color: Gossamer. HEX triplet: 29, 98 and 83. RGB value is (41,152,131). Sum of RGB (Red+Green+Blue) = 41+152+131=324 (42% of max value = 765). Red value is 41 (16.41% from 255 or 12.65% from 324); Green value is 152 (59.77% from 255 or 46.91% from 324); Blue value is 131 (51.56% from 255 or 40.43% from 324); Max value from RGB is 152 - color contains mainly: green. Hex color #299883 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #299883 is #D6677C. Grayscale: #747474. Windows color (decimal): -14051197 or 8624169. OLE color: 8624169.
HSL color Cylindrical-coordinate representation of color #299883: hue angle of 168.65º 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 #299883 is Cyan = 0.73, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 41 | 152 | 131 | - |
| CMYK | 0.73 | 0 | 0.14 | 0.40 |
| HSL | 168.65º | 0.58% | 0.38% | - |
| HSV(B) | 168.65º | 0.73% | 0.6% | - |
| XYZ | 16.24 | 24.57 | 25.36 | - |
| YUV | 116.42 | 136.23 | 74.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 152 | 131 | 0.73 | 0 | 0.14 | 0.40 | 168.65 | 0.58 | 0.38 |
| Hex | 29 | 98 | 83 | 49 | 0 | E | 28 | A9 | 3A | 26 |
| Octal | 51 | 230 | 203 | 111 | 0 | 16 | 50 | 251 | 72 | 46 |
| Binary | 101001 | 10011000 | 10000011 | 1001001 | 0 | 1110 | 101000 | 10101001 | 111010 | 100110 |
Color Harmonies of #299883
Complementary color
Monochromatic Colors of #299883
Black with #299883
Text Example
Text Example
White with #299883
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #299883; }
p { color: rgb(41,152,131); }
H1.HeaderClassName
{
color: #299883;
}
.AnyTagClassName
{
color: #299883;
}
</style>
background-color css
<style>
a { background-color: #299883; }
a { background-color: rgb(41,152,131); }
div.DivClassName
{
background-color: #299883;
}
.BgClassName
{
background-color: #299883;
}
</style>
border-color css
<style>
span { border-color: #299883; }
span { border-color: rgb(41,152,131); }
td.TdClassName
{
border-color: #299883;
}
.TagClassName
{
border-color: #299883;
}
</style>