Shades of Gossamer #2E997B
Tints of Gossamer #2E997B
RGB
CMYK
RGB Variations
Color information
#2E997B (or 0x2E997B) is known color: Gossamer. HEX triplet: 2E, 99 and 7B. RGB value is (46,153,123). Sum of RGB (Red+Green+Blue) = 46+153+123=322 (42% of max value = 765). Red value is 46 (18.36% from 255 or 14.29% from 322); Green value is 153 (60.16% from 255 or 47.52% from 322); Blue value is 123 (48.44% from 255 or 38.20% from 322); Max value from RGB is 153 - color contains mainly: green. Hex color #2E997B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2E997B is #D16684. Grayscale: #757575. Windows color (decimal): -13723269 or 8100142. OLE color: 8100142.
HSL color Cylindrical-coordinate representation of color #2E997B: hue angle of 163.18º degrees, saturation: 0.54, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #2E997B is Cyan = 0.70, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 46 | 153 | 123 | - |
| CMYK | 0.70 | 0 | 0.20 | 0.4 |
| HSL | 163.18º | 0.54% | 0.39% | - |
| HSV(B) | 163.18º | 0.7% | 0.6% | - |
| XYZ | 16.09 | 24.79 | 22.68 | - |
| YUV | 117.59 | 131.05 | 76.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 153 | 123 | 0.70 | 0 | 0.20 | 0.4 | 163.18 | 0.54 | 0.39 |
| Hex | 2E | 99 | 7B | 46 | 0 | 14 | 28 | A3 | 36 | 27 |
| Octal | 56 | 231 | 173 | 106 | 0 | 24 | 50 | 243 | 66 | 47 |
| Binary | 101110 | 10011001 | 1111011 | 1000110 | 0 | 10100 | 101000 | 10100011 | 110110 | 100111 |
Color Harmonies of #2E997B
Complementary color
Monochromatic Colors of #2E997B
Black with #2E997B
Text Example
Text Example
White with #2E997B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E997B; }
p { color: rgb(46,153,123); }
H1.HeaderClassName
{
color: #2E997B;
}
.AnyTagClassName
{
color: #2E997B;
}
</style>
background-color css
<style>
a { background-color: #2E997B; }
a { background-color: rgb(46,153,123); }
div.DivClassName
{
background-color: #2E997B;
}
.BgClassName
{
background-color: #2E997B;
}
</style>
border-color css
<style>
span { border-color: #2E997B; }
span { border-color: rgb(46,153,123); }
td.TdClassName
{
border-color: #2E997B;
}
.TagClassName
{
border-color: #2E997B;
}
</style>