Shades of Gossamer #2EA082
Tints of Gossamer #2EA082
RGB
CMYK
RGB Variations
Color information
#2EA082 (or 0x2EA082) is known color: Gossamer. HEX triplet: 2E, A0 and 82. RGB value is (46,160,130). Sum of RGB (Red+Green+Blue) = 46+160+130=336 (44% of max value = 765). Red value is 46 (18.36% from 255 or 13.69% from 336); Green value is 160 (62.89% from 255 or 47.62% from 336); Blue value is 130 (51.17% from 255 or 38.69% from 336); Max value from RGB is 160 - color contains mainly: green. Hex color #2EA082 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2EA082 is #D15F7D. Grayscale: #7A7A7A. Windows color (decimal): -13721470 or 8560686. OLE color: 8560686.
HSL color Cylindrical-coordinate representation of color #2EA082: hue angle of 164.21º 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 #2EA082 is Cyan = 0.71, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 46 | 160 | 130 | - |
| CMYK | 0.71 | 0 | 0.19 | 0.37 |
| HSL | 164.21º | 0.55% | 0.4% | - |
| HSV(B) | 164.21º | 0.71% | 0.63% | - |
| XYZ | 17.73 | 27.33 | 25.46 | - |
| YUV | 122.49 | 132.23 | 73.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 160 | 130 | 0.71 | 0 | 0.19 | 0.37 | 164.21 | 0.55 | 0.4 |
| Hex | 2E | A0 | 82 | 47 | 0 | 13 | 25 | A4 | 37 | 28 |
| Octal | 56 | 240 | 202 | 107 | 0 | 23 | 45 | 244 | 67 | 50 |
| Binary | 101110 | 10100000 | 10000010 | 1000111 | 0 | 10011 | 100101 | 10100100 | 110111 | 101000 |
Color Harmonies of #2EA082
Complementary color
Monochromatic Colors of #2EA082
Black with #2EA082
Text Example
Text Example
White with #2EA082
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EA082; }
p { color: rgb(46,160,130); }
H1.HeaderClassName
{
color: #2EA082;
}
.AnyTagClassName
{
color: #2EA082;
}
</style>
background-color css
<style>
a { background-color: #2EA082; }
a { background-color: rgb(46,160,130); }
div.DivClassName
{
background-color: #2EA082;
}
.BgClassName
{
background-color: #2EA082;
}
</style>
border-color css
<style>
span { border-color: #2EA082; }
span { border-color: rgb(46,160,130); }
td.TdClassName
{
border-color: #2EA082;
}
.TagClassName
{
border-color: #2EA082;
}
</style>