Shades of Gossamer #2B997F
Tints of Gossamer #2B997F
RGB
CMYK
RGB Variations
Color information
#2B997F (or 0x2B997F) is known color: Gossamer. HEX triplet: 2B, 99 and 7F. RGB value is (43,153,127). Sum of RGB (Red+Green+Blue) = 43+153+127=323 (42% of max value = 765). Red value is 43 (17.19% from 255 or 13.31% from 323); Green value is 153 (60.16% from 255 or 47.37% from 323); Blue value is 127 (50% from 255 or 39.32% from 323); Max value from RGB is 153 - color contains mainly: green. Hex color #2B997F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2B997F is #D46680. Grayscale: #757575. Windows color (decimal): -13919873 or 8362283. OLE color: 8362283.
HSL color Cylindrical-coordinate representation of color #2B997F: hue angle of 165.82º degrees, saturation: 0.56, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #2B997F is Cyan = 0.72, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 43 | 153 | 127 | - |
| CMYK | 0.72 | 0 | 0.17 | 0.4 |
| HSL | 165.82º | 0.56% | 0.38% | - |
| HSV(B) | 165.82º | 0.72% | 0.6% | - |
| XYZ | 16.22 | 24.83 | 24.02 | - |
| YUV | 117.15 | 133.56 | 75.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 153 | 127 | 0.72 | 0 | 0.17 | 0.4 | 165.82 | 0.56 | 0.38 |
| Hex | 2B | 99 | 7F | 48 | 0 | 11 | 28 | A6 | 38 | 26 |
| Octal | 53 | 231 | 177 | 110 | 0 | 21 | 50 | 246 | 70 | 46 |
| Binary | 101011 | 10011001 | 1111111 | 1001000 | 0 | 10001 | 101000 | 10100110 | 111000 | 100110 |
Color Harmonies of #2B997F
Complementary color
Monochromatic Colors of #2B997F
Black with #2B997F
Text Example
Text Example
White with #2B997F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B997F; }
p { color: rgb(43,153,127); }
H1.HeaderClassName
{
color: #2B997F;
}
.AnyTagClassName
{
color: #2B997F;
}
</style>
background-color css
<style>
a { background-color: #2B997F; }
a { background-color: rgb(43,153,127); }
div.DivClassName
{
background-color: #2B997F;
}
.BgClassName
{
background-color: #2B997F;
}
</style>
border-color css
<style>
span { border-color: #2B997F; }
span { border-color: rgb(43,153,127); }
td.TdClassName
{
border-color: #2B997F;
}
.TagClassName
{
border-color: #2B997F;
}
</style>