Shades of Gossamer #2B977F
Tints of Gossamer #2B977F
RGB
CMYK
RGB Variations
Color information
#2B977F (or 0x2B977F) is known color: Gossamer. HEX triplet: 2B, 97 and 7F. RGB value is (43,151,127). Sum of RGB (Red+Green+Blue) = 43+151+127=321 (42% of max value = 765). Red value is 43 (17.19% from 255 or 13.40% from 321); Green value is 151 (59.38% from 255 or 47.04% from 321); Blue value is 127 (50% from 255 or 39.56% from 321); Max value from RGB is 151 - color contains mainly: green. Hex color #2B977F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2B977F is #D46880. Grayscale: #737373. Windows color (decimal): -13920385 or 8361771. OLE color: 8361771.
HSL color Cylindrical-coordinate representation of color #2B977F: hue angle of 166.67º degrees, saturation: 0.56, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #2B977F is Cyan = 0.72, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 43 | 151 | 127 | - |
| CMYK | 0.72 | 0 | 0.16 | 0.41 |
| HSL | 166.67º | 0.56% | 0.38% | - |
| HSV(B) | 166.67º | 0.72% | 0.59% | - |
| XYZ | 15.89 | 24.18 | 23.91 | - |
| YUV | 115.97 | 134.22 | 75.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 151 | 127 | 0.72 | 0 | 0.16 | 0.41 | 166.67 | 0.56 | 0.38 |
| Hex | 2B | 97 | 7F | 48 | 0 | 10 | 29 | A7 | 38 | 26 |
| Octal | 53 | 227 | 177 | 110 | 0 | 20 | 51 | 247 | 70 | 46 |
| Binary | 101011 | 10010111 | 1111111 | 1001000 | 0 | 10000 | 101001 | 10100111 | 111000 | 100110 |
Color Harmonies of #2B977F
Complementary color
Monochromatic Colors of #2B977F
Black with #2B977F
Text Example
Text Example
White with #2B977F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B977F; }
p { color: rgb(43,151,127); }
H1.HeaderClassName
{
color: #2B977F;
}
.AnyTagClassName
{
color: #2B977F;
}
</style>
background-color css
<style>
a { background-color: #2B977F; }
a { background-color: rgb(43,151,127); }
div.DivClassName
{
background-color: #2B977F;
}
.BgClassName
{
background-color: #2B977F;
}
</style>
border-color css
<style>
span { border-color: #2B977F; }
span { border-color: rgb(43,151,127); }
td.TdClassName
{
border-color: #2B977F;
}
.TagClassName
{
border-color: #2B977F;
}
</style>