Shades of Gossamer #2C947F
Tints of Gossamer #2C947F
RGB
CMYK
RGB Variations
Color information
#2C947F (or 0x2C947F) is known color: Gossamer. HEX triplet: 2C, 94 and 7F. RGB value is (44,148,127). Sum of RGB (Red+Green+Blue) = 44+148+127=319 (42% of max value = 765). Red value is 44 (17.58% from 255 or 13.79% from 319); Green value is 148 (58.20% from 255 or 46.39% from 319); Blue value is 127 (50% from 255 or 39.81% from 319); Max value from RGB is 148 - color contains mainly: green. Hex color #2C947F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2C947F is #D36B80. Grayscale: #727272. Windows color (decimal): -13855617 or 8361004. OLE color: 8361004.
HSL color Cylindrical-coordinate representation of color #2C947F: hue angle of 167.88º degrees, saturation: 0.54, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #2C947F is Cyan = 0.70, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 44 | 148 | 127 | - |
| CMYK | 0.70 | 0 | 0.14 | 0.42 |
| HSL | 167.88º | 0.54% | 0.38% | - |
| HSV(B) | 167.88º | 0.7% | 0.58% | - |
| XYZ | 15.46 | 23.25 | 23.75 | - |
| YUV | 114.51 | 135.04 | 77.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 148 | 127 | 0.70 | 0 | 0.14 | 0.42 | 167.88 | 0.54 | 0.38 |
| Hex | 2C | 94 | 7F | 46 | 0 | E | 2A | A8 | 36 | 26 |
| Octal | 54 | 224 | 177 | 106 | 0 | 16 | 52 | 250 | 66 | 46 |
| Binary | 101100 | 10010100 | 1111111 | 1000110 | 0 | 1110 | 101010 | 10101000 | 110110 | 100110 |
Color Harmonies of #2C947F
Complementary color
Monochromatic Colors of #2C947F
Black with #2C947F
Text Example
Text Example
White with #2C947F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C947F; }
p { color: rgb(44,148,127); }
H1.HeaderClassName
{
color: #2C947F;
}
.AnyTagClassName
{
color: #2C947F;
}
</style>
background-color css
<style>
a { background-color: #2C947F; }
a { background-color: rgb(44,148,127); }
div.DivClassName
{
background-color: #2C947F;
}
.BgClassName
{
background-color: #2C947F;
}
</style>
border-color css
<style>
span { border-color: #2C947F; }
span { border-color: rgb(44,148,127); }
td.TdClassName
{
border-color: #2C947F;
}
.TagClassName
{
border-color: #2C947F;
}
</style>