Shades of Gossamer #2FA17C
Tints of Gossamer #2FA17C
RGB
CMYK
RGB Variations
Color information
#2FA17C (or 0x2FA17C) is known color: Gossamer. HEX triplet: 2F, A1 and 7C. RGB value is (47,161,124). Sum of RGB (Red+Green+Blue) = 47+161+124=332 (43% of max value = 765). Red value is 47 (18.75% from 255 or 14.16% from 332); Green value is 161 (63.28% from 255 or 48.49% from 332); Blue value is 124 (48.83% from 255 or 37.35% from 332); Max value from RGB is 161 - color contains mainly: green. Hex color #2FA17C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2FA17C is #D05E83. Grayscale: #7A7A7A. Windows color (decimal): -13655684 or 8167727. OLE color: 8167727.
HSL color Cylindrical-coordinate representation of color #2FA17C: hue angle of 160.53º degrees, saturation: 0.55, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #2FA17C is Cyan = 0.71, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 47 | 161 | 124 | - |
| CMYK | 0.71 | 0 | 0.23 | 0.37 |
| HSL | 160.53º | 0.55% | 0.41% | - |
| HSV(B) | 160.53º | 0.71% | 0.63% | - |
| XYZ | 17.56 | 27.55 | 23.46 | - |
| YUV | 122.7 | 128.73 | 74.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 161 | 124 | 0.71 | 0 | 0.23 | 0.37 | 160.53 | 0.55 | 0.41 |
| Hex | 2F | A1 | 7C | 47 | 0 | 17 | 25 | A1 | 37 | 29 |
| Octal | 57 | 241 | 174 | 107 | 0 | 27 | 45 | 241 | 67 | 51 |
| Binary | 101111 | 10100001 | 1111100 | 1000111 | 0 | 10111 | 100101 | 10100001 | 110111 | 101001 |
Color Harmonies of #2FA17C
Complementary color
Monochromatic Colors of #2FA17C
Black with #2FA17C
Text Example
Text Example
White with #2FA17C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FA17C; }
p { color: rgb(47,161,124); }
H1.HeaderClassName
{
color: #2FA17C;
}
.AnyTagClassName
{
color: #2FA17C;
}
</style>
background-color css
<style>
a { background-color: #2FA17C; }
a { background-color: rgb(47,161,124); }
div.DivClassName
{
background-color: #2FA17C;
}
.BgClassName
{
background-color: #2FA17C;
}
</style>
border-color css
<style>
span { border-color: #2FA17C; }
span { border-color: rgb(47,161,124); }
td.TdClassName
{
border-color: #2FA17C;
}
.TagClassName
{
border-color: #2FA17C;
}
</style>