Shades of Gossamer #2F917B
Tints of Gossamer #2F917B
RGB
CMYK
RGB Variations
Color information
#2F917B (or 0x2F917B) is known color: Gossamer. HEX triplet: 2F, 91 and 7B. RGB value is (47,145,123). Sum of RGB (Red+Green+Blue) = 47+145+123=315 (41% of max value = 765). Red value is 47 (18.75% from 255 or 14.92% from 315); Green value is 145 (57.03% from 255 or 46.03% from 315); Blue value is 123 (48.44% from 255 or 39.05% from 315); Max value from RGB is 145 - color contains mainly: green. Hex color #2F917B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2F917B is #D06E84. Grayscale: #717171. Windows color (decimal): -13659781 or 8098095. OLE color: 8098095.
HSL color Cylindrical-coordinate representation of color #2F917B: hue angle of 166.53º degrees, saturation: 0.51, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #2F917B is Cyan = 0.68, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 47 | 145 | 123 | - |
| CMYK | 0.68 | 0 | 0.15 | 0.43 |
| HSL | 166.53º | 0.51% | 0.38% | - |
| HSV(B) | 166.53º | 0.68% | 0.57% | - |
| XYZ | 14.87 | 22.29 | 22.26 | - |
| YUV | 113.19 | 133.53 | 80.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 145 | 123 | 0.68 | 0 | 0.15 | 0.43 | 166.53 | 0.51 | 0.38 |
| Hex | 2F | 91 | 7B | 44 | 0 | F | 2B | A7 | 33 | 26 |
| Octal | 57 | 221 | 173 | 104 | 0 | 17 | 53 | 247 | 63 | 46 |
| Binary | 101111 | 10010001 | 1111011 | 1000100 | 0 | 1111 | 101011 | 10100111 | 110011 | 100110 |
Color Harmonies of #2F917B
Complementary color
Monochromatic Colors of #2F917B
Black with #2F917B
Text Example
Text Example
White with #2F917B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F917B; }
p { color: rgb(47,145,123); }
H1.HeaderClassName
{
color: #2F917B;
}
.AnyTagClassName
{
color: #2F917B;
}
</style>
background-color css
<style>
a { background-color: #2F917B; }
a { background-color: rgb(47,145,123); }
div.DivClassName
{
background-color: #2F917B;
}
.BgClassName
{
background-color: #2F917B;
}
</style>
border-color css
<style>
span { border-color: #2F917B; }
span { border-color: rgb(47,145,123); }
td.TdClassName
{
border-color: #2F917B;
}
.TagClassName
{
border-color: #2F917B;
}
</style>