Shades of Gossamer #2F977C
Tints of Gossamer #2F977C
RGB
CMYK
RGB Variations
Color information
#2F977C (or 0x2F977C) is known color: Gossamer. HEX triplet: 2F, 97 and 7C. RGB value is (47,151,124). Sum of RGB (Red+Green+Blue) = 47+151+124=322 (42% of max value = 765). Red value is 47 (18.75% from 255 or 14.60% from 322); Green value is 151 (59.38% from 255 or 46.89% from 322); Blue value is 124 (48.83% from 255 or 38.51% from 322); Max value from RGB is 151 - color contains mainly: green. Hex color #2F977C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2F977C is #D06883. Grayscale: #747474. Windows color (decimal): -13658244 or 8165167. OLE color: 8165167.
HSL color Cylindrical-coordinate representation of color #2F977C: hue angle of 164.42º degrees, saturation: 0.53, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #2F977C is Cyan = 0.69, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 47 | 151 | 124 | - |
| CMYK | 0.69 | 0 | 0.18 | 0.41 |
| HSL | 164.42º | 0.53% | 0.39% | - |
| HSV(B) | 164.42º | 0.69% | 0.59% | - |
| XYZ | 15.88 | 24.19 | 22.9 | - |
| YUV | 116.83 | 132.04 | 78.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 151 | 124 | 0.69 | 0 | 0.18 | 0.41 | 164.42 | 0.53 | 0.39 |
| Hex | 2F | 97 | 7C | 45 | 0 | 12 | 29 | A4 | 35 | 27 |
| Octal | 57 | 227 | 174 | 105 | 0 | 22 | 51 | 244 | 65 | 47 |
| Binary | 101111 | 10010111 | 1111100 | 1000101 | 0 | 10010 | 101001 | 10100100 | 110101 | 100111 |
Color Harmonies of #2F977C
Complementary color
Monochromatic Colors of #2F977C
Black with #2F977C
Text Example
Text Example
White with #2F977C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F977C; }
p { color: rgb(47,151,124); }
H1.HeaderClassName
{
color: #2F977C;
}
.AnyTagClassName
{
color: #2F977C;
}
</style>
background-color css
<style>
a { background-color: #2F977C; }
a { background-color: rgb(47,151,124); }
div.DivClassName
{
background-color: #2F977C;
}
.BgClassName
{
background-color: #2F977C;
}
</style>
border-color css
<style>
span { border-color: #2F977C; }
span { border-color: rgb(47,151,124); }
td.TdClassName
{
border-color: #2F977C;
}
.TagClassName
{
border-color: #2F977C;
}
</style>