Shades of Gossamer #2E9C79
Tints of Gossamer #2E9C79
RGB
CMYK
RGB Variations
Color information
#2E9C79 (or 0x2E9C79) is known color: Gossamer. HEX triplet: 2E, 9C and 79. RGB value is (46,156,121). Sum of RGB (Red+Green+Blue) = 46+156+121=323 (42% of max value = 765). Red value is 46 (18.36% from 255 or 14.24% from 323); Green value is 156 (61.33% from 255 or 48.30% from 323); Blue value is 121 (47.66% from 255 or 37.46% from 323); Max value from RGB is 156 - color contains mainly: green. Hex color #2E9C79 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2E9C79 is #D16386. Grayscale: #777777. Windows color (decimal): -13722503 or 7969838. OLE color: 7969838.
HSL color Cylindrical-coordinate representation of color #2E9C79: hue angle of 160.91º degrees, saturation: 0.54, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #2E9C79 is Cyan = 0.71, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 46 | 156 | 121 | - |
| CMYK | 0.71 | 0 | 0.22 | 0.39 |
| HSL | 160.91º | 0.54% | 0.4% | - |
| HSV(B) | 160.91º | 0.71% | 0.61% | - |
| XYZ | 16.47 | 25.74 | 22.19 | - |
| YUV | 119.12 | 129.06 | 75.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 156 | 121 | 0.71 | 0 | 0.22 | 0.39 | 160.91 | 0.54 | 0.4 |
| Hex | 2E | 9C | 79 | 47 | 0 | 16 | 27 | A1 | 36 | 28 |
| Octal | 56 | 234 | 171 | 107 | 0 | 26 | 47 | 241 | 66 | 50 |
| Binary | 101110 | 10011100 | 1111001 | 1000111 | 0 | 10110 | 100111 | 10100001 | 110110 | 101000 |
Color Harmonies of #2E9C79
Complementary color
Monochromatic Colors of #2E9C79
Black with #2E9C79
Text Example
Text Example
White with #2E9C79
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E9C79; }
p { color: rgb(46,156,121); }
H1.HeaderClassName
{
color: #2E9C79;
}
.AnyTagClassName
{
color: #2E9C79;
}
</style>
background-color css
<style>
a { background-color: #2E9C79; }
a { background-color: rgb(46,156,121); }
div.DivClassName
{
background-color: #2E9C79;
}
.BgClassName
{
background-color: #2E9C79;
}
</style>
border-color css
<style>
span { border-color: #2E9C79; }
span { border-color: rgb(46,156,121); }
td.TdClassName
{
border-color: #2E9C79;
}
.TagClassName
{
border-color: #2E9C79;
}
</style>