Shades of Gossamer #2B917C
Tints of Gossamer #2B917C
RGB
CMYK
RGB Variations
Color information
#2B917C (or 0x2B917C) is known color: Gossamer. HEX triplet: 2B, 91 and 7C. RGB value is (43,145,124). Sum of RGB (Red+Green+Blue) = 43+145+124=312 (41% of max value = 765). Red value is 43 (17.19% from 255 or 13.78% from 312); Green value is 145 (57.03% from 255 or 46.47% from 312); Blue value is 124 (48.83% from 255 or 39.74% from 312); Max value from RGB is 145 - color contains mainly: green. Hex color #2B917C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2B917C is #D46E83. Grayscale: #707070. Windows color (decimal): -13921924 or 8163627. OLE color: 8163627.
HSL color Cylindrical-coordinate representation of color #2B917C: hue angle of 167.65º degrees, saturation: 0.54, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #2B917C is Cyan = 0.70, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 43 | 145 | 124 | - |
| CMYK | 0.70 | 0 | 0.14 | 0.43 |
| HSL | 167.65º | 0.54% | 0.37% | - |
| HSV(B) | 167.65º | 0.7% | 0.57% | - |
| XYZ | 14.76 | 22.22 | 22.58 | - |
| YUV | 112.11 | 134.71 | 78.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 145 | 124 | 0.70 | 0 | 0.14 | 0.43 | 167.65 | 0.54 | 0.37 |
| Hex | 2B | 91 | 7C | 46 | 0 | E | 2B | A8 | 36 | 25 |
| Octal | 53 | 221 | 174 | 106 | 0 | 16 | 53 | 250 | 66 | 45 |
| Binary | 101011 | 10010001 | 1111100 | 1000110 | 0 | 1110 | 101011 | 10101000 | 110110 | 100101 |
Color Harmonies of #2B917C
Complementary color
Monochromatic Colors of #2B917C
Black with #2B917C
Text Example
Text Example
White with #2B917C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B917C; }
p { color: rgb(43,145,124); }
H1.HeaderClassName
{
color: #2B917C;
}
.AnyTagClassName
{
color: #2B917C;
}
</style>
background-color css
<style>
a { background-color: #2B917C; }
a { background-color: rgb(43,145,124); }
div.DivClassName
{
background-color: #2B917C;
}
.BgClassName
{
background-color: #2B917C;
}
</style>
border-color css
<style>
span { border-color: #2B917C; }
span { border-color: rgb(43,145,124); }
td.TdClassName
{
border-color: #2B917C;
}
.TagClassName
{
border-color: #2B917C;
}
</style>