Shades of Gossamer #2B937B
Tints of Gossamer #2B937B
RGB
CMYK
RGB Variations
Color information
#2B937B (or 0x2B937B) is known color: Gossamer. HEX triplet: 2B, 93 and 7B. RGB value is (43,147,123). Sum of RGB (Red+Green+Blue) = 43+147+123=313 (41% of max value = 765). Red value is 43 (17.19% from 255 or 13.74% from 313); Green value is 147 (57.81% from 255 or 46.96% from 313); Blue value is 123 (48.44% from 255 or 39.30% from 313); Max value from RGB is 147 - color contains mainly: green. Hex color #2B937B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2B937B is #D46C84. Grayscale: #717171. Windows color (decimal): -13921413 or 8098603. OLE color: 8098603.
HSL color Cylindrical-coordinate representation of color #2B937B: hue angle of 166.15º 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 #2B937B is Cyan = 0.71, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 43 | 147 | 123 | - |
| CMYK | 0.71 | 0 | 0.16 | 0.42 |
| HSL | 166.15º | 0.55% | 0.37% | - |
| HSV(B) | 166.15º | 0.71% | 0.58% | - |
| XYZ | 15.01 | 22.81 | 22.35 | - |
| YUV | 113.17 | 133.54 | 77.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 147 | 123 | 0.71 | 0 | 0.16 | 0.42 | 166.15 | 0.55 | 0.37 |
| Hex | 2B | 93 | 7B | 47 | 0 | 10 | 2A | A6 | 37 | 25 |
| Octal | 53 | 223 | 173 | 107 | 0 | 20 | 52 | 246 | 67 | 45 |
| Binary | 101011 | 10010011 | 1111011 | 1000111 | 0 | 10000 | 101010 | 10100110 | 110111 | 100101 |
Color Harmonies of #2B937B
Complementary color
Monochromatic Colors of #2B937B
Black with #2B937B
Text Example
Text Example
White with #2B937B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B937B; }
p { color: rgb(43,147,123); }
H1.HeaderClassName
{
color: #2B937B;
}
.AnyTagClassName
{
color: #2B937B;
}
</style>
background-color css
<style>
a { background-color: #2B937B; }
a { background-color: rgb(43,147,123); }
div.DivClassName
{
background-color: #2B937B;
}
.BgClassName
{
background-color: #2B937B;
}
</style>
border-color css
<style>
span { border-color: #2B937B; }
span { border-color: rgb(43,147,123); }
td.TdClassName
{
border-color: #2B937B;
}
.TagClassName
{
border-color: #2B937B;
}
</style>