Shades of Gossamer #2D947B
Tints of Gossamer #2D947B
RGB
CMYK
RGB Variations
Color information
#2D947B (or 0x2D947B) is known color: Gossamer. HEX triplet: 2D, 94 and 7B. RGB value is (45,148,123). Sum of RGB (Red+Green+Blue) = 45+148+123=316 (41% of max value = 765). Red value is 45 (17.97% from 255 or 14.24% from 316); Green value is 148 (58.20% from 255 or 46.84% from 316); Blue value is 123 (48.44% from 255 or 38.92% from 316); Max value from RGB is 148 - color contains mainly: green. Hex color #2D947B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2D947B is #D26B84. Grayscale: #727272. Windows color (decimal): -13790085 or 8098861. OLE color: 8098861.
HSL color Cylindrical-coordinate representation of color #2D947B: hue angle of 165.44º degrees, saturation: 0.53, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #2D947B is Cyan = 0.70, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 45 | 148 | 123 | - |
| CMYK | 0.70 | 0 | 0.17 | 0.42 |
| HSL | 165.44º | 0.53% | 0.38% | - |
| HSV(B) | 165.44º | 0.7% | 0.58% | - |
| XYZ | 15.25 | 23.17 | 22.41 | - |
| YUV | 114.35 | 132.88 | 78.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 148 | 123 | 0.70 | 0 | 0.17 | 0.42 | 165.44 | 0.53 | 0.38 |
| Hex | 2D | 94 | 7B | 46 | 0 | 11 | 2A | A5 | 35 | 26 |
| Octal | 55 | 224 | 173 | 106 | 0 | 21 | 52 | 245 | 65 | 46 |
| Binary | 101101 | 10010100 | 1111011 | 1000110 | 0 | 10001 | 101010 | 10100101 | 110101 | 100110 |
Color Harmonies of #2D947B
Complementary color
Monochromatic Colors of #2D947B
Black with #2D947B
Text Example
Text Example
White with #2D947B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D947B; }
p { color: rgb(45,148,123); }
H1.HeaderClassName
{
color: #2D947B;
}
.AnyTagClassName
{
color: #2D947B;
}
</style>
background-color css
<style>
a { background-color: #2D947B; }
a { background-color: rgb(45,148,123); }
div.DivClassName
{
background-color: #2D947B;
}
.BgClassName
{
background-color: #2D947B;
}
</style>
border-color css
<style>
span { border-color: #2D947B; }
span { border-color: rgb(45,148,123); }
td.TdClassName
{
border-color: #2D947B;
}
.TagClassName
{
border-color: #2D947B;
}
</style>