Shades of Gossamer #28947F
Tints of Gossamer #28947F
RGB
CMYK
RGB Variations
Color information
#28947F (or 0x28947F) is known color: Gossamer. HEX triplet: 28, 94 and 7F. RGB value is (40,148,127). Sum of RGB (Red+Green+Blue) = 40+148+127=315 (41% of max value = 765). Red value is 40 (16.02% from 255 or 12.70% from 315); Green value is 148 (58.20% from 255 or 46.98% from 315); Blue value is 127 (50% from 255 or 40.32% from 315); Max value from RGB is 148 - color contains mainly: green. Hex color #28947F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #28947F is #D76B80. Grayscale: #717171. Windows color (decimal): -14117761 or 8361000. OLE color: 8361000.
HSL color Cylindrical-coordinate representation of color #28947F: hue angle of 168.33º degrees, saturation: 0.57, 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 #28947F is Cyan = 0.73, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 40 | 148 | 127 | - |
| CMYK | 0.73 | 0 | 0.14 | 0.42 |
| HSL | 168.33º | 0.57% | 0.37% | - |
| HSV(B) | 168.33º | 0.73% | 0.58% | - |
| XYZ | 15.3 | 23.16 | 23.74 | - |
| YUV | 113.31 | 135.72 | 75.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 148 | 127 | 0.73 | 0 | 0.14 | 0.42 | 168.33 | 0.57 | 0.37 |
| Hex | 28 | 94 | 7F | 49 | 0 | E | 2A | A8 | 39 | 25 |
| Octal | 50 | 224 | 177 | 111 | 0 | 16 | 52 | 250 | 71 | 45 |
| Binary | 101000 | 10010100 | 1111111 | 1001001 | 0 | 1110 | 101010 | 10101000 | 111001 | 100101 |
Color Harmonies of #28947F
Complementary color
Monochromatic Colors of #28947F
Black with #28947F
Text Example
Text Example
White with #28947F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28947F; }
p { color: rgb(40,148,127); }
H1.HeaderClassName
{
color: #28947F;
}
.AnyTagClassName
{
color: #28947F;
}
</style>
background-color css
<style>
a { background-color: #28947F; }
a { background-color: rgb(40,148,127); }
div.DivClassName
{
background-color: #28947F;
}
.BgClassName
{
background-color: #28947F;
}
</style>
border-color css
<style>
span { border-color: #28947F; }
span { border-color: rgb(40,148,127); }
td.TdClassName
{
border-color: #28947F;
}
.TagClassName
{
border-color: #28947F;
}
</style>