Shades of Gossamer #2D977B
Tints of Gossamer #2D977B
RGB
CMYK
RGB Variations
Color information
#2D977B (or 0x2D977B) is known color: Gossamer. HEX triplet: 2D, 97 and 7B. RGB value is (45,151,123). Sum of RGB (Red+Green+Blue) = 45+151+123=319 (42% of max value = 765). Red value is 45 (17.97% from 255 or 14.11% from 319); Green value is 151 (59.38% from 255 or 47.34% from 319); Blue value is 123 (48.44% from 255 or 38.56% from 319); Max value from RGB is 151 - color contains mainly: green. Hex color #2D977B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2D977B is #D26884. Grayscale: #747474. Windows color (decimal): -13789317 or 8099629. OLE color: 8099629.
HSL color Cylindrical-coordinate representation of color #2D977B: hue angle of 164.15º 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 #2D977B is Cyan = 0.70, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 45 | 151 | 123 | - |
| CMYK | 0.70 | 0 | 0.19 | 0.41 |
| HSL | 164.15º | 0.54% | 0.38% | - |
| HSV(B) | 164.15º | 0.7% | 0.59% | - |
| XYZ | 15.72 | 24.12 | 22.57 | - |
| YUV | 116.11 | 131.88 | 77.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 151 | 123 | 0.70 | 0 | 0.19 | 0.41 | 164.15 | 0.54 | 0.38 |
| Hex | 2D | 97 | 7B | 46 | 0 | 13 | 29 | A4 | 36 | 26 |
| Octal | 55 | 227 | 173 | 106 | 0 | 23 | 51 | 244 | 66 | 46 |
| Binary | 101101 | 10010111 | 1111011 | 1000110 | 0 | 10011 | 101001 | 10100100 | 110110 | 100110 |
Color Harmonies of #2D977B
Complementary color
Monochromatic Colors of #2D977B
Black with #2D977B
Text Example
Text Example
White with #2D977B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D977B; }
p { color: rgb(45,151,123); }
H1.HeaderClassName
{
color: #2D977B;
}
.AnyTagClassName
{
color: #2D977B;
}
</style>
background-color css
<style>
a { background-color: #2D977B; }
a { background-color: rgb(45,151,123); }
div.DivClassName
{
background-color: #2D977B;
}
.BgClassName
{
background-color: #2D977B;
}
</style>
border-color css
<style>
span { border-color: #2D977B; }
span { border-color: rgb(45,151,123); }
td.TdClassName
{
border-color: #2D977B;
}
.TagClassName
{
border-color: #2D977B;
}
</style>