Shades of Gossamer #2E927B
Tints of Gossamer #2E927B
RGB
CMYK
RGB Variations
Color information
#2E927B (or 0x2E927B) is known color: Gossamer. HEX triplet: 2E, 92 and 7B. RGB value is (46,146,123). Sum of RGB (Red+Green+Blue) = 46+146+123=315 (41% of max value = 765). Red value is 46 (18.36% from 255 or 14.60% from 315); Green value is 146 (57.42% from 255 or 46.35% from 315); Blue value is 123 (48.44% from 255 or 39.05% from 315); Max value from RGB is 146 - color contains mainly: green. Hex color #2E927B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2E927B is #D16D84. Grayscale: #717171. Windows color (decimal): -13725061 or 8098350. OLE color: 8098350.
HSL color Cylindrical-coordinate representation of color #2E927B: hue angle of 166.2º degrees, saturation: 0.52, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #2E927B is Cyan = 0.68, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 46 | 146 | 123 | - |
| CMYK | 0.68 | 0 | 0.16 | 0.43 |
| HSL | 166.2º | 0.52% | 0.38% | - |
| HSV(B) | 166.2º | 0.68% | 0.57% | - |
| XYZ | 14.98 | 22.57 | 22.31 | - |
| YUV | 113.48 | 133.37 | 79.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 146 | 123 | 0.68 | 0 | 0.16 | 0.43 | 166.2 | 0.52 | 0.38 |
| Hex | 2E | 92 | 7B | 44 | 0 | 10 | 2B | A6 | 34 | 26 |
| Octal | 56 | 222 | 173 | 104 | 0 | 20 | 53 | 246 | 64 | 46 |
| Binary | 101110 | 10010010 | 1111011 | 1000100 | 0 | 10000 | 101011 | 10100110 | 110100 | 100110 |
Color Harmonies of #2E927B
Complementary color
Monochromatic Colors of #2E927B
Black with #2E927B
Text Example
Text Example
White with #2E927B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E927B; }
p { color: rgb(46,146,123); }
H1.HeaderClassName
{
color: #2E927B;
}
.AnyTagClassName
{
color: #2E927B;
}
</style>
background-color css
<style>
a { background-color: #2E927B; }
a { background-color: rgb(46,146,123); }
div.DivClassName
{
background-color: #2E927B;
}
.BgClassName
{
background-color: #2E927B;
}
</style>
border-color css
<style>
span { border-color: #2E927B; }
span { border-color: rgb(46,146,123); }
td.TdClassName
{
border-color: #2E927B;
}
.TagClassName
{
border-color: #2E927B;
}
</style>