Shades of Gossamer #28927D
Tints of Gossamer #28927D
RGB
CMYK
RGB Variations
Color information
#28927D (or 0x28927D) is known color: Gossamer. HEX triplet: 28, 92 and 7D. RGB value is (40,146,125). Sum of RGB (Red+Green+Blue) = 40+146+125=311 (41% of max value = 765). Red value is 40 (16.02% from 255 or 12.86% from 311); Green value is 146 (57.42% from 255 or 46.95% from 311); Blue value is 125 (49.22% from 255 or 40.19% from 311); Max value from RGB is 146 - color contains mainly: green. Hex color #28927D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #28927D is #D76D82. Grayscale: #6F6F6F. Windows color (decimal): -14118275 or 8229416. OLE color: 8229416.
HSL color Cylindrical-coordinate representation of color #28927D: hue angle of 168.11º degrees, saturation: 0.57, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #28927D is Cyan = 0.73, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 40 | 146 | 125 | - |
| CMYK | 0.73 | 0 | 0.14 | 0.43 |
| HSL | 168.11º | 0.57% | 0.36% | - |
| HSV(B) | 168.11º | 0.73% | 0.57% | - |
| XYZ | 14.86 | 22.49 | 22.96 | - |
| YUV | 111.91 | 135.38 | 76.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 146 | 125 | 0.73 | 0 | 0.14 | 0.43 | 168.11 | 0.57 | 0.36 |
| Hex | 28 | 92 | 7D | 49 | 0 | E | 2B | A8 | 39 | 24 |
| Octal | 50 | 222 | 175 | 111 | 0 | 16 | 53 | 250 | 71 | 44 |
| Binary | 101000 | 10010010 | 1111101 | 1001001 | 0 | 1110 | 101011 | 10101000 | 111001 | 100100 |
Color Harmonies of #28927D
Complementary color
Monochromatic Colors of #28927D
Black with #28927D
Text Example
Text Example
White with #28927D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28927D; }
p { color: rgb(40,146,125); }
H1.HeaderClassName
{
color: #28927D;
}
.AnyTagClassName
{
color: #28927D;
}
</style>
background-color css
<style>
a { background-color: #28927D; }
a { background-color: rgb(40,146,125); }
div.DivClassName
{
background-color: #28927D;
}
.BgClassName
{
background-color: #28927D;
}
</style>
border-color css
<style>
span { border-color: #28927D; }
span { border-color: rgb(40,146,125); }
td.TdClassName
{
border-color: #28927D;
}
.TagClassName
{
border-color: #28927D;
}
</style>