Shades of Gossamer #28947B
Tints of Gossamer #28947B
RGB
CMYK
RGB Variations
Color information
#28947B (or 0x28947B) is known color: Gossamer. HEX triplet: 28, 94 and 7B. RGB value is (40,148,123). Sum of RGB (Red+Green+Blue) = 40+148+123=311 (41% of max value = 765). Red value is 40 (16.02% from 255 or 12.86% from 311); Green value is 148 (58.20% from 255 or 47.59% from 311); Blue value is 123 (48.44% from 255 or 39.55% from 311); Max value from RGB is 148 - color contains mainly: green. Hex color #28947B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #28947B is #D76B84. Grayscale: #707070. Windows color (decimal): -14117765 or 8098856. OLE color: 8098856.
HSL color Cylindrical-coordinate representation of color #28947B: hue angle of 166.11º 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 #28947B is Cyan = 0.73, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 40 | 148 | 123 | - |
| CMYK | 0.73 | 0 | 0.17 | 0.42 |
| HSL | 166.11º | 0.57% | 0.37% | - |
| HSV(B) | 166.11º | 0.73% | 0.58% | - |
| XYZ | 15.04 | 23.06 | 22.4 | - |
| YUV | 112.86 | 133.72 | 76.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 148 | 123 | 0.73 | 0 | 0.17 | 0.42 | 166.11 | 0.57 | 0.37 |
| Hex | 28 | 94 | 7B | 49 | 0 | 11 | 2A | A6 | 39 | 25 |
| Octal | 50 | 224 | 173 | 111 | 0 | 21 | 52 | 246 | 71 | 45 |
| Binary | 101000 | 10010100 | 1111011 | 1001001 | 0 | 10001 | 101010 | 10100110 | 111001 | 100101 |
Color Harmonies of #28947B
Complementary color
Monochromatic Colors of #28947B
Black with #28947B
Text Example
Text Example
White with #28947B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28947B; }
p { color: rgb(40,148,123); }
H1.HeaderClassName
{
color: #28947B;
}
.AnyTagClassName
{
color: #28947B;
}
</style>
background-color css
<style>
a { background-color: #28947B; }
a { background-color: rgb(40,148,123); }
div.DivClassName
{
background-color: #28947B;
}
.BgClassName
{
background-color: #28947B;
}
</style>
border-color css
<style>
span { border-color: #28947B; }
span { border-color: rgb(40,148,123); }
td.TdClassName
{
border-color: #28947B;
}
.TagClassName
{
border-color: #28947B;
}
</style>