Shades of Gossamer #2D977F
Tints of Gossamer #2D977F
RGB
CMYK
RGB Variations
Color information
#2D977F (or 0x2D977F) is known color: Gossamer. HEX triplet: 2D, 97 and 7F. RGB value is (45,151,127). Sum of RGB (Red+Green+Blue) = 45+151+127=323 (42% of max value = 765). Red value is 45 (17.97% from 255 or 13.93% from 323); Green value is 151 (59.38% from 255 or 46.75% from 323); Blue value is 127 (50% from 255 or 39.32% from 323); Max value from RGB is 151 - color contains mainly: green. Hex color #2D977F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2D977F is #D26880. Grayscale: #747474. Windows color (decimal): -13789313 or 8361773. OLE color: 8361773.
HSL color Cylindrical-coordinate representation of color #2D977F: hue angle of 166.42º 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 #2D977F is Cyan = 0.70, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 45 | 151 | 127 | - |
| CMYK | 0.70 | 0 | 0.16 | 0.41 |
| HSL | 166.42º | 0.54% | 0.38% | - |
| HSV(B) | 166.42º | 0.7% | 0.59% | - |
| XYZ | 15.98 | 24.22 | 23.91 | - |
| YUV | 116.57 | 133.88 | 76.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 151 | 127 | 0.70 | 0 | 0.16 | 0.41 | 166.42 | 0.54 | 0.38 |
| Hex | 2D | 97 | 7F | 46 | 0 | 10 | 29 | A6 | 36 | 26 |
| Octal | 55 | 227 | 177 | 106 | 0 | 20 | 51 | 246 | 66 | 46 |
| Binary | 101101 | 10010111 | 1111111 | 1000110 | 0 | 10000 | 101001 | 10100110 | 110110 | 100110 |
Color Harmonies of #2D977F
Complementary color
Monochromatic Colors of #2D977F
Black with #2D977F
Text Example
Text Example
White with #2D977F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D977F; }
p { color: rgb(45,151,127); }
H1.HeaderClassName
{
color: #2D977F;
}
.AnyTagClassName
{
color: #2D977F;
}
</style>
background-color css
<style>
a { background-color: #2D977F; }
a { background-color: rgb(45,151,127); }
div.DivClassName
{
background-color: #2D977F;
}
.BgClassName
{
background-color: #2D977F;
}
</style>
border-color css
<style>
span { border-color: #2D977F; }
span { border-color: rgb(45,151,127); }
td.TdClassName
{
border-color: #2D977F;
}
.TagClassName
{
border-color: #2D977F;
}
</style>