Shades of Gossamer #2B9582
Tints of Gossamer #2B9582
RGB
CMYK
RGB Variations
Color information
#2B9582 (or 0x2B9582) is known color: Gossamer. HEX triplet: 2B, 95 and 82. RGB value is (43,149,130). Sum of RGB (Red+Green+Blue) = 43+149+130=322 (42% of max value = 765). Red value is 43 (17.19% from 255 or 13.35% from 322); Green value is 149 (58.59% from 255 or 46.27% from 322); Blue value is 130 (51.17% from 255 or 40.37% from 322); Max value from RGB is 149 - color contains mainly: green. Hex color #2B9582 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2B9582 is #D46A7D. Grayscale: #737373. Windows color (decimal): -13920894 or 8557867. OLE color: 8557867.
HSL color Cylindrical-coordinate representation of color #2B9582: hue angle of 169.25º 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 #2B9582 is Cyan = 0.71, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 43 | 149 | 130 | - |
| CMYK | 0.71 | 0 | 0.13 | 0.42 |
| HSL | 169.25º | 0.55% | 0.38% | - |
| HSV(B) | 169.25º | 0.71% | 0.58% | - |
| XYZ | 15.77 | 23.62 | 24.85 | - |
| YUV | 115.14 | 136.38 | 76.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 149 | 130 | 0.71 | 0 | 0.13 | 0.42 | 169.25 | 0.55 | 0.38 |
| Hex | 2B | 95 | 82 | 47 | 0 | D | 2A | A9 | 37 | 26 |
| Octal | 53 | 225 | 202 | 107 | 0 | 15 | 52 | 251 | 67 | 46 |
| Binary | 101011 | 10010101 | 10000010 | 1000111 | 0 | 1101 | 101010 | 10101001 | 110111 | 100110 |
Color Harmonies of #2B9582
Complementary color
Monochromatic Colors of #2B9582
Black with #2B9582
Text Example
Text Example
White with #2B9582
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B9582; }
p { color: rgb(43,149,130); }
H1.HeaderClassName
{
color: #2B9582;
}
.AnyTagClassName
{
color: #2B9582;
}
</style>
background-color css
<style>
a { background-color: #2B9582; }
a { background-color: rgb(43,149,130); }
div.DivClassName
{
background-color: #2B9582;
}
.BgClassName
{
background-color: #2B9582;
}
</style>
border-color css
<style>
span { border-color: #2B9582; }
span { border-color: rgb(43,149,130); }
td.TdClassName
{
border-color: #2B9582;
}
.TagClassName
{
border-color: #2B9582;
}
</style>