Shades of Gossamer #2B9585
Tints of Gossamer #2B9585
RGB
CMYK
RGB Variations
Color information
#2B9585 (or 0x2B9585) is known color: Gossamer. HEX triplet: 2B, 95 and 85. RGB value is (43,149,133). Sum of RGB (Red+Green+Blue) = 43+149+133=325 (43% of max value = 765). Red value is 43 (17.19% from 255 or 13.23% from 325); Green value is 149 (58.59% from 255 or 45.85% from 325); Blue value is 133 (52.34% from 255 or 40.92% from 325); Max value from RGB is 149 - color contains mainly: green. Hex color #2B9585 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2B9585 is #D46A7A. Grayscale: #737373. Windows color (decimal): -13920891 or 8754475. OLE color: 8754475.
HSL color Cylindrical-coordinate representation of color #2B9585: hue angle of 170.94º degrees, saturation: 0.55, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #2B9585 is Cyan = 0.71, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 43 | 149 | 133 | - |
| CMYK | 0.71 | 0 | 0.11 | 0.42 |
| HSL | 170.94º | 0.55% | 0.38% | - |
| HSV(B) | 170.94º | 0.71% | 0.58% | - |
| XYZ | 15.98 | 23.7 | 25.92 | - |
| YUV | 115.48 | 137.88 | 76.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 149 | 133 | 0.71 | 0 | 0.11 | 0.42 | 170.94 | 0.55 | 0.38 |
| Hex | 2B | 95 | 85 | 47 | 0 | B | 2A | AB | 37 | 26 |
| Octal | 53 | 225 | 205 | 107 | 0 | 13 | 52 | 253 | 67 | 46 |
| Binary | 101011 | 10010101 | 10000101 | 1000111 | 0 | 1011 | 101010 | 10101011 | 110111 | 100110 |
Color Harmonies of #2B9585
Complementary color
Monochromatic Colors of #2B9585
Black with #2B9585
Text Example
Text Example
White with #2B9585
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B9585; }
p { color: rgb(43,149,133); }
H1.HeaderClassName
{
color: #2B9585;
}
.AnyTagClassName
{
color: #2B9585;
}
</style>
background-color css
<style>
a { background-color: #2B9585; }
a { background-color: rgb(43,149,133); }
div.DivClassName
{
background-color: #2B9585;
}
.BgClassName
{
background-color: #2B9585;
}
</style>
border-color css
<style>
span { border-color: #2B9585; }
span { border-color: rgb(43,149,133); }
td.TdClassName
{
border-color: #2B9585;
}
.TagClassName
{
border-color: #2B9585;
}
</style>