Shades of Gossamer #2E9B81
Tints of Gossamer #2E9B81
RGB
CMYK
RGB Variations
Color information
#2E9B81 (or 0x2E9B81) is known color: Gossamer. HEX triplet: 2E, 9B and 81. RGB value is (46,155,129). Sum of RGB (Red+Green+Blue) = 46+155+129=330 (43% of max value = 765). Red value is 46 (18.36% from 255 or 13.94% from 330); Green value is 155 (60.94% from 255 or 46.97% from 330); Blue value is 129 (50.78% from 255 or 39.09% from 330); Max value from RGB is 155 - color contains mainly: green. Hex color #2E9B81 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2E9B81 is #D1647E. Grayscale: #777777. Windows color (decimal): -13722751 or 8493870. OLE color: 8493870.
HSL color Cylindrical-coordinate representation of color #2E9B81: hue angle of 165.69º degrees, saturation: 0.54, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #2E9B81 is Cyan = 0.70, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 46 | 155 | 129 | - |
| CMYK | 0.70 | 0 | 0.17 | 0.39 |
| HSL | 165.69º | 0.54% | 0.39% | - |
| HSV(B) | 165.69º | 0.7% | 0.61% | - |
| XYZ | 16.81 | 25.61 | 24.83 | - |
| YUV | 119.45 | 133.39 | 75.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 155 | 129 | 0.70 | 0 | 0.17 | 0.39 | 165.69 | 0.54 | 0.39 |
| Hex | 2E | 9B | 81 | 46 | 0 | 11 | 27 | A6 | 36 | 27 |
| Octal | 56 | 233 | 201 | 106 | 0 | 21 | 47 | 246 | 66 | 47 |
| Binary | 101110 | 10011011 | 10000001 | 1000110 | 0 | 10001 | 100111 | 10100110 | 110110 | 100111 |
Color Harmonies of #2E9B81
Complementary color
Monochromatic Colors of #2E9B81
Black with #2E9B81
Text Example
Text Example
White with #2E9B81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E9B81; }
p { color: rgb(46,155,129); }
H1.HeaderClassName
{
color: #2E9B81;
}
.AnyTagClassName
{
color: #2E9B81;
}
</style>
background-color css
<style>
a { background-color: #2E9B81; }
a { background-color: rgb(46,155,129); }
div.DivClassName
{
background-color: #2E9B81;
}
.BgClassName
{
background-color: #2E9B81;
}
</style>
border-color css
<style>
span { border-color: #2E9B81; }
span { border-color: rgb(46,155,129); }
td.TdClassName
{
border-color: #2E9B81;
}
.TagClassName
{
border-color: #2E9B81;
}
</style>