Shades of Gossamer #2E947B
Tints of Gossamer #2E947B
RGB
CMYK
RGB Variations
Color information
#2E947B (or 0x2E947B) is known color: Gossamer. HEX triplet: 2E, 94 and 7B. RGB value is (46,148,123). Sum of RGB (Red+Green+Blue) = 46+148+123=317 (41% of max value = 765). Red value is 46 (18.36% from 255 or 14.51% from 317); Green value is 148 (58.20% from 255 or 46.69% from 317); Blue value is 123 (48.44% from 255 or 38.80% from 317); Max value from RGB is 148 - color contains mainly: green. Hex color #2E947B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2E947B is #D16B84. Grayscale: #727272. Windows color (decimal): -13724549 or 8098862. OLE color: 8098862.
HSL color Cylindrical-coordinate representation of color #2E947B: hue angle of 165.29º 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 #2E947B is Cyan = 0.69, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 46 | 148 | 123 | - |
| CMYK | 0.69 | 0 | 0.17 | 0.42 |
| HSL | 165.29º | 0.53% | 0.38% | - |
| HSV(B) | 165.29º | 0.69% | 0.58% | - |
| XYZ | 15.29 | 23.19 | 22.41 | - |
| YUV | 114.65 | 132.71 | 79.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 148 | 123 | 0.69 | 0 | 0.17 | 0.42 | 165.29 | 0.53 | 0.38 |
| Hex | 2E | 94 | 7B | 45 | 0 | 11 | 2A | A5 | 35 | 26 |
| Octal | 56 | 224 | 173 | 105 | 0 | 21 | 52 | 245 | 65 | 46 |
| Binary | 101110 | 10010100 | 1111011 | 1000101 | 0 | 10001 | 101010 | 10100101 | 110101 | 100110 |
Color Harmonies of #2E947B
Complementary color
Monochromatic Colors of #2E947B
Black with #2E947B
Text Example
Text Example
White with #2E947B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E947B; }
p { color: rgb(46,148,123); }
H1.HeaderClassName
{
color: #2E947B;
}
.AnyTagClassName
{
color: #2E947B;
}
</style>
background-color css
<style>
a { background-color: #2E947B; }
a { background-color: rgb(46,148,123); }
div.DivClassName
{
background-color: #2E947B;
}
.BgClassName
{
background-color: #2E947B;
}
</style>
border-color css
<style>
span { border-color: #2E947B; }
span { border-color: rgb(46,148,123); }
td.TdClassName
{
border-color: #2E947B;
}
.TagClassName
{
border-color: #2E947B;
}
</style>