Shades of Gossamer #2D9385
Tints of Gossamer #2D9385
RGB
CMYK
RGB Variations
Color information
#2D9385 (or 0x2D9385) is known color: Gossamer. HEX triplet: 2D, 93 and 85. RGB value is (45,147,133). Sum of RGB (Red+Green+Blue) = 45+147+133=325 (43% of max value = 765). Red value is 45 (17.97% from 255 or 13.85% from 325); Green value is 147 (57.81% from 255 or 45.23% from 325); Blue value is 133 (52.34% from 255 or 40.92% from 325); Max value from RGB is 147 - color contains mainly: green. Hex color #2D9385 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2D9385 is #D26C7A. Grayscale: #727272. Windows color (decimal): -13790331 or 8753965. OLE color: 8753965.
HSL color Cylindrical-coordinate representation of color #2D9385: hue angle of 171.76º degrees, saturation: 0.53, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #2D9385 is Cyan = 0.69, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 45 | 147 | 133 | - |
| CMYK | 0.69 | 0 | 0.10 | 0.42 |
| HSL | 171.76º | 0.53% | 0.38% | - |
| HSV(B) | 171.76º | 0.69% | 0.58% | - |
| XYZ | 15.75 | 23.12 | 25.82 | - |
| YUV | 114.91 | 138.21 | 78.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 147 | 133 | 0.69 | 0 | 0.10 | 0.42 | 171.76 | 0.53 | 0.38 |
| Hex | 2D | 93 | 85 | 45 | 0 | A | 2A | AC | 35 | 26 |
| Octal | 55 | 223 | 205 | 105 | 0 | 12 | 52 | 254 | 65 | 46 |
| Binary | 101101 | 10010011 | 10000101 | 1000101 | 0 | 1010 | 101010 | 10101100 | 110101 | 100110 |
Color Harmonies of #2D9385
Complementary color
Monochromatic Colors of #2D9385
Black with #2D9385
Text Example
Text Example
White with #2D9385
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D9385; }
p { color: rgb(45,147,133); }
H1.HeaderClassName
{
color: #2D9385;
}
.AnyTagClassName
{
color: #2D9385;
}
</style>
background-color css
<style>
a { background-color: #2D9385; }
a { background-color: rgb(45,147,133); }
div.DivClassName
{
background-color: #2D9385;
}
.BgClassName
{
background-color: #2D9385;
}
</style>
border-color css
<style>
span { border-color: #2D9385; }
span { border-color: rgb(45,147,133); }
td.TdClassName
{
border-color: #2D9385;
}
.TagClassName
{
border-color: #2D9385;
}
</style>