Shades of Gossamer #2F9079
Tints of Gossamer #2F9079
RGB
CMYK
RGB Variations
Color information
#2F9079 (or 0x2F9079) is known color: Gossamer. HEX triplet: 2F, 90 and 79. RGB value is (47,144,121). Sum of RGB (Red+Green+Blue) = 47+144+121=312 (41% of max value = 765). Red value is 47 (18.75% from 255 or 15.06% from 312); Green value is 144 (56.64% from 255 or 46.15% from 312); Blue value is 121 (47.66% from 255 or 38.78% from 312); Max value from RGB is 144 - color contains mainly: green. Hex color #2F9079 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2F9079 is #D06F86. Grayscale: #707070. Windows color (decimal): -13660039 or 7966767. OLE color: 7966767.
HSL color Cylindrical-coordinate representation of color #2F9079: hue angle of 165.77º degrees, saturation: 0.51, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #2F9079 is Cyan = 0.67, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 47 | 144 | 121 | - |
| CMYK | 0.67 | 0 | 0.16 | 0.44 |
| HSL | 165.77º | 0.51% | 0.37% | - |
| HSV(B) | 165.77º | 0.67% | 0.56% | - |
| XYZ | 14.6 | 21.93 | 21.55 | - |
| YUV | 112.38 | 132.86 | 81.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 144 | 121 | 0.67 | 0 | 0.16 | 0.44 | 165.77 | 0.51 | 0.37 |
| Hex | 2F | 90 | 79 | 43 | 0 | 10 | 2C | A6 | 33 | 25 |
| Octal | 57 | 220 | 171 | 103 | 0 | 20 | 54 | 246 | 63 | 45 |
| Binary | 101111 | 10010000 | 1111001 | 1000011 | 0 | 10000 | 101100 | 10100110 | 110011 | 100101 |
Color Harmonies of #2F9079
Complementary color
Monochromatic Colors of #2F9079
Black with #2F9079
Text Example
Text Example
White with #2F9079
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F9079; }
p { color: rgb(47,144,121); }
H1.HeaderClassName
{
color: #2F9079;
}
.AnyTagClassName
{
color: #2F9079;
}
</style>
background-color css
<style>
a { background-color: #2F9079; }
a { background-color: rgb(47,144,121); }
div.DivClassName
{
background-color: #2F9079;
}
.BgClassName
{
background-color: #2F9079;
}
</style>
border-color css
<style>
span { border-color: #2F9079; }
span { border-color: rgb(47,144,121); }
td.TdClassName
{
border-color: #2F9079;
}
.TagClassName
{
border-color: #2F9079;
}
</style>