Shades of Gossamer #2B927B
Tints of Gossamer #2B927B
RGB
CMYK
RGB Variations
Color information
#2B927B (or 0x2B927B) is known color: Gossamer. HEX triplet: 2B, 92 and 7B. RGB value is (43,146,123). Sum of RGB (Red+Green+Blue) = 43+146+123=312 (41% of max value = 765). Red value is 43 (17.19% from 255 or 13.78% from 312); Green value is 146 (57.42% from 255 or 46.79% from 312); Blue value is 123 (48.44% from 255 or 39.42% from 312); Max value from RGB is 146 - color contains mainly: green. Hex color #2B927B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2B927B is #D46D84. Grayscale: #707070. Windows color (decimal): -13921669 or 8098347. OLE color: 8098347.
HSL color Cylindrical-coordinate representation of color #2B927B: hue angle of 166.6º degrees, saturation: 0.54, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #2B927B is Cyan = 0.71, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 43 | 146 | 123 | - |
| CMYK | 0.71 | 0 | 0.16 | 0.43 |
| HSL | 166.6º | 0.54% | 0.37% | - |
| HSV(B) | 166.6º | 0.71% | 0.57% | - |
| XYZ | 14.85 | 22.5 | 22.3 | - |
| YUV | 112.58 | 133.88 | 78.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 146 | 123 | 0.71 | 0 | 0.16 | 0.43 | 166.6 | 0.54 | 0.37 |
| Hex | 2B | 92 | 7B | 47 | 0 | 10 | 2B | A7 | 36 | 25 |
| Octal | 53 | 222 | 173 | 107 | 0 | 20 | 53 | 247 | 66 | 45 |
| Binary | 101011 | 10010010 | 1111011 | 1000111 | 0 | 10000 | 101011 | 10100111 | 110110 | 100101 |
Color Harmonies of #2B927B
Complementary color
Monochromatic Colors of #2B927B
Black with #2B927B
Text Example
Text Example
White with #2B927B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B927B; }
p { color: rgb(43,146,123); }
H1.HeaderClassName
{
color: #2B927B;
}
.AnyTagClassName
{
color: #2B927B;
}
</style>
background-color css
<style>
a { background-color: #2B927B; }
a { background-color: rgb(43,146,123); }
div.DivClassName
{
background-color: #2B927B;
}
.BgClassName
{
background-color: #2B927B;
}
</style>
border-color css
<style>
span { border-color: #2B927B; }
span { border-color: rgb(43,146,123); }
td.TdClassName
{
border-color: #2B927B;
}
.TagClassName
{
border-color: #2B927B;
}
</style>