Shades of Gossamer #2B937C
Tints of Gossamer #2B937C
RGB
CMYK
RGB Variations
Color information
#2B937C (or 0x2B937C) is known color: Gossamer. HEX triplet: 2B, 93 and 7C. RGB value is (43,147,124). Sum of RGB (Red+Green+Blue) = 43+147+124=314 (41% of max value = 765). Red value is 43 (17.19% from 255 or 13.69% from 314); Green value is 147 (57.81% from 255 or 46.82% from 314); Blue value is 124 (48.83% from 255 or 39.49% from 314); Max value from RGB is 147 - color contains mainly: green. Hex color #2B937C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2B937C is #D46C83. Grayscale: #717171. Windows color (decimal): -13921412 or 8164139. OLE color: 8164139.
HSL color Cylindrical-coordinate representation of color #2B937C: hue angle of 166.73º 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 #2B937C is Cyan = 0.71, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 43 | 147 | 124 | - |
| CMYK | 0.71 | 0 | 0.16 | 0.42 |
| HSL | 166.73º | 0.55% | 0.37% | - |
| HSV(B) | 166.73º | 0.71% | 0.58% | - |
| XYZ | 15.07 | 22.84 | 22.68 | - |
| YUV | 113.28 | 134.04 | 77.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 147 | 124 | 0.71 | 0 | 0.16 | 0.42 | 166.73 | 0.55 | 0.37 |
| Hex | 2B | 93 | 7C | 47 | 0 | 10 | 2A | A7 | 37 | 25 |
| Octal | 53 | 223 | 174 | 107 | 0 | 20 | 52 | 247 | 67 | 45 |
| Binary | 101011 | 10010011 | 1111100 | 1000111 | 0 | 10000 | 101010 | 10100111 | 110111 | 100101 |
Color Harmonies of #2B937C
Complementary color
Monochromatic Colors of #2B937C
Black with #2B937C
Text Example
Text Example
White with #2B937C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B937C; }
p { color: rgb(43,147,124); }
H1.HeaderClassName
{
color: #2B937C;
}
.AnyTagClassName
{
color: #2B937C;
}
</style>
background-color css
<style>
a { background-color: #2B937C; }
a { background-color: rgb(43,147,124); }
div.DivClassName
{
background-color: #2B937C;
}
.BgClassName
{
background-color: #2B937C;
}
</style>
border-color css
<style>
span { border-color: #2B937C; }
span { border-color: rgb(43,147,124); }
td.TdClassName
{
border-color: #2B937C;
}
.TagClassName
{
border-color: #2B937C;
}
</style>