Shades of Gossamer #2F9579
Tints of Gossamer #2F9579
RGB
CMYK
RGB Variations
Color information
#2F9579 (or 0x2F9579) is known color: Gossamer. HEX triplet: 2F, 95 and 79. RGB value is (47,149,121). Sum of RGB (Red+Green+Blue) = 47+149+121=317 (41% of max value = 765). Red value is 47 (18.75% from 255 or 14.83% from 317); Green value is 149 (58.59% from 255 or 47.00% from 317); Blue value is 121 (47.66% from 255 or 38.17% from 317); Max value from RGB is 149 - color contains mainly: green. Hex color #2F9579 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2F9579 is #D06A86. Grayscale: #737373. Windows color (decimal): -13658759 or 7968047. OLE color: 7968047.
HSL color Cylindrical-coordinate representation of color #2F9579: hue angle of 163.53º 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 #2F9579 is Cyan = 0.68, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 47 | 149 | 121 | - |
| CMYK | 0.68 | 0 | 0.19 | 0.42 |
| HSL | 163.53º | 0.52% | 0.38% | - |
| HSV(B) | 163.53º | 0.68% | 0.58% | - |
| XYZ | 15.37 | 23.48 | 21.81 | - |
| YUV | 115.31 | 131.21 | 79.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 149 | 121 | 0.68 | 0 | 0.19 | 0.42 | 163.53 | 0.52 | 0.38 |
| Hex | 2F | 95 | 79 | 44 | 0 | 13 | 2A | A4 | 34 | 26 |
| Octal | 57 | 225 | 171 | 104 | 0 | 23 | 52 | 244 | 64 | 46 |
| Binary | 101111 | 10010101 | 1111001 | 1000100 | 0 | 10011 | 101010 | 10100100 | 110100 | 100110 |
Color Harmonies of #2F9579
Complementary color
Monochromatic Colors of #2F9579
Black with #2F9579
Text Example
Text Example
White with #2F9579
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F9579; }
p { color: rgb(47,149,121); }
H1.HeaderClassName
{
color: #2F9579;
}
.AnyTagClassName
{
color: #2F9579;
}
</style>
background-color css
<style>
a { background-color: #2F9579; }
a { background-color: rgb(47,149,121); }
div.DivClassName
{
background-color: #2F9579;
}
.BgClassName
{
background-color: #2F9579;
}
</style>
border-color css
<style>
span { border-color: #2F9579; }
span { border-color: rgb(47,149,121); }
td.TdClassName
{
border-color: #2F9579;
}
.TagClassName
{
border-color: #2F9579;
}
</style>