Shades of Gossamer #2C9D76
Tints of Gossamer #2C9D76
RGB
CMYK
RGB Variations
Color information
#2C9D76 (or 0x2C9D76) is known color: Gossamer. HEX triplet: 2C, 9D and 76. RGB value is (44,157,118). Sum of RGB (Red+Green+Blue) = 44+157+118=319 (42% of max value = 765). Red value is 44 (17.58% from 255 or 13.79% from 319); Green value is 157 (61.72% from 255 or 49.22% from 319); Blue value is 118 (46.48% from 255 or 36.99% from 319); Max value from RGB is 157 - color contains mainly: green. Hex color #2C9D76 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2C9D76 is #D36289. Grayscale: #767676. Windows color (decimal): -13853322 or 7773484. OLE color: 7773484.
HSL color Cylindrical-coordinate representation of color #2C9D76: hue angle of 159.29º degrees, saturation: 0.56, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #2C9D76 is Cyan = 0.72, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 44 | 157 | 118 | - |
| CMYK | 0.72 | 0 | 0.25 | 0.38 |
| HSL | 159.29º | 0.56% | 0.39% | - |
| HSV(B) | 159.29º | 0.72% | 0.62% | - |
| XYZ | 16.37 | 25.96 | 21.29 | - |
| YUV | 118.77 | 127.56 | 74.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 157 | 118 | 0.72 | 0 | 0.25 | 0.38 | 159.29 | 0.56 | 0.39 |
| Hex | 2C | 9D | 76 | 48 | 0 | 19 | 26 | 9F | 38 | 27 |
| Octal | 54 | 235 | 166 | 110 | 0 | 31 | 46 | 237 | 70 | 47 |
| Binary | 101100 | 10011101 | 1110110 | 1001000 | 0 | 11001 | 100110 | 10011111 | 111000 | 100111 |
Color Harmonies of #2C9D76
Complementary color
Monochromatic Colors of #2C9D76
Black with #2C9D76
Text Example
Text Example
White with #2C9D76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C9D76; }
p { color: rgb(44,157,118); }
H1.HeaderClassName
{
color: #2C9D76;
}
.AnyTagClassName
{
color: #2C9D76;
}
</style>
background-color css
<style>
a { background-color: #2C9D76; }
a { background-color: rgb(44,157,118); }
div.DivClassName
{
background-color: #2C9D76;
}
.BgClassName
{
background-color: #2C9D76;
}
</style>
border-color css
<style>
span { border-color: #2C9D76; }
span { border-color: rgb(44,157,118); }
td.TdClassName
{
border-color: #2C9D76;
}
.TagClassName
{
border-color: #2C9D76;
}
</style>