Shades of Gossamer #2B9D7B
Tints of Gossamer #2B9D7B
RGB
CMYK
RGB Variations
Color information
#2B9D7B (or 0x2B9D7B) is known color: Gossamer. HEX triplet: 2B, 9D and 7B. RGB value is (43,157,123). Sum of RGB (Red+Green+Blue) = 43+157+123=323 (42% of max value = 765). Red value is 43 (17.19% from 255 or 13.31% from 323); Green value is 157 (61.72% from 255 or 48.61% from 323); Blue value is 123 (48.44% from 255 or 38.08% from 323); Max value from RGB is 157 - color contains mainly: green. Hex color #2B9D7B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2B9D7B is #D46284. Grayscale: #777777. Windows color (decimal): -13918853 or 8101163. OLE color: 8101163.
HSL color Cylindrical-coordinate representation of color #2B9D7B: hue angle of 162.11º 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 #2B9D7B is Cyan = 0.73, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 43 | 157 | 123 | - |
| CMYK | 0.73 | 0 | 0.22 | 0.38 |
| HSL | 162.11º | 0.57% | 0.39% | - |
| HSV(B) | 162.11º | 0.73% | 0.62% | - |
| XYZ | 16.63 | 26.06 | 22.89 | - |
| YUV | 119.04 | 130.23 | 73.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 157 | 123 | 0.73 | 0 | 0.22 | 0.38 | 162.11 | 0.57 | 0.39 |
| Hex | 2B | 9D | 7B | 49 | 0 | 16 | 26 | A2 | 39 | 27 |
| Octal | 53 | 235 | 173 | 111 | 0 | 26 | 46 | 242 | 71 | 47 |
| Binary | 101011 | 10011101 | 1111011 | 1001001 | 0 | 10110 | 100110 | 10100010 | 111001 | 100111 |
Color Harmonies of #2B9D7B
Complementary color
Monochromatic Colors of #2B9D7B
Black with #2B9D7B
Text Example
Text Example
White with #2B9D7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B9D7B; }
p { color: rgb(43,157,123); }
H1.HeaderClassName
{
color: #2B9D7B;
}
.AnyTagClassName
{
color: #2B9D7B;
}
</style>
background-color css
<style>
a { background-color: #2B9D7B; }
a { background-color: rgb(43,157,123); }
div.DivClassName
{
background-color: #2B9D7B;
}
.BgClassName
{
background-color: #2B9D7B;
}
</style>
border-color css
<style>
span { border-color: #2B9D7B; }
span { border-color: rgb(43,157,123); }
td.TdClassName
{
border-color: #2B9D7B;
}
.TagClassName
{
border-color: #2B9D7B;
}
</style>