Shades of Gossamer #2D9E84
Tints of Gossamer #2D9E84
RGB
CMYK
RGB Variations
Color information
#2D9E84 (or 0x2D9E84) is known color: Gossamer. HEX triplet: 2D, 9E and 84. RGB value is (45,158,132). Sum of RGB (Red+Green+Blue) = 45+158+132=335 (44% of max value = 765). Red value is 45 (17.97% from 255 or 13.43% from 335); Green value is 158 (62.11% from 255 or 47.16% from 335); Blue value is 132 (51.95% from 255 or 39.40% from 335); Max value from RGB is 158 - color contains mainly: green. Hex color #2D9E84 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2D9E84 is #D2617B. Grayscale: #797979. Windows color (decimal): -13787516 or 8691245. OLE color: 8691245.
HSL color Cylindrical-coordinate representation of color #2D9E84: hue angle of 166.19º degrees, saturation: 0.56, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #2D9E84 is Cyan = 0.72, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 45 | 158 | 132 | - |
| CMYK | 0.72 | 0 | 0.16 | 0.38 |
| HSL | 166.19º | 0.56% | 0.4% | - |
| HSV(B) | 166.19º | 0.72% | 0.62% | - |
| XYZ | 17.47 | 26.68 | 26.06 | - |
| YUV | 121.25 | 134.06 | 73.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 158 | 132 | 0.72 | 0 | 0.16 | 0.38 | 166.19 | 0.56 | 0.4 |
| Hex | 2D | 9E | 84 | 48 | 0 | 10 | 26 | A6 | 38 | 28 |
| Octal | 55 | 236 | 204 | 110 | 0 | 20 | 46 | 246 | 70 | 50 |
| Binary | 101101 | 10011110 | 10000100 | 1001000 | 0 | 10000 | 100110 | 10100110 | 111000 | 101000 |
Color Harmonies of #2D9E84
Complementary color
Monochromatic Colors of #2D9E84
Black with #2D9E84
Text Example
Text Example
White with #2D9E84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D9E84; }
p { color: rgb(45,158,132); }
H1.HeaderClassName
{
color: #2D9E84;
}
.AnyTagClassName
{
color: #2D9E84;
}
</style>
background-color css
<style>
a { background-color: #2D9E84; }
a { background-color: rgb(45,158,132); }
div.DivClassName
{
background-color: #2D9E84;
}
.BgClassName
{
background-color: #2D9E84;
}
</style>
border-color css
<style>
span { border-color: #2D9E84; }
span { border-color: rgb(45,158,132); }
td.TdClassName
{
border-color: #2D9E84;
}
.TagClassName
{
border-color: #2D9E84;
}
</style>