Shades of Gossamer #2F957D
Tints of Gossamer #2F957D
RGB
CMYK
RGB Variations
Color information
#2F957D (or 0x2F957D) is known color: Gossamer. HEX triplet: 2F, 95 and 7D. RGB value is (47,149,125). Sum of RGB (Red+Green+Blue) = 47+149+125=321 (42% of max value = 765). Red value is 47 (18.75% from 255 or 14.64% from 321); Green value is 149 (58.59% from 255 or 46.42% from 321); Blue value is 125 (49.22% from 255 or 38.94% from 321); Max value from RGB is 149 - color contains mainly: green. Hex color #2F957D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2F957D is #D06A82. Grayscale: #737373. Windows color (decimal): -13658755 or 8230191. OLE color: 8230191.
HSL color Cylindrical-coordinate representation of color #2F957D: hue angle of 165.88º 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 #2F957D is Cyan = 0.68, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 47 | 149 | 125 | - |
| CMYK | 0.68 | 0 | 0.16 | 0.42 |
| HSL | 165.88º | 0.52% | 0.38% | - |
| HSV(B) | 165.88º | 0.68% | 0.58% | - |
| XYZ | 15.62 | 23.58 | 23.13 | - |
| YUV | 115.77 | 133.21 | 78.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 149 | 125 | 0.68 | 0 | 0.16 | 0.42 | 165.88 | 0.52 | 0.38 |
| Hex | 2F | 95 | 7D | 44 | 0 | 10 | 2A | A6 | 34 | 26 |
| Octal | 57 | 225 | 175 | 104 | 0 | 20 | 52 | 246 | 64 | 46 |
| Binary | 101111 | 10010101 | 1111101 | 1000100 | 0 | 10000 | 101010 | 10100110 | 110100 | 100110 |
Color Harmonies of #2F957D
Complementary color
Monochromatic Colors of #2F957D
Black with #2F957D
Text Example
Text Example
White with #2F957D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F957D; }
p { color: rgb(47,149,125); }
H1.HeaderClassName
{
color: #2F957D;
}
.AnyTagClassName
{
color: #2F957D;
}
</style>
background-color css
<style>
a { background-color: #2F957D; }
a { background-color: rgb(47,149,125); }
div.DivClassName
{
background-color: #2F957D;
}
.BgClassName
{
background-color: #2F957D;
}
</style>
border-color css
<style>
span { border-color: #2F957D; }
span { border-color: rgb(47,149,125); }
td.TdClassName
{
border-color: #2F957D;
}
.TagClassName
{
border-color: #2F957D;
}
</style>