Shades of Gossamer #2D9D7C
Tints of Gossamer #2D9D7C
RGB
CMYK
RGB Variations
Color information
#2D9D7C (or 0x2D9D7C) is known color: Gossamer. HEX triplet: 2D, 9D and 7C. RGB value is (45,157,124). Sum of RGB (Red+Green+Blue) = 45+157+124=326 (43% of max value = 765). Red value is 45 (17.97% from 255 or 13.80% from 326); Green value is 157 (61.72% from 255 or 48.16% from 326); Blue value is 124 (48.83% from 255 or 38.04% from 326); Max value from RGB is 157 - color contains mainly: green. Hex color #2D9D7C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2D9D7C is #D26283. Grayscale: #777777. Windows color (decimal): -13787780 or 8166701. OLE color: 8166701.
HSL color Cylindrical-coordinate representation of color #2D9D7C: hue angle of 162.32º degrees, saturation: 0.55, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #2D9D7C is Cyan = 0.71, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 45 | 157 | 124 | - |
| CMYK | 0.71 | 0 | 0.21 | 0.38 |
| HSL | 162.32º | 0.55% | 0.4% | - |
| HSV(B) | 162.32º | 0.71% | 0.62% | - |
| XYZ | 16.78 | 26.13 | 23.23 | - |
| YUV | 119.75 | 130.39 | 74.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 157 | 124 | 0.71 | 0 | 0.21 | 0.38 | 162.32 | 0.55 | 0.4 |
| Hex | 2D | 9D | 7C | 47 | 0 | 15 | 26 | A2 | 37 | 28 |
| Octal | 55 | 235 | 174 | 107 | 0 | 25 | 46 | 242 | 67 | 50 |
| Binary | 101101 | 10011101 | 1111100 | 1000111 | 0 | 10101 | 100110 | 10100010 | 110111 | 101000 |
Color Harmonies of #2D9D7C
Complementary color
Monochromatic Colors of #2D9D7C
Black with #2D9D7C
Text Example
Text Example
White with #2D9D7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D9D7C; }
p { color: rgb(45,157,124); }
H1.HeaderClassName
{
color: #2D9D7C;
}
.AnyTagClassName
{
color: #2D9D7C;
}
</style>
background-color css
<style>
a { background-color: #2D9D7C; }
a { background-color: rgb(45,157,124); }
div.DivClassName
{
background-color: #2D9D7C;
}
.BgClassName
{
background-color: #2D9D7C;
}
</style>
border-color css
<style>
span { border-color: #2D9D7C; }
span { border-color: rgb(45,157,124); }
td.TdClassName
{
border-color: #2D9D7C;
}
.TagClassName
{
border-color: #2D9D7C;
}
</style>