Shades of Gossamer #2B957B
Tints of Gossamer #2B957B
RGB
CMYK
RGB Variations
Color information
#2B957B (or 0x2B957B) is known color: Gossamer. HEX triplet: 2B, 95 and 7B. RGB value is (43,149,123). Sum of RGB (Red+Green+Blue) = 43+149+123=315 (41% of max value = 765). Red value is 43 (17.19% from 255 or 13.65% from 315); Green value is 149 (58.59% from 255 or 47.30% from 315); Blue value is 123 (48.44% from 255 or 39.05% from 315); Max value from RGB is 149 - color contains mainly: green. Hex color #2B957B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2B957B is #D46A84. Grayscale: #727272. Windows color (decimal): -13920901 or 8099115. OLE color: 8099115.
HSL color Cylindrical-coordinate representation of color #2B957B: hue angle of 165.28º 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 #2B957B is Cyan = 0.71, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 43 | 149 | 123 | - |
| CMYK | 0.71 | 0 | 0.17 | 0.42 |
| HSL | 165.28º | 0.55% | 0.38% | - |
| HSV(B) | 165.28º | 0.71% | 0.58% | - |
| XYZ | 15.32 | 23.44 | 22.46 | - |
| YUV | 114.34 | 132.88 | 77.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 149 | 123 | 0.71 | 0 | 0.17 | 0.42 | 165.28 | 0.55 | 0.38 |
| Hex | 2B | 95 | 7B | 47 | 0 | 11 | 2A | A5 | 37 | 26 |
| Octal | 53 | 225 | 173 | 107 | 0 | 21 | 52 | 245 | 67 | 46 |
| Binary | 101011 | 10010101 | 1111011 | 1000111 | 0 | 10001 | 101010 | 10100101 | 110111 | 100110 |
Color Harmonies of #2B957B
Complementary color
Monochromatic Colors of #2B957B
Black with #2B957B
Text Example
Text Example
White with #2B957B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B957B; }
p { color: rgb(43,149,123); }
H1.HeaderClassName
{
color: #2B957B;
}
.AnyTagClassName
{
color: #2B957B;
}
</style>
background-color css
<style>
a { background-color: #2B957B; }
a { background-color: rgb(43,149,123); }
div.DivClassName
{
background-color: #2B957B;
}
.BgClassName
{
background-color: #2B957B;
}
</style>
border-color css
<style>
span { border-color: #2B957B; }
span { border-color: rgb(43,149,123); }
td.TdClassName
{
border-color: #2B957B;
}
.TagClassName
{
border-color: #2B957B;
}
</style>