Shades of Gossamer #2C9280
Tints of Gossamer #2C9280
RGB
CMYK
RGB Variations
Color information
#2C9280 (or 0x2C9280) is known color: Gossamer. HEX triplet: 2C, 92 and 80. RGB value is (44,146,128). Sum of RGB (Red+Green+Blue) = 44+146+128=318 (42% of max value = 765). Red value is 44 (17.58% from 255 or 13.84% from 318); Green value is 146 (57.42% from 255 or 45.91% from 318); Blue value is 128 (50.39% from 255 or 40.25% from 318); Max value from RGB is 146 - color contains mainly: green. Hex color #2C9280 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2C9280 is #D36D7F. Grayscale: #717171. Windows color (decimal): -13856128 or 8426028. OLE color: 8426028.
HSL color Cylindrical-coordinate representation of color #2C9280: hue angle of 169.41º degrees, saturation: 0.54, 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 #2C9280 is Cyan = 0.70, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 44 | 146 | 128 | - |
| CMYK | 0.70 | 0 | 0.12 | 0.43 |
| HSL | 169.41º | 0.54% | 0.37% | - |
| HSV(B) | 169.41º | 0.7% | 0.57% | - |
| XYZ | 15.21 | 22.65 | 23.99 | - |
| YUV | 113.45 | 136.21 | 78.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 146 | 128 | 0.70 | 0 | 0.12 | 0.43 | 169.41 | 0.54 | 0.37 |
| Hex | 2C | 92 | 80 | 46 | 0 | C | 2B | A9 | 36 | 25 |
| Octal | 54 | 222 | 200 | 106 | 0 | 14 | 53 | 251 | 66 | 45 |
| Binary | 101100 | 10010010 | 10000000 | 1000110 | 0 | 1100 | 101011 | 10101001 | 110110 | 100101 |
Color Harmonies of #2C9280
Complementary color
Monochromatic Colors of #2C9280
Black with #2C9280
Text Example
Text Example
White with #2C9280
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C9280; }
p { color: rgb(44,146,128); }
H1.HeaderClassName
{
color: #2C9280;
}
.AnyTagClassName
{
color: #2C9280;
}
</style>
background-color css
<style>
a { background-color: #2C9280; }
a { background-color: rgb(44,146,128); }
div.DivClassName
{
background-color: #2C9280;
}
.BgClassName
{
background-color: #2C9280;
}
</style>
border-color css
<style>
span { border-color: #2C9280; }
span { border-color: rgb(44,146,128); }
td.TdClassName
{
border-color: #2C9280;
}
.TagClassName
{
border-color: #2C9280;
}
</style>