Shades of Gossamer #2F957B
Tints of Gossamer #2F957B
RGB
CMYK
RGB Variations
Color information
#2F957B (or 0x2F957B) is known color: Gossamer. HEX triplet: 2F, 95 and 7B. RGB value is (47,149,123). Sum of RGB (Red+Green+Blue) = 47+149+123=319 (42% of max value = 765). Red value is 47 (18.75% from 255 or 14.73% from 319); Green value is 149 (58.59% from 255 or 46.71% from 319); Blue value is 123 (48.44% from 255 or 38.56% from 319); Max value from RGB is 149 - color contains mainly: green. Hex color #2F957B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2F957B is #D06A84. Grayscale: #737373. Windows color (decimal): -13658757 or 8099119. OLE color: 8099119.
HSL color Cylindrical-coordinate representation of color #2F957B: hue angle of 164.71º 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 #2F957B is Cyan = 0.68, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 47 | 149 | 123 | - |
| CMYK | 0.68 | 0 | 0.17 | 0.42 |
| HSL | 164.71º | 0.52% | 0.38% | - |
| HSV(B) | 164.71º | 0.68% | 0.58% | - |
| XYZ | 15.49 | 23.53 | 22.46 | - |
| YUV | 115.54 | 132.21 | 79.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 149 | 123 | 0.68 | 0 | 0.17 | 0.42 | 164.71 | 0.52 | 0.38 |
| Hex | 2F | 95 | 7B | 44 | 0 | 11 | 2A | A5 | 34 | 26 |
| Octal | 57 | 225 | 173 | 104 | 0 | 21 | 52 | 245 | 64 | 46 |
| Binary | 101111 | 10010101 | 1111011 | 1000100 | 0 | 10001 | 101010 | 10100101 | 110100 | 100110 |
Color Harmonies of #2F957B
Complementary color
Monochromatic Colors of #2F957B
Black with #2F957B
Text Example
Text Example
White with #2F957B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F957B; }
p { color: rgb(47,149,123); }
H1.HeaderClassName
{
color: #2F957B;
}
.AnyTagClassName
{
color: #2F957B;
}
</style>
background-color css
<style>
a { background-color: #2F957B; }
a { background-color: rgb(47,149,123); }
div.DivClassName
{
background-color: #2F957B;
}
.BgClassName
{
background-color: #2F957B;
}
</style>
border-color css
<style>
span { border-color: #2F957B; }
span { border-color: rgb(47,149,123); }
td.TdClassName
{
border-color: #2F957B;
}
.TagClassName
{
border-color: #2F957B;
}
</style>