Shades of Gossamer #2A947C
Tints of Gossamer #2A947C
RGB
CMYK
RGB Variations
Color information
#2A947C (or 0x2A947C) is known color: Gossamer. HEX triplet: 2A, 94 and 7C. RGB value is (42,148,124). Sum of RGB (Red+Green+Blue) = 42+148+124=314 (41% of max value = 765). Red value is 42 (16.80% from 255 or 13.38% from 314); Green value is 148 (58.20% from 255 or 47.13% from 314); Blue value is 124 (48.83% from 255 or 39.49% from 314); Max value from RGB is 148 - color contains mainly: green. Hex color #2A947C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2A947C is #D56B83. Grayscale: #717171. Windows color (decimal): -13986692 or 8164394. OLE color: 8164394.
HSL color Cylindrical-coordinate representation of color #2A947C: hue angle of 166.42º degrees, saturation: 0.56, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #2A947C is Cyan = 0.72, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 42 | 148 | 124 | - |
| CMYK | 0.72 | 0 | 0.16 | 0.42 |
| HSL | 166.42º | 0.56% | 0.37% | - |
| HSV(B) | 166.42º | 0.72% | 0.58% | - |
| XYZ | 15.18 | 23.13 | 22.73 | - |
| YUV | 113.57 | 133.88 | 76.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 148 | 124 | 0.72 | 0 | 0.16 | 0.42 | 166.42 | 0.56 | 0.37 |
| Hex | 2A | 94 | 7C | 48 | 0 | 10 | 2A | A6 | 38 | 25 |
| Octal | 52 | 224 | 174 | 110 | 0 | 20 | 52 | 246 | 70 | 45 |
| Binary | 101010 | 10010100 | 1111100 | 1001000 | 0 | 10000 | 101010 | 10100110 | 111000 | 100101 |
Color Harmonies of #2A947C
Complementary color
Monochromatic Colors of #2A947C
Black with #2A947C
Text Example
Text Example
White with #2A947C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A947C; }
p { color: rgb(42,148,124); }
H1.HeaderClassName
{
color: #2A947C;
}
.AnyTagClassName
{
color: #2A947C;
}
</style>
background-color css
<style>
a { background-color: #2A947C; }
a { background-color: rgb(42,148,124); }
div.DivClassName
{
background-color: #2A947C;
}
.BgClassName
{
background-color: #2A947C;
}
</style>
border-color css
<style>
span { border-color: #2A947C; }
span { border-color: rgb(42,148,124); }
td.TdClassName
{
border-color: #2A947C;
}
.TagClassName
{
border-color: #2A947C;
}
</style>