Shades of Gossamer #2E977C
Tints of Gossamer #2E977C
RGB
CMYK
RGB Variations
Color information
#2E977C (or 0x2E977C) is known color: Gossamer. HEX triplet: 2E, 97 and 7C. RGB value is (46,151,124). Sum of RGB (Red+Green+Blue) = 46+151+124=321 (42% of max value = 765). Red value is 46 (18.36% from 255 or 14.33% from 321); Green value is 151 (59.38% from 255 or 47.04% from 321); Blue value is 124 (48.83% from 255 or 38.63% from 321); Max value from RGB is 151 - color contains mainly: green. Hex color #2E977C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2E977C is #D16883. Grayscale: #747474. Windows color (decimal): -13723780 or 8165166. OLE color: 8165166.
HSL color Cylindrical-coordinate representation of color #2E977C: hue angle of 164.57º degrees, saturation: 0.53, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #2E977C is Cyan = 0.70, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 46 | 151 | 124 | - |
| CMYK | 0.70 | 0 | 0.18 | 0.41 |
| HSL | 164.57º | 0.53% | 0.39% | - |
| HSV(B) | 164.57º | 0.7% | 0.59% | - |
| XYZ | 15.83 | 24.17 | 22.9 | - |
| YUV | 116.53 | 132.21 | 77.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 151 | 124 | 0.70 | 0 | 0.18 | 0.41 | 164.57 | 0.53 | 0.39 |
| Hex | 2E | 97 | 7C | 46 | 0 | 12 | 29 | A5 | 35 | 27 |
| Octal | 56 | 227 | 174 | 106 | 0 | 22 | 51 | 245 | 65 | 47 |
| Binary | 101110 | 10010111 | 1111100 | 1000110 | 0 | 10010 | 101001 | 10100101 | 110101 | 100111 |
Color Harmonies of #2E977C
Complementary color
Monochromatic Colors of #2E977C
Black with #2E977C
Text Example
Text Example
White with #2E977C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E977C; }
p { color: rgb(46,151,124); }
H1.HeaderClassName
{
color: #2E977C;
}
.AnyTagClassName
{
color: #2E977C;
}
</style>
background-color css
<style>
a { background-color: #2E977C; }
a { background-color: rgb(46,151,124); }
div.DivClassName
{
background-color: #2E977C;
}
.BgClassName
{
background-color: #2E977C;
}
</style>
border-color css
<style>
span { border-color: #2E977C; }
span { border-color: rgb(46,151,124); }
td.TdClassName
{
border-color: #2E977C;
}
.TagClassName
{
border-color: #2E977C;
}
</style>