Shades of Gossamer #289978
Tints of Gossamer #289978
RGB
CMYK
RGB Variations
Color information
#289978 (or 0x289978) is known color: Gossamer. HEX triplet: 28, 99 and 78. RGB value is (40,153,120). Sum of RGB (Red+Green+Blue) = 40+153+120=313 (41% of max value = 765). Red value is 40 (16.02% from 255 or 12.78% from 313); Green value is 153 (60.16% from 255 or 48.88% from 313); Blue value is 120 (47.27% from 255 or 38.34% from 313); Max value from RGB is 153 - color contains mainly: green. Hex color #289978 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #289978 is #D76687. Grayscale: #737373. Windows color (decimal): -14116488 or 7903528. OLE color: 7903528.
HSL color Cylindrical-coordinate representation of color #289978: hue angle of 162.48º degrees, saturation: 0.59, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #289978 is Cyan = 0.74, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 40 | 153 | 120 | - |
| CMYK | 0.74 | 0 | 0.22 | 0.4 |
| HSL | 162.48º | 0.59% | 0.38% | - |
| HSV(B) | 162.48º | 0.74% | 0.6% | - |
| XYZ | 15.66 | 24.59 | 21.69 | - |
| YUV | 115.45 | 130.56 | 74.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 153 | 120 | 0.74 | 0 | 0.22 | 0.4 | 162.48 | 0.59 | 0.38 |
| Hex | 28 | 99 | 78 | 4A | 0 | 16 | 28 | A2 | 3B | 26 |
| Octal | 50 | 231 | 170 | 112 | 0 | 26 | 50 | 242 | 73 | 46 |
| Binary | 101000 | 10011001 | 1111000 | 1001010 | 0 | 10110 | 101000 | 10100010 | 111011 | 100110 |
Color Harmonies of #289978
Complementary color
Monochromatic Colors of #289978
Black with #289978
Text Example
Text Example
White with #289978
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #289978; }
p { color: rgb(40,153,120); }
H1.HeaderClassName
{
color: #289978;
}
.AnyTagClassName
{
color: #289978;
}
</style>
background-color css
<style>
a { background-color: #289978; }
a { background-color: rgb(40,153,120); }
div.DivClassName
{
background-color: #289978;
}
.BgClassName
{
background-color: #289978;
}
</style>
border-color css
<style>
span { border-color: #289978; }
span { border-color: rgb(40,153,120); }
td.TdClassName
{
border-color: #289978;
}
.TagClassName
{
border-color: #289978;
}
</style>