Shades of Gossamer #2FA185
Tints of Gossamer #2FA185
RGB
CMYK
RGB Variations
Color information
#2FA185 (or 0x2FA185) is known color: Gossamer. HEX triplet: 2F, A1 and 85. RGB value is (47,161,133). Sum of RGB (Red+Green+Blue) = 47+161+133=341 (45% of max value = 765). Red value is 47 (18.75% from 255 or 13.78% from 341); Green value is 161 (63.28% from 255 or 47.21% from 341); Blue value is 133 (52.34% from 255 or 39.00% from 341); Max value from RGB is 161 - color contains mainly: green. Hex color #2FA185 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2FA185 is #D05E7A. Grayscale: #7B7B7B. Windows color (decimal): -13655675 or 8757551. OLE color: 8757551.
HSL color Cylindrical-coordinate representation of color #2FA185: hue angle of 165.26º 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 #2FA185 is Cyan = 0.71, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 47 | 161 | 133 | - |
| CMYK | 0.71 | 0 | 0.17 | 0.37 |
| HSL | 165.26º | 0.55% | 0.41% | - |
| HSV(B) | 165.26º | 0.71% | 0.63% | - |
| XYZ | 18.15 | 27.79 | 26.6 | - |
| YUV | 123.72 | 133.23 | 73.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 161 | 133 | 0.71 | 0 | 0.17 | 0.37 | 165.26 | 0.55 | 0.41 |
| Hex | 2F | A1 | 85 | 47 | 0 | 11 | 25 | A5 | 37 | 29 |
| Octal | 57 | 241 | 205 | 107 | 0 | 21 | 45 | 245 | 67 | 51 |
| Binary | 101111 | 10100001 | 10000101 | 1000111 | 0 | 10001 | 100101 | 10100101 | 110111 | 101001 |
Color Harmonies of #2FA185
Complementary color
Monochromatic Colors of #2FA185
Black with #2FA185
Text Example
Text Example
White with #2FA185
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FA185; }
p { color: rgb(47,161,133); }
H1.HeaderClassName
{
color: #2FA185;
}
.AnyTagClassName
{
color: #2FA185;
}
</style>
background-color css
<style>
a { background-color: #2FA185; }
a { background-color: rgb(47,161,133); }
div.DivClassName
{
background-color: #2FA185;
}
.BgClassName
{
background-color: #2FA185;
}
</style>
border-color css
<style>
span { border-color: #2FA185; }
span { border-color: rgb(47,161,133); }
td.TdClassName
{
border-color: #2FA185;
}
.TagClassName
{
border-color: #2FA185;
}
</style>