Shades of Gossamer #2C957D
Tints of Gossamer #2C957D
RGB
CMYK
RGB Variations
Color information
#2C957D (or 0x2C957D) is known color: Gossamer. HEX triplet: 2C, 95 and 7D. RGB value is (44,149,125). Sum of RGB (Red+Green+Blue) = 44+149+125=318 (42% of max value = 765). Red value is 44 (17.58% from 255 or 13.84% from 318); Green value is 149 (58.59% from 255 or 46.86% from 318); Blue value is 125 (49.22% from 255 or 39.31% from 318); Max value from RGB is 149 - color contains mainly: green. Hex color #2C957D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2C957D is #D36A82. Grayscale: #727272. Windows color (decimal): -13855363 or 8230188. OLE color: 8230188.
HSL color Cylindrical-coordinate representation of color #2C957D: hue angle of 166.29º degrees, saturation: 0.54, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #2C957D is Cyan = 0.70, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 44 | 149 | 125 | - |
| CMYK | 0.70 | 0 | 0.16 | 0.42 |
| HSL | 166.29º | 0.54% | 0.38% | - |
| HSV(B) | 166.29º | 0.7% | 0.58% | - |
| XYZ | 15.49 | 23.51 | 23.12 | - |
| YUV | 114.87 | 133.71 | 77.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 149 | 125 | 0.70 | 0 | 0.16 | 0.42 | 166.29 | 0.54 | 0.38 |
| Hex | 2C | 95 | 7D | 46 | 0 | 10 | 2A | A6 | 36 | 26 |
| Octal | 54 | 225 | 175 | 106 | 0 | 20 | 52 | 246 | 66 | 46 |
| Binary | 101100 | 10010101 | 1111101 | 1000110 | 0 | 10000 | 101010 | 10100110 | 110110 | 100110 |
Color Harmonies of #2C957D
Complementary color
Monochromatic Colors of #2C957D
Black with #2C957D
Text Example
Text Example
White with #2C957D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C957D; }
p { color: rgb(44,149,125); }
H1.HeaderClassName
{
color: #2C957D;
}
.AnyTagClassName
{
color: #2C957D;
}
</style>
background-color css
<style>
a { background-color: #2C957D; }
a { background-color: rgb(44,149,125); }
div.DivClassName
{
background-color: #2C957D;
}
.BgClassName
{
background-color: #2C957D;
}
</style>
border-color css
<style>
span { border-color: #2C957D; }
span { border-color: rgb(44,149,125); }
td.TdClassName
{
border-color: #2C957D;
}
.TagClassName
{
border-color: #2C957D;
}
</style>