Shades of Gossamer #2F9B83
Tints of Gossamer #2F9B83
RGB
CMYK
RGB Variations
Color information
#2F9B83 (or 0x2F9B83) is known color: Gossamer. HEX triplet: 2F, 9B and 83. RGB value is (47,155,131). Sum of RGB (Red+Green+Blue) = 47+155+131=333 (44% of max value = 765). Red value is 47 (18.75% from 255 or 14.11% from 333); Green value is 155 (60.94% from 255 or 46.55% from 333); Blue value is 131 (51.56% from 255 or 39.34% from 333); Max value from RGB is 155 - color contains mainly: green. Hex color #2F9B83 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2F9B83 is #D0647C. Grayscale: #777777. Windows color (decimal): -13657213 or 8624943. OLE color: 8624943.
HSL color Cylindrical-coordinate representation of color #2F9B83: hue angle of 166.67º degrees, saturation: 0.53, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #2F9B83 is Cyan = 0.70, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 47 | 155 | 131 | - |
| CMYK | 0.70 | 0 | 0.15 | 0.39 |
| HSL | 166.67º | 0.53% | 0.4% | - |
| HSV(B) | 166.67º | 0.7% | 0.61% | - |
| XYZ | 16.99 | 25.69 | 25.54 | - |
| YUV | 119.97 | 134.22 | 75.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 155 | 131 | 0.70 | 0 | 0.15 | 0.39 | 166.67 | 0.53 | 0.4 |
| Hex | 2F | 9B | 83 | 46 | 0 | F | 27 | A7 | 35 | 28 |
| Octal | 57 | 233 | 203 | 106 | 0 | 17 | 47 | 247 | 65 | 50 |
| Binary | 101111 | 10011011 | 10000011 | 1000110 | 0 | 1111 | 100111 | 10100111 | 110101 | 101000 |
Color Harmonies of #2F9B83
Complementary color
Monochromatic Colors of #2F9B83
Black with #2F9B83
Text Example
Text Example
White with #2F9B83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F9B83; }
p { color: rgb(47,155,131); }
H1.HeaderClassName
{
color: #2F9B83;
}
.AnyTagClassName
{
color: #2F9B83;
}
</style>
background-color css
<style>
a { background-color: #2F9B83; }
a { background-color: rgb(47,155,131); }
div.DivClassName
{
background-color: #2F9B83;
}
.BgClassName
{
background-color: #2F9B83;
}
</style>
border-color css
<style>
span { border-color: #2F9B83; }
span { border-color: rgb(47,155,131); }
td.TdClassName
{
border-color: #2F9B83;
}
.TagClassName
{
border-color: #2F9B83;
}
</style>