Shades of Gossamer #2B9183
Tints of Gossamer #2B9183
RGB
CMYK
RGB Variations
Color information
#2B9183 (or 0x2B9183) is known color: Gossamer. HEX triplet: 2B, 91 and 83. RGB value is (43,145,131). Sum of RGB (Red+Green+Blue) = 43+145+131=319 (42% of max value = 765). Red value is 43 (17.19% from 255 or 13.48% from 319); Green value is 145 (57.03% from 255 or 45.45% from 319); Blue value is 131 (51.56% from 255 or 41.07% from 319); Max value from RGB is 145 - color contains mainly: green. Hex color #2B9183 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2B9183 is #D46E7C. Grayscale: #707070. Windows color (decimal): -13921917 or 8622379. OLE color: 8622379.
HSL color Cylindrical-coordinate representation of color #2B9183: hue angle of 171.76º degrees, saturation: 0.54, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #2B9183 is Cyan = 0.70, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 43 | 145 | 131 | - |
| CMYK | 0.70 | 0 | 0.10 | 0.43 |
| HSL | 171.76º | 0.54% | 0.37% | - |
| HSV(B) | 171.76º | 0.7% | 0.57% | - |
| XYZ | 15.22 | 22.4 | 24.99 | - |
| YUV | 112.91 | 138.21 | 78.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 145 | 131 | 0.70 | 0 | 0.10 | 0.43 | 171.76 | 0.54 | 0.37 |
| Hex | 2B | 91 | 83 | 46 | 0 | A | 2B | AC | 36 | 25 |
| Octal | 53 | 221 | 203 | 106 | 0 | 12 | 53 | 254 | 66 | 45 |
| Binary | 101011 | 10010001 | 10000011 | 1000110 | 0 | 1010 | 101011 | 10101100 | 110110 | 100101 |
Color Harmonies of #2B9183
Complementary color
Monochromatic Colors of #2B9183
Black with #2B9183
Text Example
Text Example
White with #2B9183
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B9183; }
p { color: rgb(43,145,131); }
H1.HeaderClassName
{
color: #2B9183;
}
.AnyTagClassName
{
color: #2B9183;
}
</style>
background-color css
<style>
a { background-color: #2B9183; }
a { background-color: rgb(43,145,131); }
div.DivClassName
{
background-color: #2B9183;
}
.BgClassName
{
background-color: #2B9183;
}
</style>
border-color css
<style>
span { border-color: #2B9183; }
span { border-color: rgb(43,145,131); }
td.TdClassName
{
border-color: #2B9183;
}
.TagClassName
{
border-color: #2B9183;
}
</style>