Shades of Gossamer #2B9B7D
Tints of Gossamer #2B9B7D
RGB
CMYK
RGB Variations
Color information
#2B9B7D (or 0x2B9B7D) is known color: Gossamer. HEX triplet: 2B, 9B and 7D. RGB value is (43,155,125). Sum of RGB (Red+Green+Blue) = 43+155+125=323 (42% of max value = 765). Red value is 43 (17.19% from 255 or 13.31% from 323); Green value is 155 (60.94% from 255 or 47.99% from 323); Blue value is 125 (49.22% from 255 or 38.70% from 323); Max value from RGB is 155 - color contains mainly: green. Hex color #2B9B7D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2B9B7D is #D46482. Grayscale: #767676. Windows color (decimal): -13919363 or 8231723. OLE color: 8231723.
HSL color Cylindrical-coordinate representation of color #2B9B7D: hue angle of 163.93º degrees, saturation: 0.57, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #2B9B7D is Cyan = 0.72, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 43 | 155 | 125 | - |
| CMYK | 0.72 | 0 | 0.19 | 0.39 |
| HSL | 163.93º | 0.57% | 0.39% | - |
| HSV(B) | 163.93º | 0.72% | 0.61% | - |
| XYZ | 16.42 | 25.44 | 23.45 | - |
| YUV | 118.09 | 131.89 | 74.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 155 | 125 | 0.72 | 0 | 0.19 | 0.39 | 163.93 | 0.57 | 0.39 |
| Hex | 2B | 9B | 7D | 48 | 0 | 13 | 27 | A4 | 39 | 27 |
| Octal | 53 | 233 | 175 | 110 | 0 | 23 | 47 | 244 | 71 | 47 |
| Binary | 101011 | 10011011 | 1111101 | 1001000 | 0 | 10011 | 100111 | 10100100 | 111001 | 100111 |
Color Harmonies of #2B9B7D
Complementary color
Monochromatic Colors of #2B9B7D
Black with #2B9B7D
Text Example
Text Example
White with #2B9B7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B9B7D; }
p { color: rgb(43,155,125); }
H1.HeaderClassName
{
color: #2B9B7D;
}
.AnyTagClassName
{
color: #2B9B7D;
}
</style>
background-color css
<style>
a { background-color: #2B9B7D; }
a { background-color: rgb(43,155,125); }
div.DivClassName
{
background-color: #2B9B7D;
}
.BgClassName
{
background-color: #2B9B7D;
}
</style>
border-color css
<style>
span { border-color: #2B9B7D; }
span { border-color: rgb(43,155,125); }
td.TdClassName
{
border-color: #2B9B7D;
}
.TagClassName
{
border-color: #2B9B7D;
}
</style>