Shades of Gossamer #2E9575
Tints of Gossamer #2E9575
RGB
CMYK
RGB Variations
Color information
#2E9575 (or 0x2E9575) is known color: Gossamer. HEX triplet: 2E, 95 and 75. RGB value is (46,149,117). Sum of RGB (Red+Green+Blue) = 46+149+117=312 (41% of max value = 765). Red value is 46 (18.36% from 255 or 14.74% from 312); Green value is 149 (58.59% from 255 or 47.76% from 312); Blue value is 117 (46.09% from 255 or 37.5% from 312); Max value from RGB is 149 - color contains mainly: green. Hex color #2E9575 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2E9575 is #D16A8A. Grayscale: #727272. Windows color (decimal): -13724299 or 7705902. OLE color: 7705902.
HSL color Cylindrical-coordinate representation of color #2E9575: hue angle of 161.36º degrees, saturation: 0.53, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #2E9575 is Cyan = 0.69, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 46 | 149 | 117 | - |
| CMYK | 0.69 | 0 | 0.21 | 0.42 |
| HSL | 161.36º | 0.53% | 0.38% | - |
| HSV(B) | 161.36º | 0.69% | 0.58% | - |
| XYZ | 15.09 | 23.36 | 20.54 | - |
| YUV | 114.56 | 129.38 | 79.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 149 | 117 | 0.69 | 0 | 0.21 | 0.42 | 161.36 | 0.53 | 0.38 |
| Hex | 2E | 95 | 75 | 45 | 0 | 15 | 2A | A1 | 35 | 26 |
| Octal | 56 | 225 | 165 | 105 | 0 | 25 | 52 | 241 | 65 | 46 |
| Binary | 101110 | 10010101 | 1110101 | 1000101 | 0 | 10101 | 101010 | 10100001 | 110101 | 100110 |
Color Harmonies of #2E9575
Complementary color
Monochromatic Colors of #2E9575
Black with #2E9575
Text Example
Text Example
White with #2E9575
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E9575; }
p { color: rgb(46,149,117); }
H1.HeaderClassName
{
color: #2E9575;
}
.AnyTagClassName
{
color: #2E9575;
}
</style>
background-color css
<style>
a { background-color: #2E9575; }
a { background-color: rgb(46,149,117); }
div.DivClassName
{
background-color: #2E9575;
}
.BgClassName
{
background-color: #2E9575;
}
</style>
border-color css
<style>
span { border-color: #2E9575; }
span { border-color: rgb(46,149,117); }
td.TdClassName
{
border-color: #2E9575;
}
.TagClassName
{
border-color: #2E9575;
}
</style>