Shades of Gossamer #2E9775
Tints of Gossamer #2E9775
RGB
CMYK
RGB Variations
Color information
#2E9775 (or 0x2E9775) is known color: Gossamer. HEX triplet: 2E, 97 and 75. RGB value is (46,151,117). Sum of RGB (Red+Green+Blue) = 46+151+117=314 (41% of max value = 765). Red value is 46 (18.36% from 255 or 14.65% from 314); Green value is 151 (59.38% from 255 or 48.09% from 314); Blue value is 117 (46.09% from 255 or 37.26% from 314); Max value from RGB is 151 - color contains mainly: green. Hex color #2E9775 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2E9775 is #D1688A. Grayscale: #737373. Windows color (decimal): -13723787 or 7706414. OLE color: 7706414.
HSL color Cylindrical-coordinate representation of color #2E9775: hue angle of 160.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 #2E9775 is Cyan = 0.70, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 46 | 151 | 117 | - |
| CMYK | 0.70 | 0 | 0.23 | 0.41 |
| HSL | 160.57º | 0.53% | 0.39% | - |
| HSV(B) | 160.57º | 0.7% | 0.59% | - |
| XYZ | 15.4 | 24 | 20.65 | - |
| YUV | 115.73 | 128.71 | 78.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 151 | 117 | 0.70 | 0 | 0.23 | 0.41 | 160.57 | 0.53 | 0.39 |
| Hex | 2E | 97 | 75 | 46 | 0 | 17 | 29 | A1 | 35 | 27 |
| Octal | 56 | 227 | 165 | 106 | 0 | 27 | 51 | 241 | 65 | 47 |
| Binary | 101110 | 10010111 | 1110101 | 1000110 | 0 | 10111 | 101001 | 10100001 | 110101 | 100111 |
Color Harmonies of #2E9775
Complementary color
Monochromatic Colors of #2E9775
Black with #2E9775
Text Example
Text Example
White with #2E9775
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E9775; }
p { color: rgb(46,151,117); }
H1.HeaderClassName
{
color: #2E9775;
}
.AnyTagClassName
{
color: #2E9775;
}
</style>
background-color css
<style>
a { background-color: #2E9775; }
a { background-color: rgb(46,151,117); }
div.DivClassName
{
background-color: #2E9775;
}
.BgClassName
{
background-color: #2E9775;
}
</style>
border-color css
<style>
span { border-color: #2E9775; }
span { border-color: rgb(46,151,117); }
td.TdClassName
{
border-color: #2E9775;
}
.TagClassName
{
border-color: #2E9775;
}
</style>