Shades of Gossamer #2B9D80
Tints of Gossamer #2B9D80
RGB
CMYK
RGB Variations
Color information
#2B9D80 (or 0x2B9D80) is known color: Gossamer. HEX triplet: 2B, 9D and 80. RGB value is (43,157,128). Sum of RGB (Red+Green+Blue) = 43+157+128=328 (43% of max value = 765). Red value is 43 (17.19% from 255 or 13.11% from 328); Green value is 157 (61.72% from 255 or 47.87% from 328); Blue value is 128 (50.39% from 255 or 39.02% from 328); Max value from RGB is 157 - color contains mainly: green. Hex color #2B9D80 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2B9D80 is #D4627F. Grayscale: #777777. Windows color (decimal): -13918848 or 8428843. OLE color: 8428843.
HSL color Cylindrical-coordinate representation of color #2B9D80: hue angle of 164.74º degrees, saturation: 0.57, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #2B9D80 is Cyan = 0.73, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 43 | 157 | 128 | - |
| CMYK | 0.73 | 0 | 0.18 | 0.38 |
| HSL | 164.74º | 0.57% | 0.39% | - |
| HSV(B) | 164.74º | 0.73% | 0.62% | - |
| XYZ | 16.95 | 26.19 | 24.58 | - |
| YUV | 119.61 | 132.73 | 73.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 157 | 128 | 0.73 | 0 | 0.18 | 0.38 | 164.74 | 0.57 | 0.39 |
| Hex | 2B | 9D | 80 | 49 | 0 | 12 | 26 | A5 | 39 | 27 |
| Octal | 53 | 235 | 200 | 111 | 0 | 22 | 46 | 245 | 71 | 47 |
| Binary | 101011 | 10011101 | 10000000 | 1001001 | 0 | 10010 | 100110 | 10100101 | 111001 | 100111 |
Color Harmonies of #2B9D80
Complementary color
Monochromatic Colors of #2B9D80
Black with #2B9D80
Text Example
Text Example
White with #2B9D80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B9D80; }
p { color: rgb(43,157,128); }
H1.HeaderClassName
{
color: #2B9D80;
}
.AnyTagClassName
{
color: #2B9D80;
}
</style>
background-color css
<style>
a { background-color: #2B9D80; }
a { background-color: rgb(43,157,128); }
div.DivClassName
{
background-color: #2B9D80;
}
.BgClassName
{
background-color: #2B9D80;
}
</style>
border-color css
<style>
span { border-color: #2B9D80; }
span { border-color: rgb(43,157,128); }
td.TdClassName
{
border-color: #2B9D80;
}
.TagClassName
{
border-color: #2B9D80;
}
</style>