Shades of Gossamer #2F9576
Tints of Gossamer #2F9576
RGB
CMYK
RGB Variations
Color information
#2F9576 (or 0x2F9576) is known color: Gossamer. HEX triplet: 2F, 95 and 76. RGB value is (47,149,118). Sum of RGB (Red+Green+Blue) = 47+149+118=314 (41% of max value = 765). Red value is 47 (18.75% from 255 or 14.97% from 314); Green value is 149 (58.59% from 255 or 47.45% from 314); Blue value is 118 (46.48% from 255 or 37.58% from 314); Max value from RGB is 149 - color contains mainly: green. Hex color #2F9576 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2F9576 is #D06A89. Grayscale: #727272. Windows color (decimal): -13658762 or 7771439. OLE color: 7771439.
HSL color Cylindrical-coordinate representation of color #2F9576: hue angle of 161.76º degrees, saturation: 0.52, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #2F9576 is Cyan = 0.68, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 47 | 149 | 118 | - |
| CMYK | 0.68 | 0 | 0.21 | 0.42 |
| HSL | 161.76º | 0.52% | 0.38% | - |
| HSV(B) | 161.76º | 0.68% | 0.58% | - |
| XYZ | 15.19 | 23.41 | 20.86 | - |
| YUV | 114.97 | 129.71 | 79.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 149 | 118 | 0.68 | 0 | 0.21 | 0.42 | 161.76 | 0.52 | 0.38 |
| Hex | 2F | 95 | 76 | 44 | 0 | 15 | 2A | A2 | 34 | 26 |
| Octal | 57 | 225 | 166 | 104 | 0 | 25 | 52 | 242 | 64 | 46 |
| Binary | 101111 | 10010101 | 1110110 | 1000100 | 0 | 10101 | 101010 | 10100010 | 110100 | 100110 |
Color Harmonies of #2F9576
Complementary color
Monochromatic Colors of #2F9576
Black with #2F9576
Text Example
Text Example
White with #2F9576
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F9576; }
p { color: rgb(47,149,118); }
H1.HeaderClassName
{
color: #2F9576;
}
.AnyTagClassName
{
color: #2F9576;
}
</style>
background-color css
<style>
a { background-color: #2F9576; }
a { background-color: rgb(47,149,118); }
div.DivClassName
{
background-color: #2F9576;
}
.BgClassName
{
background-color: #2F9576;
}
</style>
border-color css
<style>
span { border-color: #2F9576; }
span { border-color: rgb(47,149,118); }
td.TdClassName
{
border-color: #2F9576;
}
.TagClassName
{
border-color: #2F9576;
}
</style>