Shades of Gossamer #2F9081
Tints of Gossamer #2F9081
RGB
CMYK
RGB Variations
Color information
#2F9081 (or 0x2F9081) is known color: Gossamer. HEX triplet: 2F, 90 and 81. RGB value is (47,144,129). Sum of RGB (Red+Green+Blue) = 47+144+129=320 (42% of max value = 765). Red value is 47 (18.75% from 255 or 14.69% from 320); Green value is 144 (56.64% from 255 or 45% from 320); Blue value is 129 (50.78% from 255 or 40.31% from 320); Max value from RGB is 144 - color contains mainly: green. Hex color #2F9081 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2F9081 is #D06F7E. Grayscale: #717171. Windows color (decimal): -13660031 or 8491055. OLE color: 8491055.
HSL color Cylindrical-coordinate representation of color #2F9081: hue angle of 170.72º degrees, saturation: 0.51, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #2F9081 is Cyan = 0.67, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 47 | 144 | 129 | - |
| CMYK | 0.67 | 0 | 0.10 | 0.44 |
| HSL | 170.72º | 0.51% | 0.37% | - |
| HSV(B) | 170.72º | 0.67% | 0.56% | - |
| XYZ | 15.11 | 22.14 | 24.25 | - |
| YUV | 113.29 | 136.86 | 80.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 144 | 129 | 0.67 | 0 | 0.10 | 0.44 | 170.72 | 0.51 | 0.37 |
| Hex | 2F | 90 | 81 | 43 | 0 | A | 2C | AB | 33 | 25 |
| Octal | 57 | 220 | 201 | 103 | 0 | 12 | 54 | 253 | 63 | 45 |
| Binary | 101111 | 10010000 | 10000001 | 1000011 | 0 | 1010 | 101100 | 10101011 | 110011 | 100101 |
Color Harmonies of #2F9081
Complementary color
Monochromatic Colors of #2F9081
Black with #2F9081
Text Example
Text Example
White with #2F9081
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F9081; }
p { color: rgb(47,144,129); }
H1.HeaderClassName
{
color: #2F9081;
}
.AnyTagClassName
{
color: #2F9081;
}
</style>
background-color css
<style>
a { background-color: #2F9081; }
a { background-color: rgb(47,144,129); }
div.DivClassName
{
background-color: #2F9081;
}
.BgClassName
{
background-color: #2F9081;
}
</style>
border-color css
<style>
span { border-color: #2F9081; }
span { border-color: rgb(47,144,129); }
td.TdClassName
{
border-color: #2F9081;
}
.TagClassName
{
border-color: #2F9081;
}
</style>