Shades of Gossamer #2B907C
Tints of Gossamer #2B907C
RGB
CMYK
RGB Variations
Color information
#2B907C (or 0x2B907C) is known color: Gossamer. HEX triplet: 2B, 90 and 7C. RGB value is (43,144,124). Sum of RGB (Red+Green+Blue) = 43+144+124=311 (41% of max value = 765). Red value is 43 (17.19% from 255 or 13.83% from 311); Green value is 144 (56.64% from 255 or 46.30% from 311); Blue value is 124 (48.83% from 255 or 39.87% from 311); Max value from RGB is 144 - color contains mainly: green. Hex color #2B907C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2B907C is #D46F83. Grayscale: #6F6F6F. Windows color (decimal): -13922180 or 8163371. OLE color: 8163371.
HSL color Cylindrical-coordinate representation of color #2B907C: hue angle of 168.12º degrees, saturation: 0.54, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #2B907C is Cyan = 0.70, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 43 | 144 | 124 | - |
| CMYK | 0.70 | 0 | 0.14 | 0.44 |
| HSL | 168.12º | 0.54% | 0.37% | - |
| HSV(B) | 168.12º | 0.7% | 0.56% | - |
| XYZ | 14.61 | 21.92 | 22.53 | - |
| YUV | 111.52 | 135.04 | 79.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 144 | 124 | 0.70 | 0 | 0.14 | 0.44 | 168.12 | 0.54 | 0.37 |
| Hex | 2B | 90 | 7C | 46 | 0 | E | 2C | A8 | 36 | 25 |
| Octal | 53 | 220 | 174 | 106 | 0 | 16 | 54 | 250 | 66 | 45 |
| Binary | 101011 | 10010000 | 1111100 | 1000110 | 0 | 1110 | 101100 | 10101000 | 110110 | 100101 |
Color Harmonies of #2B907C
Complementary color
Monochromatic Colors of #2B907C
Black with #2B907C
Text Example
Text Example
White with #2B907C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B907C; }
p { color: rgb(43,144,124); }
H1.HeaderClassName
{
color: #2B907C;
}
.AnyTagClassName
{
color: #2B907C;
}
</style>
background-color css
<style>
a { background-color: #2B907C; }
a { background-color: rgb(43,144,124); }
div.DivClassName
{
background-color: #2B907C;
}
.BgClassName
{
background-color: #2B907C;
}
</style>
border-color css
<style>
span { border-color: #2B907C; }
span { border-color: rgb(43,144,124); }
td.TdClassName
{
border-color: #2B907C;
}
.TagClassName
{
border-color: #2B907C;
}
</style>