Shades of Gossamer #2F997E
Tints of Gossamer #2F997E
RGB
CMYK
RGB Variations
Color information
#2F997E (or 0x2F997E) is known color: Gossamer. HEX triplet: 2F, 99 and 7E. RGB value is (47,153,126). Sum of RGB (Red+Green+Blue) = 47+153+126=326 (43% of max value = 765). Red value is 47 (18.75% from 255 or 14.42% from 326); Green value is 153 (60.16% from 255 or 46.93% from 326); Blue value is 126 (49.61% from 255 or 38.65% from 326); Max value from RGB is 153 - color contains mainly: green. Hex color #2F997E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2F997E is #D06681. Grayscale: #767676. Windows color (decimal): -13657730 or 8296751. OLE color: 8296751.
HSL color Cylindrical-coordinate representation of color #2F997E: hue angle of 164.72º 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 #2F997E is Cyan = 0.69, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 47 | 153 | 126 | - |
| CMYK | 0.69 | 0 | 0.18 | 0.4 |
| HSL | 164.72º | 0.53% | 0.39% | - |
| HSV(B) | 164.72º | 0.69% | 0.6% | - |
| XYZ | 16.33 | 24.89 | 23.68 | - |
| YUV | 118.23 | 132.38 | 77.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 153 | 126 | 0.69 | 0 | 0.18 | 0.4 | 164.72 | 0.53 | 0.39 |
| Hex | 2F | 99 | 7E | 45 | 0 | 12 | 28 | A5 | 35 | 27 |
| Octal | 57 | 231 | 176 | 105 | 0 | 22 | 50 | 245 | 65 | 47 |
| Binary | 101111 | 10011001 | 1111110 | 1000101 | 0 | 10010 | 101000 | 10100101 | 110101 | 100111 |
Color Harmonies of #2F997E
Complementary color
Monochromatic Colors of #2F997E
Black with #2F997E
Text Example
Text Example
White with #2F997E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F997E; }
p { color: rgb(47,153,126); }
H1.HeaderClassName
{
color: #2F997E;
}
.AnyTagClassName
{
color: #2F997E;
}
</style>
background-color css
<style>
a { background-color: #2F997E; }
a { background-color: rgb(47,153,126); }
div.DivClassName
{
background-color: #2F997E;
}
.BgClassName
{
background-color: #2F997E;
}
</style>
border-color css
<style>
span { border-color: #2F997E; }
span { border-color: rgb(47,153,126); }
td.TdClassName
{
border-color: #2F997E;
}
.TagClassName
{
border-color: #2F997E;
}
</style>