Shades of Gossamer #28957C
Tints of Gossamer #28957C
RGB
CMYK
RGB Variations
Color information
#28957C (or 0x28957C) is known color: Gossamer. HEX triplet: 28, 95 and 7C. RGB value is (40,149,124). Sum of RGB (Red+Green+Blue) = 40+149+124=313 (41% of max value = 765). Red value is 40 (16.02% from 255 or 12.78% from 313); Green value is 149 (58.59% from 255 or 47.60% from 313); Blue value is 124 (48.83% from 255 or 39.62% from 313); Max value from RGB is 149 - color contains mainly: green. Hex color #28957C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #28957C is #D76A83. Grayscale: #717171. Windows color (decimal): -14117508 or 8164648. OLE color: 8164648.
HSL color Cylindrical-coordinate representation of color #28957C: hue angle of 166.24º degrees, saturation: 0.58, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #28957C is Cyan = 0.73, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 40 | 149 | 124 | - |
| CMYK | 0.73 | 0 | 0.17 | 0.42 |
| HSL | 166.24º | 0.58% | 0.37% | - |
| HSV(B) | 166.24º | 0.73% | 0.58% | - |
| XYZ | 15.26 | 23.4 | 22.78 | - |
| YUV | 113.56 | 133.89 | 75.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 149 | 124 | 0.73 | 0 | 0.17 | 0.42 | 166.24 | 0.58 | 0.37 |
| Hex | 28 | 95 | 7C | 49 | 0 | 11 | 2A | A6 | 3A | 25 |
| Octal | 50 | 225 | 174 | 111 | 0 | 21 | 52 | 246 | 72 | 45 |
| Binary | 101000 | 10010101 | 1111100 | 1001001 | 0 | 10001 | 101010 | 10100110 | 111010 | 100101 |
Color Harmonies of #28957C
Complementary color
Monochromatic Colors of #28957C
Black with #28957C
Text Example
Text Example
White with #28957C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28957C; }
p { color: rgb(40,149,124); }
H1.HeaderClassName
{
color: #28957C;
}
.AnyTagClassName
{
color: #28957C;
}
</style>
background-color css
<style>
a { background-color: #28957C; }
a { background-color: rgb(40,149,124); }
div.DivClassName
{
background-color: #28957C;
}
.BgClassName
{
background-color: #28957C;
}
</style>
border-color css
<style>
span { border-color: #28957C; }
span { border-color: rgb(40,149,124); }
td.TdClassName
{
border-color: #28957C;
}
.TagClassName
{
border-color: #28957C;
}
</style>