Shades of Gossamer #2C9180
Tints of Gossamer #2C9180
RGB
CMYK
RGB Variations
Color information
#2C9180 (or 0x2C9180) is known color: Gossamer. HEX triplet: 2C, 91 and 80. RGB value is (44,145,128). Sum of RGB (Red+Green+Blue) = 44+145+128=317 (41% of max value = 765). Red value is 44 (17.58% from 255 or 13.88% from 317); Green value is 145 (57.03% from 255 or 45.74% from 317); Blue value is 128 (50.39% from 255 or 40.38% from 317); Max value from RGB is 145 - color contains mainly: green. Hex color #2C9180 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2C9180 is #D36E7F. Grayscale: #707070. Windows color (decimal): -13856384 or 8425772. OLE color: 8425772.
HSL color Cylindrical-coordinate representation of color #2C9180: hue angle of 169.9º degrees, saturation: 0.53, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #2C9180 is Cyan = 0.70, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 44 | 145 | 128 | - |
| CMYK | 0.70 | 0 | 0.12 | 0.43 |
| HSL | 169.9º | 0.53% | 0.37% | - |
| HSV(B) | 169.9º | 0.7% | 0.57% | - |
| XYZ | 15.06 | 22.34 | 23.94 | - |
| YUV | 112.86 | 136.54 | 78.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 145 | 128 | 0.70 | 0 | 0.12 | 0.43 | 169.9 | 0.53 | 0.37 |
| Hex | 2C | 91 | 80 | 46 | 0 | C | 2B | AA | 35 | 25 |
| Octal | 54 | 221 | 200 | 106 | 0 | 14 | 53 | 252 | 65 | 45 |
| Binary | 101100 | 10010001 | 10000000 | 1000110 | 0 | 1100 | 101011 | 10101010 | 110101 | 100101 |
Color Harmonies of #2C9180
Complementary color
Monochromatic Colors of #2C9180
Black with #2C9180
Text Example
Text Example
White with #2C9180
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C9180; }
p { color: rgb(44,145,128); }
H1.HeaderClassName
{
color: #2C9180;
}
.AnyTagClassName
{
color: #2C9180;
}
</style>
background-color css
<style>
a { background-color: #2C9180; }
a { background-color: rgb(44,145,128); }
div.DivClassName
{
background-color: #2C9180;
}
.BgClassName
{
background-color: #2C9180;
}
</style>
border-color css
<style>
span { border-color: #2C9180; }
span { border-color: rgb(44,145,128); }
td.TdClassName
{
border-color: #2C9180;
}
.TagClassName
{
border-color: #2C9180;
}
</style>