Shades of Gossamer #2F9E7B
Tints of Gossamer #2F9E7B
RGB
CMYK
RGB Variations
Color information
#2F9E7B (or 0x2F9E7B) is known color: Gossamer. HEX triplet: 2F, 9E and 7B. RGB value is (47,158,123). Sum of RGB (Red+Green+Blue) = 47+158+123=328 (43% of max value = 765). Red value is 47 (18.75% from 255 or 14.33% from 328); Green value is 158 (62.11% from 255 or 48.17% from 328); Blue value is 123 (48.44% from 255 or 37.5% from 328); Max value from RGB is 158 - color contains mainly: green. Hex color #2F9E7B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2F9E7B is #D06184. Grayscale: #787878. Windows color (decimal): -13656453 or 8101423. OLE color: 8101423.
HSL color Cylindrical-coordinate representation of color #2F9E7B: hue angle of 161.08º 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 #2F9E7B is Cyan = 0.70, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 47 | 158 | 123 | - |
| CMYK | 0.70 | 0 | 0.22 | 0.38 |
| HSL | 161.08º | 0.54% | 0.4% | - |
| HSV(B) | 161.08º | 0.7% | 0.62% | - |
| XYZ | 16.97 | 26.49 | 22.96 | - |
| YUV | 120.82 | 129.23 | 75.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 158 | 123 | 0.70 | 0 | 0.22 | 0.38 | 161.08 | 0.54 | 0.4 |
| Hex | 2F | 9E | 7B | 46 | 0 | 16 | 26 | A1 | 36 | 28 |
| Octal | 57 | 236 | 173 | 106 | 0 | 26 | 46 | 241 | 66 | 50 |
| Binary | 101111 | 10011110 | 1111011 | 1000110 | 0 | 10110 | 100110 | 10100001 | 110110 | 101000 |
Color Harmonies of #2F9E7B
Complementary color
Monochromatic Colors of #2F9E7B
Black with #2F9E7B
Text Example
Text Example
White with #2F9E7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F9E7B; }
p { color: rgb(47,158,123); }
H1.HeaderClassName
{
color: #2F9E7B;
}
.AnyTagClassName
{
color: #2F9E7B;
}
</style>
background-color css
<style>
a { background-color: #2F9E7B; }
a { background-color: rgb(47,158,123); }
div.DivClassName
{
background-color: #2F9E7B;
}
.BgClassName
{
background-color: #2F9E7B;
}
</style>
border-color css
<style>
span { border-color: #2F9E7B; }
span { border-color: rgb(47,158,123); }
td.TdClassName
{
border-color: #2F9E7B;
}
.TagClassName
{
border-color: #2F9E7B;
}
</style>