Shades of Gossamer #2E977A
Tints of Gossamer #2E977A
RGB
CMYK
RGB Variations
Color information
#2E977A (or 0x2E977A) is known color: Gossamer. HEX triplet: 2E, 97 and 7A. RGB value is (46,151,122). Sum of RGB (Red+Green+Blue) = 46+151+122=319 (42% of max value = 765). Red value is 46 (18.36% from 255 or 14.42% from 319); Green value is 151 (59.38% from 255 or 47.34% from 319); Blue value is 122 (48.05% from 255 or 38.24% from 319); Max value from RGB is 151 - color contains mainly: green. Hex color #2E977A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2E977A is #D16885. Grayscale: #747474. Windows color (decimal): -13723782 or 8034094. OLE color: 8034094.
HSL color Cylindrical-coordinate representation of color #2E977A: hue angle of 163.43º 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 #2E977A is Cyan = 0.70, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 46 | 151 | 122 | - |
| CMYK | 0.70 | 0 | 0.19 | 0.41 |
| HSL | 163.43º | 0.53% | 0.39% | - |
| HSV(B) | 163.43º | 0.7% | 0.59% | - |
| XYZ | 15.71 | 24.12 | 22.24 | - |
| YUV | 116.3 | 131.21 | 77.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 151 | 122 | 0.70 | 0 | 0.19 | 0.41 | 163.43 | 0.53 | 0.39 |
| Hex | 2E | 97 | 7A | 46 | 0 | 13 | 29 | A3 | 35 | 27 |
| Octal | 56 | 227 | 172 | 106 | 0 | 23 | 51 | 243 | 65 | 47 |
| Binary | 101110 | 10010111 | 1111010 | 1000110 | 0 | 10011 | 101001 | 10100011 | 110101 | 100111 |
Color Harmonies of #2E977A
Complementary color
Monochromatic Colors of #2E977A
Black with #2E977A
Text Example
Text Example
White with #2E977A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E977A; }
p { color: rgb(46,151,122); }
H1.HeaderClassName
{
color: #2E977A;
}
.AnyTagClassName
{
color: #2E977A;
}
</style>
background-color css
<style>
a { background-color: #2E977A; }
a { background-color: rgb(46,151,122); }
div.DivClassName
{
background-color: #2E977A;
}
.BgClassName
{
background-color: #2E977A;
}
</style>
border-color css
<style>
span { border-color: #2E977A; }
span { border-color: rgb(46,151,122); }
td.TdClassName
{
border-color: #2E977A;
}
.TagClassName
{
border-color: #2E977A;
}
</style>