Shades of Gossamer #2F947C
Tints of Gossamer #2F947C
RGB
CMYK
RGB Variations
Color information
#2F947C (or 0x2F947C) is known color: Gossamer. HEX triplet: 2F, 94 and 7C. RGB value is (47,148,124). Sum of RGB (Red+Green+Blue) = 47+148+124=319 (42% of max value = 765). Red value is 47 (18.75% from 255 or 14.73% from 319); Green value is 148 (58.20% from 255 or 46.39% from 319); Blue value is 124 (48.83% from 255 or 38.87% from 319); Max value from RGB is 148 - color contains mainly: green. Hex color #2F947C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2F947C is #D06B83. Grayscale: #737373. Windows color (decimal): -13659012 or 8164399. OLE color: 8164399.
HSL color Cylindrical-coordinate representation of color #2F947C: hue angle of 165.74º 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 #2F947C is Cyan = 0.68, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 47 | 148 | 124 | - |
| CMYK | 0.68 | 0 | 0.16 | 0.42 |
| HSL | 165.74º | 0.52% | 0.38% | - |
| HSV(B) | 165.74º | 0.68% | 0.58% | - |
| XYZ | 15.4 | 23.24 | 22.74 | - |
| YUV | 115.07 | 133.04 | 79.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 148 | 124 | 0.68 | 0 | 0.16 | 0.42 | 165.74 | 0.52 | 0.38 |
| Hex | 2F | 94 | 7C | 44 | 0 | 10 | 2A | A6 | 34 | 26 |
| Octal | 57 | 224 | 174 | 104 | 0 | 20 | 52 | 246 | 64 | 46 |
| Binary | 101111 | 10010100 | 1111100 | 1000100 | 0 | 10000 | 101010 | 10100110 | 110100 | 100110 |
Color Harmonies of #2F947C
Complementary color
Monochromatic Colors of #2F947C
Black with #2F947C
Text Example
Text Example
White with #2F947C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F947C; }
p { color: rgb(47,148,124); }
H1.HeaderClassName
{
color: #2F947C;
}
.AnyTagClassName
{
color: #2F947C;
}
</style>
background-color css
<style>
a { background-color: #2F947C; }
a { background-color: rgb(47,148,124); }
div.DivClassName
{
background-color: #2F947C;
}
.BgClassName
{
background-color: #2F947C;
}
</style>
border-color css
<style>
span { border-color: #2F947C; }
span { border-color: rgb(47,148,124); }
td.TdClassName
{
border-color: #2F947C;
}
.TagClassName
{
border-color: #2F947C;
}
</style>