Shades of Gossamer #2C9775
Tints of Gossamer #2C9775
RGB
CMYK
RGB Variations
Color information
#2C9775 (or 0x2C9775) is known color: Gossamer. HEX triplet: 2C, 97 and 75. RGB value is (44,151,117). Sum of RGB (Red+Green+Blue) = 44+151+117=312 (41% of max value = 765). Red value is 44 (17.58% from 255 or 14.10% from 312); Green value is 151 (59.38% from 255 or 48.40% from 312); Blue value is 117 (46.09% from 255 or 37.5% from 312); Max value from RGB is 151 - color contains mainly: green. Hex color #2C9775 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2C9775 is #D3688A. Grayscale: #737373. Windows color (decimal): -13854859 or 7706412. OLE color: 7706412.
HSL color Cylindrical-coordinate representation of color #2C9775: hue angle of 160.93º 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 #2C9775 is Cyan = 0.71, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 44 | 151 | 117 | - |
| CMYK | 0.71 | 0 | 0.23 | 0.41 |
| HSL | 160.93º | 0.55% | 0.38% | - |
| HSV(B) | 160.93º | 0.71% | 0.59% | - |
| XYZ | 15.32 | 23.95 | 20.65 | - |
| YUV | 115.13 | 129.05 | 77.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 151 | 117 | 0.71 | 0 | 0.23 | 0.41 | 160.93 | 0.55 | 0.38 |
| Hex | 2C | 97 | 75 | 47 | 0 | 17 | 29 | A1 | 37 | 26 |
| Octal | 54 | 227 | 165 | 107 | 0 | 27 | 51 | 241 | 67 | 46 |
| Binary | 101100 | 10010111 | 1110101 | 1000111 | 0 | 10111 | 101001 | 10100001 | 110111 | 100110 |
Color Harmonies of #2C9775
Complementary color
Monochromatic Colors of #2C9775
Black with #2C9775
Text Example
Text Example
White with #2C9775
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C9775; }
p { color: rgb(44,151,117); }
H1.HeaderClassName
{
color: #2C9775;
}
.AnyTagClassName
{
color: #2C9775;
}
</style>
background-color css
<style>
a { background-color: #2C9775; }
a { background-color: rgb(44,151,117); }
div.DivClassName
{
background-color: #2C9775;
}
.BgClassName
{
background-color: #2C9775;
}
</style>
border-color css
<style>
span { border-color: #2C9775; }
span { border-color: rgb(44,151,117); }
td.TdClassName
{
border-color: #2C9775;
}
.TagClassName
{
border-color: #2C9775;
}
</style>