Shades of Gossamer #2B9C81
Tints of Gossamer #2B9C81
RGB
CMYK
RGB Variations
Color information
#2B9C81 (or 0x2B9C81) is known color: Gossamer. HEX triplet: 2B, 9C and 81. RGB value is (43,156,129). Sum of RGB (Red+Green+Blue) = 43+156+129=328 (43% of max value = 765). Red value is 43 (17.19% from 255 or 13.11% from 328); Green value is 156 (61.33% from 255 or 47.56% from 328); Blue value is 129 (50.78% from 255 or 39.33% from 328); Max value from RGB is 156 - color contains mainly: green. Hex color #2B9C81 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2B9C81 is #D4637E. Grayscale: #777777. Windows color (decimal): -13919103 or 8494123. OLE color: 8494123.
HSL color Cylindrical-coordinate representation of color #2B9C81: hue angle of 165.66º 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 #2B9C81 is Cyan = 0.72, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 43 | 156 | 129 | - |
| CMYK | 0.72 | 0 | 0.17 | 0.39 |
| HSL | 165.66º | 0.57% | 0.39% | - |
| HSV(B) | 165.66º | 0.72% | 0.61% | - |
| XYZ | 16.85 | 25.88 | 24.88 | - |
| YUV | 119.14 | 133.56 | 73.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 156 | 129 | 0.72 | 0 | 0.17 | 0.39 | 165.66 | 0.57 | 0.39 |
| Hex | 2B | 9C | 81 | 48 | 0 | 11 | 27 | A6 | 39 | 27 |
| Octal | 53 | 234 | 201 | 110 | 0 | 21 | 47 | 246 | 71 | 47 |
| Binary | 101011 | 10011100 | 10000001 | 1001000 | 0 | 10001 | 100111 | 10100110 | 111001 | 100111 |
Color Harmonies of #2B9C81
Complementary color
Monochromatic Colors of #2B9C81
Black with #2B9C81
Text Example
Text Example
White with #2B9C81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B9C81; }
p { color: rgb(43,156,129); }
H1.HeaderClassName
{
color: #2B9C81;
}
.AnyTagClassName
{
color: #2B9C81;
}
</style>
background-color css
<style>
a { background-color: #2B9C81; }
a { background-color: rgb(43,156,129); }
div.DivClassName
{
background-color: #2B9C81;
}
.BgClassName
{
background-color: #2B9C81;
}
</style>
border-color css
<style>
span { border-color: #2B9C81; }
span { border-color: rgb(43,156,129); }
td.TdClassName
{
border-color: #2B9C81;
}
.TagClassName
{
border-color: #2B9C81;
}
</style>