Shades of Gossamer #2B9584
Tints of Gossamer #2B9584
RGB
CMYK
RGB Variations
Color information
#2B9584 (or 0x2B9584) is known color: Gossamer. HEX triplet: 2B, 95 and 84. RGB value is (43,149,132). Sum of RGB (Red+Green+Blue) = 43+149+132=324 (42% of max value = 765). Red value is 43 (17.19% from 255 or 13.27% from 324); Green value is 149 (58.59% from 255 or 45.99% from 324); Blue value is 132 (51.95% from 255 or 40.74% from 324); Max value from RGB is 149 - color contains mainly: green. Hex color #2B9584 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2B9584 is #D46A7B. Grayscale: #737373. Windows color (decimal): -13920892 or 8688939. OLE color: 8688939.
HSL color Cylindrical-coordinate representation of color #2B9584: hue angle of 170.38º 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 #2B9584 is Cyan = 0.71, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 43 | 149 | 132 | - |
| CMYK | 0.71 | 0 | 0.11 | 0.42 |
| HSL | 170.38º | 0.55% | 0.38% | - |
| HSV(B) | 170.38º | 0.71% | 0.58% | - |
| XYZ | 15.91 | 23.67 | 25.56 | - |
| YUV | 115.37 | 137.38 | 76.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 149 | 132 | 0.71 | 0 | 0.11 | 0.42 | 170.38 | 0.55 | 0.38 |
| Hex | 2B | 95 | 84 | 47 | 0 | B | 2A | AA | 37 | 26 |
| Octal | 53 | 225 | 204 | 107 | 0 | 13 | 52 | 252 | 67 | 46 |
| Binary | 101011 | 10010101 | 10000100 | 1000111 | 0 | 1011 | 101010 | 10101010 | 110111 | 100110 |
Color Harmonies of #2B9584
Complementary color
Monochromatic Colors of #2B9584
Black with #2B9584
Text Example
Text Example
White with #2B9584
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B9584; }
p { color: rgb(43,149,132); }
H1.HeaderClassName
{
color: #2B9584;
}
.AnyTagClassName
{
color: #2B9584;
}
</style>
background-color css
<style>
a { background-color: #2B9584; }
a { background-color: rgb(43,149,132); }
div.DivClassName
{
background-color: #2B9584;
}
.BgClassName
{
background-color: #2B9584;
}
</style>
border-color css
<style>
span { border-color: #2B9584; }
span { border-color: rgb(43,149,132); }
td.TdClassName
{
border-color: #2B9584;
}
.TagClassName
{
border-color: #2B9584;
}
</style>