Shades of Gossamer #2E9079
Tints of Gossamer #2E9079
RGB
CMYK
RGB Variations
Color information
#2E9079 (or 0x2E9079) is known color: Gossamer. HEX triplet: 2E, 90 and 79. RGB value is (46,144,121). Sum of RGB (Red+Green+Blue) = 46+144+121=311 (41% of max value = 765). Red value is 46 (18.36% from 255 or 14.79% from 311); Green value is 144 (56.64% from 255 or 46.30% from 311); Blue value is 121 (47.66% from 255 or 38.91% from 311); Max value from RGB is 144 - color contains mainly: green. Hex color #2E9079 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2E9079 is #D16F86. Grayscale: #707070. Windows color (decimal): -13725575 or 7966766. OLE color: 7966766.
HSL color Cylindrical-coordinate representation of color #2E9079: hue angle of 165.92º degrees, saturation: 0.52, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #2E9079 is Cyan = 0.68, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 46 | 144 | 121 | - |
| CMYK | 0.68 | 0 | 0.16 | 0.44 |
| HSL | 165.92º | 0.52% | 0.37% | - |
| HSV(B) | 165.92º | 0.68% | 0.56% | - |
| XYZ | 14.55 | 21.91 | 21.55 | - |
| YUV | 112.08 | 133.03 | 80.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 144 | 121 | 0.68 | 0 | 0.16 | 0.44 | 165.92 | 0.52 | 0.37 |
| Hex | 2E | 90 | 79 | 44 | 0 | 10 | 2C | A6 | 34 | 25 |
| Octal | 56 | 220 | 171 | 104 | 0 | 20 | 54 | 246 | 64 | 45 |
| Binary | 101110 | 10010000 | 1111001 | 1000100 | 0 | 10000 | 101100 | 10100110 | 110100 | 100101 |
Color Harmonies of #2E9079
Complementary color
Monochromatic Colors of #2E9079
Black with #2E9079
Text Example
Text Example
White with #2E9079
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E9079; }
p { color: rgb(46,144,121); }
H1.HeaderClassName
{
color: #2E9079;
}
.AnyTagClassName
{
color: #2E9079;
}
</style>
background-color css
<style>
a { background-color: #2E9079; }
a { background-color: rgb(46,144,121); }
div.DivClassName
{
background-color: #2E9079;
}
.BgClassName
{
background-color: #2E9079;
}
</style>
border-color css
<style>
span { border-color: #2E9079; }
span { border-color: rgb(46,144,121); }
td.TdClassName
{
border-color: #2E9079;
}
.TagClassName
{
border-color: #2E9079;
}
</style>