Shades of Gossamer #2D977E
Tints of Gossamer #2D977E
RGB
CMYK
RGB Variations
Color information
#2D977E (or 0x2D977E) is known color: Gossamer. HEX triplet: 2D, 97 and 7E. RGB value is (45,151,126). Sum of RGB (Red+Green+Blue) = 45+151+126=322 (42% of max value = 765). Red value is 45 (17.97% from 255 or 13.98% from 322); Green value is 151 (59.38% from 255 or 46.89% from 322); Blue value is 126 (49.61% from 255 or 39.13% from 322); Max value from RGB is 151 - color contains mainly: green. Hex color #2D977E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2D977E is #D26881. Grayscale: #747474. Windows color (decimal): -13789314 or 8296237. OLE color: 8296237.
HSL color Cylindrical-coordinate representation of color #2D977E: hue angle of 165.85º degrees, saturation: 0.54, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #2D977E is Cyan = 0.70, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 45 | 151 | 126 | - |
| CMYK | 0.70 | 0 | 0.17 | 0.41 |
| HSL | 165.85º | 0.54% | 0.38% | - |
| HSV(B) | 165.85º | 0.7% | 0.59% | - |
| XYZ | 15.91 | 24.2 | 23.57 | - |
| YUV | 116.46 | 133.38 | 77.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 151 | 126 | 0.70 | 0 | 0.17 | 0.41 | 165.85 | 0.54 | 0.38 |
| Hex | 2D | 97 | 7E | 46 | 0 | 11 | 29 | A6 | 36 | 26 |
| Octal | 55 | 227 | 176 | 106 | 0 | 21 | 51 | 246 | 66 | 46 |
| Binary | 101101 | 10010111 | 1111110 | 1000110 | 0 | 10001 | 101001 | 10100110 | 110110 | 100110 |
Color Harmonies of #2D977E
Complementary color
Monochromatic Colors of #2D977E
Black with #2D977E
Text Example
Text Example
White with #2D977E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D977E; }
p { color: rgb(45,151,126); }
H1.HeaderClassName
{
color: #2D977E;
}
.AnyTagClassName
{
color: #2D977E;
}
</style>
background-color css
<style>
a { background-color: #2D977E; }
a { background-color: rgb(45,151,126); }
div.DivClassName
{
background-color: #2D977E;
}
.BgClassName
{
background-color: #2D977E;
}
</style>
border-color css
<style>
span { border-color: #2D977E; }
span { border-color: rgb(45,151,126); }
td.TdClassName
{
border-color: #2D977E;
}
.TagClassName
{
border-color: #2D977E;
}
</style>