Shades of Gossamer #2C9382
Tints of Gossamer #2C9382
RGB
CMYK
RGB Variations
Color information
#2C9382 (or 0x2C9382) is known color: Gossamer. HEX triplet: 2C, 93 and 82. RGB value is (44,147,130). Sum of RGB (Red+Green+Blue) = 44+147+130=321 (42% of max value = 765). Red value is 44 (17.58% from 255 or 13.71% from 321); Green value is 147 (57.81% from 255 or 45.79% from 321); Blue value is 130 (51.17% from 255 or 40.50% from 321); Max value from RGB is 147 - color contains mainly: green. Hex color #2C9382 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2C9382 is #D36C7D. Grayscale: #727272. Windows color (decimal): -13855870 or 8557356. OLE color: 8557356.
HSL color Cylindrical-coordinate representation of color #2C9382: hue angle of 170.1º degrees, saturation: 0.54, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #2C9382 is Cyan = 0.70, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 44 | 147 | 130 | - |
| CMYK | 0.70 | 0 | 0.12 | 0.42 |
| HSL | 170.1º | 0.54% | 0.37% | - |
| HSV(B) | 170.1º | 0.7% | 0.58% | - |
| XYZ | 15.5 | 23.01 | 24.74 | - |
| YUV | 114.27 | 136.88 | 77.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 147 | 130 | 0.70 | 0 | 0.12 | 0.42 | 170.1 | 0.54 | 0.37 |
| Hex | 2C | 93 | 82 | 46 | 0 | C | 2A | AA | 36 | 25 |
| Octal | 54 | 223 | 202 | 106 | 0 | 14 | 52 | 252 | 66 | 45 |
| Binary | 101100 | 10010011 | 10000010 | 1000110 | 0 | 1100 | 101010 | 10101010 | 110110 | 100101 |
Color Harmonies of #2C9382
Complementary color
Monochromatic Colors of #2C9382
Black with #2C9382
Text Example
Text Example
White with #2C9382
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C9382; }
p { color: rgb(44,147,130); }
H1.HeaderClassName
{
color: #2C9382;
}
.AnyTagClassName
{
color: #2C9382;
}
</style>
background-color css
<style>
a { background-color: #2C9382; }
a { background-color: rgb(44,147,130); }
div.DivClassName
{
background-color: #2C9382;
}
.BgClassName
{
background-color: #2C9382;
}
</style>
border-color css
<style>
span { border-color: #2C9382; }
span { border-color: rgb(44,147,130); }
td.TdClassName
{
border-color: #2C9382;
}
.TagClassName
{
border-color: #2C9382;
}
</style>