Shades of Gossamer #2F937D
Tints of Gossamer #2F937D
RGB
CMYK
RGB Variations
Color information
#2F937D (or 0x2F937D) is known color: Gossamer. HEX triplet: 2F, 93 and 7D. RGB value is (47,147,125). Sum of RGB (Red+Green+Blue) = 47+147+125=319 (42% of max value = 765). Red value is 47 (18.75% from 255 or 14.73% from 319); Green value is 147 (57.81% from 255 or 46.08% from 319); Blue value is 125 (49.22% from 255 or 39.18% from 319); Max value from RGB is 147 - color contains mainly: green. Hex color #2F937D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2F937D is #D06C82. Grayscale: #727272. Windows color (decimal): -13659267 or 8229679. OLE color: 8229679.
HSL color Cylindrical-coordinate representation of color #2F937D: hue angle of 166.8º 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 #2F937D is Cyan = 0.68, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 47 | 147 | 125 | - |
| CMYK | 0.68 | 0 | 0.15 | 0.42 |
| HSL | 166.8º | 0.52% | 0.38% | - |
| HSV(B) | 166.8º | 0.68% | 0.58% | - |
| XYZ | 15.31 | 22.95 | 23.03 | - |
| YUV | 114.59 | 133.87 | 79.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 147 | 125 | 0.68 | 0 | 0.15 | 0.42 | 166.8 | 0.52 | 0.38 |
| Hex | 2F | 93 | 7D | 44 | 0 | F | 2A | A7 | 34 | 26 |
| Octal | 57 | 223 | 175 | 104 | 0 | 17 | 52 | 247 | 64 | 46 |
| Binary | 101111 | 10010011 | 1111101 | 1000100 | 0 | 1111 | 101010 | 10100111 | 110100 | 100110 |
Color Harmonies of #2F937D
Complementary color
Monochromatic Colors of #2F937D
Black with #2F937D
Text Example
Text Example
White with #2F937D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F937D; }
p { color: rgb(47,147,125); }
H1.HeaderClassName
{
color: #2F937D;
}
.AnyTagClassName
{
color: #2F937D;
}
</style>
background-color css
<style>
a { background-color: #2F937D; }
a { background-color: rgb(47,147,125); }
div.DivClassName
{
background-color: #2F937D;
}
.BgClassName
{
background-color: #2F937D;
}
</style>
border-color css
<style>
span { border-color: #2F937D; }
span { border-color: rgb(47,147,125); }
td.TdClassName
{
border-color: #2F937D;
}
.TagClassName
{
border-color: #2F937D;
}
</style>