Shades of Gossamer #2F9D75
Tints of Gossamer #2F9D75
RGB
CMYK
RGB Variations
Color information
#2F9D75 (or 0x2F9D75) is known color: Gossamer. HEX triplet: 2F, 9D and 75. RGB value is (47,157,117). Sum of RGB (Red+Green+Blue) = 47+157+117=321 (42% of max value = 765). Red value is 47 (18.75% from 255 or 14.64% from 321); Green value is 157 (61.72% from 255 or 48.91% from 321); Blue value is 117 (46.09% from 255 or 36.45% from 321); Max value from RGB is 157 - color contains mainly: green. Hex color #2F9D75 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2F9D75 is #D0628A. Grayscale: #777777. Windows color (decimal): -13656715 or 7707951. OLE color: 7707951.
HSL color Cylindrical-coordinate representation of color #2F9D75: hue angle of 158.18º degrees, saturation: 0.54, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #2F9D75 is Cyan = 0.70, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 47 | 157 | 117 | - |
| CMYK | 0.70 | 0 | 0.25 | 0.38 |
| HSL | 158.18º | 0.54% | 0.4% | - |
| HSV(B) | 158.18º | 0.7% | 0.62% | - |
| XYZ | 16.44 | 26 | 20.98 | - |
| YUV | 119.55 | 126.56 | 76.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 157 | 117 | 0.70 | 0 | 0.25 | 0.38 | 158.18 | 0.54 | 0.4 |
| Hex | 2F | 9D | 75 | 46 | 0 | 19 | 26 | 9E | 36 | 28 |
| Octal | 57 | 235 | 165 | 106 | 0 | 31 | 46 | 236 | 66 | 50 |
| Binary | 101111 | 10011101 | 1110101 | 1000110 | 0 | 11001 | 100110 | 10011110 | 110110 | 101000 |
Color Harmonies of #2F9D75
Complementary color
Monochromatic Colors of #2F9D75
Black with #2F9D75
Text Example
Text Example
White with #2F9D75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F9D75; }
p { color: rgb(47,157,117); }
H1.HeaderClassName
{
color: #2F9D75;
}
.AnyTagClassName
{
color: #2F9D75;
}
</style>
background-color css
<style>
a { background-color: #2F9D75; }
a { background-color: rgb(47,157,117); }
div.DivClassName
{
background-color: #2F9D75;
}
.BgClassName
{
background-color: #2F9D75;
}
</style>
border-color css
<style>
span { border-color: #2F9D75; }
span { border-color: rgb(47,157,117); }
td.TdClassName
{
border-color: #2F9D75;
}
.TagClassName
{
border-color: #2F9D75;
}
</style>