Shades of Gossamer #2E957D
Tints of Gossamer #2E957D
RGB
CMYK
RGB Variations
Color information
#2E957D (or 0x2E957D) is known color: Gossamer. HEX triplet: 2E, 95 and 7D. RGB value is (46,149,125). Sum of RGB (Red+Green+Blue) = 46+149+125=320 (42% of max value = 765). Red value is 46 (18.36% from 255 or 14.38% from 320); Green value is 149 (58.59% from 255 or 46.56% from 320); Blue value is 125 (49.22% from 255 or 39.06% from 320); Max value from RGB is 149 - color contains mainly: green. Hex color #2E957D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2E957D is #D16A82. Grayscale: #737373. Windows color (decimal): -13724291 or 8230190. OLE color: 8230190.
HSL color Cylindrical-coordinate representation of color #2E957D: hue angle of 166.02º degrees, saturation: 0.53, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #2E957D is Cyan = 0.69, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 46 | 149 | 125 | - |
| CMYK | 0.69 | 0 | 0.16 | 0.42 |
| HSL | 166.02º | 0.53% | 0.38% | - |
| HSV(B) | 166.02º | 0.69% | 0.58% | - |
| XYZ | 15.58 | 23.56 | 23.13 | - |
| YUV | 115.47 | 133.38 | 78.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 149 | 125 | 0.69 | 0 | 0.16 | 0.42 | 166.02 | 0.53 | 0.38 |
| Hex | 2E | 95 | 7D | 45 | 0 | 10 | 2A | A6 | 35 | 26 |
| Octal | 56 | 225 | 175 | 105 | 0 | 20 | 52 | 246 | 65 | 46 |
| Binary | 101110 | 10010101 | 1111101 | 1000101 | 0 | 10000 | 101010 | 10100110 | 110101 | 100110 |
Color Harmonies of #2E957D
Complementary color
Monochromatic Colors of #2E957D
Black with #2E957D
Text Example
Text Example
White with #2E957D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E957D; }
p { color: rgb(46,149,125); }
H1.HeaderClassName
{
color: #2E957D;
}
.AnyTagClassName
{
color: #2E957D;
}
</style>
background-color css
<style>
a { background-color: #2E957D; }
a { background-color: rgb(46,149,125); }
div.DivClassName
{
background-color: #2E957D;
}
.BgClassName
{
background-color: #2E957D;
}
</style>
border-color css
<style>
span { border-color: #2E957D; }
span { border-color: rgb(46,149,125); }
td.TdClassName
{
border-color: #2E957D;
}
.TagClassName
{
border-color: #2E957D;
}
</style>