Shades of Gossamer #2C977F
Tints of Gossamer #2C977F
RGB
CMYK
RGB Variations
Color information
#2C977F (or 0x2C977F) is known color: Gossamer. HEX triplet: 2C, 97 and 7F. RGB value is (44,151,127). Sum of RGB (Red+Green+Blue) = 44+151+127=322 (42% of max value = 765). Red value is 44 (17.58% from 255 or 13.66% from 322); Green value is 151 (59.38% from 255 or 46.89% from 322); Blue value is 127 (50% from 255 or 39.44% from 322); Max value from RGB is 151 - color contains mainly: green. Hex color #2C977F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2C977F is #D36880. Grayscale: #747474. Windows color (decimal): -13854849 or 8361772. OLE color: 8361772.
HSL color Cylindrical-coordinate representation of color #2C977F: hue angle of 166.54º degrees, saturation: 0.55, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #2C977F is Cyan = 0.71, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 44 | 151 | 127 | - |
| CMYK | 0.71 | 0 | 0.16 | 0.41 |
| HSL | 166.54º | 0.55% | 0.38% | - |
| HSV(B) | 166.54º | 0.71% | 0.59% | - |
| XYZ | 15.94 | 24.2 | 23.91 | - |
| YUV | 116.27 | 134.05 | 76.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 151 | 127 | 0.71 | 0 | 0.16 | 0.41 | 166.54 | 0.55 | 0.38 |
| Hex | 2C | 97 | 7F | 47 | 0 | 10 | 29 | A7 | 37 | 26 |
| Octal | 54 | 227 | 177 | 107 | 0 | 20 | 51 | 247 | 67 | 46 |
| Binary | 101100 | 10010111 | 1111111 | 1000111 | 0 | 10000 | 101001 | 10100111 | 110111 | 100110 |
Color Harmonies of #2C977F
Complementary color
Monochromatic Colors of #2C977F
Black with #2C977F
Text Example
Text Example
White with #2C977F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C977F; }
p { color: rgb(44,151,127); }
H1.HeaderClassName
{
color: #2C977F;
}
.AnyTagClassName
{
color: #2C977F;
}
</style>
background-color css
<style>
a { background-color: #2C977F; }
a { background-color: rgb(44,151,127); }
div.DivClassName
{
background-color: #2C977F;
}
.BgClassName
{
background-color: #2C977F;
}
</style>
border-color css
<style>
span { border-color: #2C977F; }
span { border-color: rgb(44,151,127); }
td.TdClassName
{
border-color: #2C977F;
}
.TagClassName
{
border-color: #2C977F;
}
</style>