Shades of Gossamer #2D957C
Tints of Gossamer #2D957C
RGB
CMYK
RGB Variations
Color information
#2D957C (or 0x2D957C) is known color: Gossamer. HEX triplet: 2D, 95 and 7C. RGB value is (45,149,124). Sum of RGB (Red+Green+Blue) = 45+149+124=318 (42% of max value = 765). Red value is 45 (17.97% from 255 or 14.15% from 318); Green value is 149 (58.59% from 255 or 46.86% from 318); Blue value is 124 (48.83% from 255 or 38.99% from 318); Max value from RGB is 149 - color contains mainly: green. Hex color #2D957C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2D957C is #D26A83. Grayscale: #737373. Windows color (decimal): -13789828 or 8164653. OLE color: 8164653.
HSL color Cylindrical-coordinate representation of color #2D957C: hue angle of 165.58º degrees, saturation: 0.54, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #2D957C is Cyan = 0.70, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 45 | 149 | 124 | - |
| CMYK | 0.70 | 0 | 0.17 | 0.42 |
| HSL | 165.58º | 0.54% | 0.38% | - |
| HSV(B) | 165.58º | 0.7% | 0.58% | - |
| XYZ | 15.47 | 23.51 | 22.79 | - |
| YUV | 115.05 | 133.04 | 78.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 149 | 124 | 0.70 | 0 | 0.17 | 0.42 | 165.58 | 0.54 | 0.38 |
| Hex | 2D | 95 | 7C | 46 | 0 | 11 | 2A | A6 | 36 | 26 |
| Octal | 55 | 225 | 174 | 106 | 0 | 21 | 52 | 246 | 66 | 46 |
| Binary | 101101 | 10010101 | 1111100 | 1000110 | 0 | 10001 | 101010 | 10100110 | 110110 | 100110 |
Color Harmonies of #2D957C
Complementary color
Monochromatic Colors of #2D957C
Black with #2D957C
Text Example
Text Example
White with #2D957C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D957C; }
p { color: rgb(45,149,124); }
H1.HeaderClassName
{
color: #2D957C;
}
.AnyTagClassName
{
color: #2D957C;
}
</style>
background-color css
<style>
a { background-color: #2D957C; }
a { background-color: rgb(45,149,124); }
div.DivClassName
{
background-color: #2D957C;
}
.BgClassName
{
background-color: #2D957C;
}
</style>
border-color css
<style>
span { border-color: #2D957C; }
span { border-color: rgb(45,149,124); }
td.TdClassName
{
border-color: #2D957C;
}
.TagClassName
{
border-color: #2D957C;
}
</style>