Shades of Gossamer #2B9483
Tints of Gossamer #2B9483
RGB
CMYK
RGB Variations
Color information
#2B9483 (or 0x2B9483) is known color: Gossamer. HEX triplet: 2B, 94 and 83. RGB value is (43,148,131). Sum of RGB (Red+Green+Blue) = 43+148+131=322 (42% of max value = 765). Red value is 43 (17.19% from 255 or 13.35% from 322); Green value is 148 (58.20% from 255 or 45.96% from 322); Blue value is 131 (51.56% from 255 or 40.68% from 322); Max value from RGB is 148 - color contains mainly: green. Hex color #2B9483 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2B9483 is #D46B7C. Grayscale: #727272. Windows color (decimal): -13921149 or 8623147. OLE color: 8623147.
HSL color Cylindrical-coordinate representation of color #2B9483: hue angle of 170.29º degrees, saturation: 0.55, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #2B9483 is Cyan = 0.71, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 43 | 148 | 131 | - |
| CMYK | 0.71 | 0 | 0.11 | 0.42 |
| HSL | 170.29º | 0.55% | 0.37% | - |
| HSV(B) | 170.29º | 0.71% | 0.58% | - |
| XYZ | 15.68 | 23.33 | 25.15 | - |
| YUV | 114.67 | 137.21 | 76.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 148 | 131 | 0.71 | 0 | 0.11 | 0.42 | 170.29 | 0.55 | 0.37 |
| Hex | 2B | 94 | 83 | 47 | 0 | B | 2A | AA | 37 | 25 |
| Octal | 53 | 224 | 203 | 107 | 0 | 13 | 52 | 252 | 67 | 45 |
| Binary | 101011 | 10010100 | 10000011 | 1000111 | 0 | 1011 | 101010 | 10101010 | 110111 | 100101 |
Color Harmonies of #2B9483
Complementary color
Monochromatic Colors of #2B9483
Black with #2B9483
Text Example
Text Example
White with #2B9483
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B9483; }
p { color: rgb(43,148,131); }
H1.HeaderClassName
{
color: #2B9483;
}
.AnyTagClassName
{
color: #2B9483;
}
</style>
background-color css
<style>
a { background-color: #2B9483; }
a { background-color: rgb(43,148,131); }
div.DivClassName
{
background-color: #2B9483;
}
.BgClassName
{
background-color: #2B9483;
}
</style>
border-color css
<style>
span { border-color: #2B9483; }
span { border-color: rgb(43,148,131); }
td.TdClassName
{
border-color: #2B9483;
}
.TagClassName
{
border-color: #2B9483;
}
</style>