Shades of Gossamer #2EA084
Tints of Gossamer #2EA084
RGB
CMYK
RGB Variations
Color information
#2EA084 (or 0x2EA084) is known color: Gossamer. HEX triplet: 2E, A0 and 84. RGB value is (46,160,132). Sum of RGB (Red+Green+Blue) = 46+160+132=338 (44% of max value = 765). Red value is 46 (18.36% from 255 or 13.61% from 338); Green value is 160 (62.89% from 255 or 47.34% from 338); Blue value is 132 (51.95% from 255 or 39.05% from 338); Max value from RGB is 160 - color contains mainly: green. Hex color #2EA084 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2EA084 is #D15F7B. Grayscale: #7A7A7A. Windows color (decimal): -13721468 or 8691758. OLE color: 8691758.
HSL color Cylindrical-coordinate representation of color #2EA084: hue angle of 165.26º 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 #2EA084 is Cyan = 0.71, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 46 | 160 | 132 | - |
| CMYK | 0.71 | 0 | 0.17 | 0.37 |
| HSL | 165.26º | 0.55% | 0.4% | - |
| HSV(B) | 165.26º | 0.71% | 0.63% | - |
| XYZ | 17.86 | 27.39 | 26.17 | - |
| YUV | 122.72 | 133.23 | 73.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 160 | 132 | 0.71 | 0 | 0.17 | 0.37 | 165.26 | 0.55 | 0.4 |
| Hex | 2E | A0 | 84 | 47 | 0 | 11 | 25 | A5 | 37 | 28 |
| Octal | 56 | 240 | 204 | 107 | 0 | 21 | 45 | 245 | 67 | 50 |
| Binary | 101110 | 10100000 | 10000100 | 1000111 | 0 | 10001 | 100101 | 10100101 | 110111 | 101000 |
Color Harmonies of #2EA084
Complementary color
Monochromatic Colors of #2EA084
Black with #2EA084
Text Example
Text Example
White with #2EA084
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EA084; }
p { color: rgb(46,160,132); }
H1.HeaderClassName
{
color: #2EA084;
}
.AnyTagClassName
{
color: #2EA084;
}
</style>
background-color css
<style>
a { background-color: #2EA084; }
a { background-color: rgb(46,160,132); }
div.DivClassName
{
background-color: #2EA084;
}
.BgClassName
{
background-color: #2EA084;
}
</style>
border-color css
<style>
span { border-color: #2EA084; }
span { border-color: rgb(46,160,132); }
td.TdClassName
{
border-color: #2EA084;
}
.TagClassName
{
border-color: #2EA084;
}
</style>