Shades of Gossamer #2F9981
Tints of Gossamer #2F9981
RGB
CMYK
RGB Variations
Color information
#2F9981 (or 0x2F9981) is known color: Gossamer. HEX triplet: 2F, 99 and 81. RGB value is (47,153,129). Sum of RGB (Red+Green+Blue) = 47+153+129=329 (43% of max value = 765). Red value is 47 (18.75% from 255 or 14.29% from 329); Green value is 153 (60.16% from 255 or 46.50% from 329); Blue value is 129 (50.78% from 255 or 39.21% from 329); Max value from RGB is 153 - color contains mainly: green. Hex color #2F9981 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2F9981 is #D0667E. Grayscale: #767676. Windows color (decimal): -13657727 or 8493359. OLE color: 8493359.
HSL color Cylindrical-coordinate representation of color #2F9981: hue angle of 166.42º degrees, saturation: 0.53, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #2F9981 is Cyan = 0.69, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 47 | 153 | 129 | - |
| CMYK | 0.69 | 0 | 0.16 | 0.4 |
| HSL | 166.42º | 0.53% | 0.39% | - |
| HSV(B) | 166.42º | 0.69% | 0.6% | - |
| XYZ | 16.53 | 24.97 | 24.72 | - |
| YUV | 118.57 | 133.88 | 76.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 153 | 129 | 0.69 | 0 | 0.16 | 0.4 | 166.42 | 0.53 | 0.39 |
| Hex | 2F | 99 | 81 | 45 | 0 | 10 | 28 | A6 | 35 | 27 |
| Octal | 57 | 231 | 201 | 105 | 0 | 20 | 50 | 246 | 65 | 47 |
| Binary | 101111 | 10011001 | 10000001 | 1000101 | 0 | 10000 | 101000 | 10100110 | 110101 | 100111 |
Color Harmonies of #2F9981
Complementary color
Monochromatic Colors of #2F9981
Black with #2F9981
Text Example
Text Example
White with #2F9981
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F9981; }
p { color: rgb(47,153,129); }
H1.HeaderClassName
{
color: #2F9981;
}
.AnyTagClassName
{
color: #2F9981;
}
</style>
background-color css
<style>
a { background-color: #2F9981; }
a { background-color: rgb(47,153,129); }
div.DivClassName
{
background-color: #2F9981;
}
.BgClassName
{
background-color: #2F9981;
}
</style>
border-color css
<style>
span { border-color: #2F9981; }
span { border-color: rgb(47,153,129); }
td.TdClassName
{
border-color: #2F9981;
}
.TagClassName
{
border-color: #2F9981;
}
</style>