Shades of Gossamer #2E917D
Tints of Gossamer #2E917D
RGB
CMYK
RGB Variations
Color information
#2E917D (or 0x2E917D) is known color: Gossamer. HEX triplet: 2E, 91 and 7D. RGB value is (46,145,125). Sum of RGB (Red+Green+Blue) = 46+145+125=316 (41% of max value = 765). Red value is 46 (18.36% from 255 or 14.56% from 316); Green value is 145 (57.03% from 255 or 45.89% from 316); Blue value is 125 (49.22% from 255 or 39.56% from 316); Max value from RGB is 145 - color contains mainly: green. Hex color #2E917D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2E917D is #D16E82. Grayscale: #717171. Windows color (decimal): -13725315 or 8229166. OLE color: 8229166.
HSL color Cylindrical-coordinate representation of color #2E917D: hue angle of 167.88º degrees, saturation: 0.52, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #2E917D is Cyan = 0.68, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 46 | 145 | 125 | - |
| CMYK | 0.68 | 0 | 0.14 | 0.43 |
| HSL | 167.88º | 0.52% | 0.37% | - |
| HSV(B) | 167.88º | 0.68% | 0.57% | - |
| XYZ | 14.95 | 22.31 | 22.92 | - |
| YUV | 113.12 | 134.7 | 80.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 145 | 125 | 0.68 | 0 | 0.14 | 0.43 | 167.88 | 0.52 | 0.37 |
| Hex | 2E | 91 | 7D | 44 | 0 | E | 2B | A8 | 34 | 25 |
| Octal | 56 | 221 | 175 | 104 | 0 | 16 | 53 | 250 | 64 | 45 |
| Binary | 101110 | 10010001 | 1111101 | 1000100 | 0 | 1110 | 101011 | 10101000 | 110100 | 100101 |
Color Harmonies of #2E917D
Complementary color
Monochromatic Colors of #2E917D
Black with #2E917D
Text Example
Text Example
White with #2E917D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E917D; }
p { color: rgb(46,145,125); }
H1.HeaderClassName
{
color: #2E917D;
}
.AnyTagClassName
{
color: #2E917D;
}
</style>
background-color css
<style>
a { background-color: #2E917D; }
a { background-color: rgb(46,145,125); }
div.DivClassName
{
background-color: #2E917D;
}
.BgClassName
{
background-color: #2E917D;
}
</style>
border-color css
<style>
span { border-color: #2E917D; }
span { border-color: rgb(46,145,125); }
td.TdClassName
{
border-color: #2E917D;
}
.TagClassName
{
border-color: #2E917D;
}
</style>