Shades of Gossamer #2B937E
Tints of Gossamer #2B937E
RGB
CMYK
RGB Variations
Color information
#2B937E (or 0x2B937E) is known color: Gossamer. HEX triplet: 2B, 93 and 7E. RGB value is (43,147,126). Sum of RGB (Red+Green+Blue) = 43+147+126=316 (41% of max value = 765). Red value is 43 (17.19% from 255 or 13.61% from 316); Green value is 147 (57.81% from 255 or 46.52% from 316); Blue value is 126 (49.61% from 255 or 39.87% from 316); Max value from RGB is 147 - color contains mainly: green. Hex color #2B937E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2B937E is #D46C81. Grayscale: #717171. Windows color (decimal): -13921410 or 8295211. OLE color: 8295211.
HSL color Cylindrical-coordinate representation of color #2B937E: hue angle of 167.88º degrees, saturation: 0.55, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #2B937E is Cyan = 0.71, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 43 | 147 | 126 | - |
| CMYK | 0.71 | 0 | 0.14 | 0.42 |
| HSL | 167.88º | 0.55% | 0.37% | - |
| HSV(B) | 167.88º | 0.71% | 0.58% | - |
| XYZ | 15.2 | 22.89 | 23.36 | - |
| YUV | 113.51 | 135.04 | 77.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 147 | 126 | 0.71 | 0 | 0.14 | 0.42 | 167.88 | 0.55 | 0.37 |
| Hex | 2B | 93 | 7E | 47 | 0 | E | 2A | A8 | 37 | 25 |
| Octal | 53 | 223 | 176 | 107 | 0 | 16 | 52 | 250 | 67 | 45 |
| Binary | 101011 | 10010011 | 1111110 | 1000111 | 0 | 1110 | 101010 | 10101000 | 110111 | 100101 |
Color Harmonies of #2B937E
Complementary color
Monochromatic Colors of #2B937E
Black with #2B937E
Text Example
Text Example
White with #2B937E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B937E; }
p { color: rgb(43,147,126); }
H1.HeaderClassName
{
color: #2B937E;
}
.AnyTagClassName
{
color: #2B937E;
}
</style>
background-color css
<style>
a { background-color: #2B937E; }
a { background-color: rgb(43,147,126); }
div.DivClassName
{
background-color: #2B937E;
}
.BgClassName
{
background-color: #2B937E;
}
</style>
border-color css
<style>
span { border-color: #2B937E; }
span { border-color: rgb(43,147,126); }
td.TdClassName
{
border-color: #2B937E;
}
.TagClassName
{
border-color: #2B937E;
}
</style>