Shades of Gossamer #28957D
Tints of Gossamer #28957D
RGB
CMYK
RGB Variations
Color information
#28957D (or 0x28957D) is known color: Gossamer. HEX triplet: 28, 95 and 7D. RGB value is (40,149,125). Sum of RGB (Red+Green+Blue) = 40+149+125=314 (41% of max value = 765). Red value is 40 (16.02% from 255 or 12.74% from 314); Green value is 149 (58.59% from 255 or 47.45% from 314); Blue value is 125 (49.22% from 255 or 39.81% from 314); Max value from RGB is 149 - color contains mainly: green. Hex color #28957D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #28957D is #D76A82. Grayscale: #717171. Windows color (decimal): -14117507 or 8230184. OLE color: 8230184.
HSL color Cylindrical-coordinate representation of color #28957D: hue angle of 166.79º 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 #28957D is Cyan = 0.73, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 40 | 149 | 125 | - |
| CMYK | 0.73 | 0 | 0.16 | 0.42 |
| HSL | 166.79º | 0.58% | 0.37% | - |
| HSV(B) | 166.79º | 0.73% | 0.58% | - |
| XYZ | 15.32 | 23.43 | 23.12 | - |
| YUV | 113.67 | 134.39 | 75.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 149 | 125 | 0.73 | 0 | 0.16 | 0.42 | 166.79 | 0.58 | 0.37 |
| Hex | 28 | 95 | 7D | 49 | 0 | 10 | 2A | A7 | 3A | 25 |
| Octal | 50 | 225 | 175 | 111 | 0 | 20 | 52 | 247 | 72 | 45 |
| Binary | 101000 | 10010101 | 1111101 | 1001001 | 0 | 10000 | 101010 | 10100111 | 111010 | 100101 |
Color Harmonies of #28957D
Complementary color
Monochromatic Colors of #28957D
Black with #28957D
Text Example
Text Example
White with #28957D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28957D; }
p { color: rgb(40,149,125); }
H1.HeaderClassName
{
color: #28957D;
}
.AnyTagClassName
{
color: #28957D;
}
</style>
background-color css
<style>
a { background-color: #28957D; }
a { background-color: rgb(40,149,125); }
div.DivClassName
{
background-color: #28957D;
}
.BgClassName
{
background-color: #28957D;
}
</style>
border-color css
<style>
span { border-color: #28957D; }
span { border-color: rgb(40,149,125); }
td.TdClassName
{
border-color: #28957D;
}
.TagClassName
{
border-color: #28957D;
}
</style>