Shades of Gossamer #2F9377
Tints of Gossamer #2F9377
RGB
CMYK
RGB Variations
Color information
#2F9377 (or 0x2F9377) is known color: Gossamer. HEX triplet: 2F, 93 and 77. RGB value is (47,147,119). Sum of RGB (Red+Green+Blue) = 47+147+119=313 (41% of max value = 765). Red value is 47 (18.75% from 255 or 15.02% from 313); Green value is 147 (57.81% from 255 or 46.96% from 313); Blue value is 119 (46.88% from 255 or 38.02% from 313); Max value from RGB is 147 - color contains mainly: green. Hex color #2F9377 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2F9377 is #D06C88. Grayscale: #717171. Windows color (decimal): -13659273 or 7836463. OLE color: 7836463.
HSL color Cylindrical-coordinate representation of color #2F9377: hue angle of 163.2º degrees, saturation: 0.52, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #2F9377 is Cyan = 0.68, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 47 | 147 | 119 | - |
| CMYK | 0.68 | 0 | 0.19 | 0.42 |
| HSL | 163.2º | 0.52% | 0.38% | - |
| HSV(B) | 163.2º | 0.68% | 0.58% | - |
| XYZ | 14.94 | 22.8 | 21.07 | - |
| YUV | 113.91 | 130.87 | 80.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 147 | 119 | 0.68 | 0 | 0.19 | 0.42 | 163.2 | 0.52 | 0.38 |
| Hex | 2F | 93 | 77 | 44 | 0 | 13 | 2A | A3 | 34 | 26 |
| Octal | 57 | 223 | 167 | 104 | 0 | 23 | 52 | 243 | 64 | 46 |
| Binary | 101111 | 10010011 | 1110111 | 1000100 | 0 | 10011 | 101010 | 10100011 | 110100 | 100110 |
Color Harmonies of #2F9377
Complementary color
Monochromatic Colors of #2F9377
Black with #2F9377
Text Example
Text Example
White with #2F9377
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F9377; }
p { color: rgb(47,147,119); }
H1.HeaderClassName
{
color: #2F9377;
}
.AnyTagClassName
{
color: #2F9377;
}
</style>
background-color css
<style>
a { background-color: #2F9377; }
a { background-color: rgb(47,147,119); }
div.DivClassName
{
background-color: #2F9377;
}
.BgClassName
{
background-color: #2F9377;
}
</style>
border-color css
<style>
span { border-color: #2F9377; }
span { border-color: rgb(47,147,119); }
td.TdClassName
{
border-color: #2F9377;
}
.TagClassName
{
border-color: #2F9377;
}
</style>