Shades of Gossamer #2EA07E
Tints of Gossamer #2EA07E
RGB
CMYK
RGB Variations
Color information
#2EA07E (or 0x2EA07E) is known color: Gossamer. HEX triplet: 2E, A0 and 7E. RGB value is (46,160,126). Sum of RGB (Red+Green+Blue) = 46+160+126=332 (43% of max value = 765). Red value is 46 (18.36% from 255 or 13.86% from 332); Green value is 160 (62.89% from 255 or 48.19% from 332); Blue value is 126 (49.61% from 255 or 37.95% from 332); Max value from RGB is 160 - color contains mainly: green. Hex color #2EA07E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2EA07E is #D15F81. Grayscale: #7A7A7A. Windows color (decimal): -13721474 or 8298542. OLE color: 8298542.
HSL color Cylindrical-coordinate representation of color #2EA07E: hue angle of 162.11º degrees, saturation: 0.55, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #2EA07E is Cyan = 0.71, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 46 | 160 | 126 | - |
| CMYK | 0.71 | 0 | 0.21 | 0.37 |
| HSL | 162.11º | 0.55% | 0.4% | - |
| HSV(B) | 162.11º | 0.71% | 0.63% | - |
| XYZ | 17.46 | 27.23 | 24.07 | - |
| YUV | 122.04 | 130.23 | 73.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 160 | 126 | 0.71 | 0 | 0.21 | 0.37 | 162.11 | 0.55 | 0.4 |
| Hex | 2E | A0 | 7E | 47 | 0 | 15 | 25 | A2 | 37 | 28 |
| Octal | 56 | 240 | 176 | 107 | 0 | 25 | 45 | 242 | 67 | 50 |
| Binary | 101110 | 10100000 | 1111110 | 1000111 | 0 | 10101 | 100101 | 10100010 | 110111 | 101000 |
Color Harmonies of #2EA07E
Complementary color
Monochromatic Colors of #2EA07E
Black with #2EA07E
Text Example
Text Example
White with #2EA07E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EA07E; }
p { color: rgb(46,160,126); }
H1.HeaderClassName
{
color: #2EA07E;
}
.AnyTagClassName
{
color: #2EA07E;
}
</style>
background-color css
<style>
a { background-color: #2EA07E; }
a { background-color: rgb(46,160,126); }
div.DivClassName
{
background-color: #2EA07E;
}
.BgClassName
{
background-color: #2EA07E;
}
</style>
border-color css
<style>
span { border-color: #2EA07E; }
span { border-color: rgb(46,160,126); }
td.TdClassName
{
border-color: #2EA07E;
}
.TagClassName
{
border-color: #2EA07E;
}
</style>