Shades of Gossamer #2F947A
Tints of Gossamer #2F947A
RGB
CMYK
RGB Variations
Color information
#2F947A (or 0x2F947A) is known color: Gossamer. HEX triplet: 2F, 94 and 7A. RGB value is (47,148,122). Sum of RGB (Red+Green+Blue) = 47+148+122=317 (41% of max value = 765). Red value is 47 (18.75% from 255 or 14.83% from 317); Green value is 148 (58.20% from 255 or 46.69% from 317); Blue value is 122 (48.05% from 255 or 38.49% from 317); Max value from RGB is 148 - color contains mainly: green. Hex color #2F947A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2F947A is #D06B85. Grayscale: #727272. Windows color (decimal): -13659014 or 8033327. OLE color: 8033327.
HSL color Cylindrical-coordinate representation of color #2F947A: hue angle of 164.55º 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 #2F947A is Cyan = 0.68, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 47 | 148 | 122 | - |
| CMYK | 0.68 | 0 | 0.18 | 0.42 |
| HSL | 164.55º | 0.52% | 0.38% | - |
| HSV(B) | 164.55º | 0.68% | 0.58% | - |
| XYZ | 15.28 | 23.19 | 22.08 | - |
| YUV | 114.84 | 132.04 | 79.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 148 | 122 | 0.68 | 0 | 0.18 | 0.42 | 164.55 | 0.52 | 0.38 |
| Hex | 2F | 94 | 7A | 44 | 0 | 12 | 2A | A5 | 34 | 26 |
| Octal | 57 | 224 | 172 | 104 | 0 | 22 | 52 | 245 | 64 | 46 |
| Binary | 101111 | 10010100 | 1111010 | 1000100 | 0 | 10010 | 101010 | 10100101 | 110100 | 100110 |
Color Harmonies of #2F947A
Complementary color
Monochromatic Colors of #2F947A
Black with #2F947A
Text Example
Text Example
White with #2F947A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F947A; }
p { color: rgb(47,148,122); }
H1.HeaderClassName
{
color: #2F947A;
}
.AnyTagClassName
{
color: #2F947A;
}
</style>
background-color css
<style>
a { background-color: #2F947A; }
a { background-color: rgb(47,148,122); }
div.DivClassName
{
background-color: #2F947A;
}
.BgClassName
{
background-color: #2F947A;
}
</style>
border-color css
<style>
span { border-color: #2F947A; }
span { border-color: rgb(47,148,122); }
td.TdClassName
{
border-color: #2F947A;
}
.TagClassName
{
border-color: #2F947A;
}
</style>