Shades of Gossamer #2A957E
Tints of Gossamer #2A957E
RGB
CMYK
RGB Variations
Color information
#2A957E (or 0x2A957E) is known color: Gossamer. HEX triplet: 2A, 95 and 7E. RGB value is (42,149,126). Sum of RGB (Red+Green+Blue) = 42+149+126=317 (41% of max value = 765). Red value is 42 (16.80% from 255 or 13.25% from 317); Green value is 149 (58.59% from 255 or 47.00% from 317); Blue value is 126 (49.61% from 255 or 39.75% from 317); Max value from RGB is 149 - color contains mainly: green. Hex color #2A957E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2A957E is #D56A81. Grayscale: #727272. Windows color (decimal): -13986434 or 8295722. OLE color: 8295722.
HSL color Cylindrical-coordinate representation of color #2A957E: hue angle of 167.1º 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 #2A957E is Cyan = 0.72, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 42 | 149 | 126 | - |
| CMYK | 0.72 | 0 | 0.15 | 0.42 |
| HSL | 167.1º | 0.56% | 0.37% | - |
| HSV(B) | 167.1º | 0.72% | 0.58% | - |
| XYZ | 15.47 | 23.49 | 23.46 | - |
| YUV | 114.39 | 134.55 | 76.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 149 | 126 | 0.72 | 0 | 0.15 | 0.42 | 167.1 | 0.56 | 0.37 |
| Hex | 2A | 95 | 7E | 48 | 0 | F | 2A | A7 | 38 | 25 |
| Octal | 52 | 225 | 176 | 110 | 0 | 17 | 52 | 247 | 70 | 45 |
| Binary | 101010 | 10010101 | 1111110 | 1001000 | 0 | 1111 | 101010 | 10100111 | 111000 | 100101 |
Color Harmonies of #2A957E
Complementary color
Monochromatic Colors of #2A957E
Black with #2A957E
Text Example
Text Example
White with #2A957E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A957E; }
p { color: rgb(42,149,126); }
H1.HeaderClassName
{
color: #2A957E;
}
.AnyTagClassName
{
color: #2A957E;
}
</style>
background-color css
<style>
a { background-color: #2A957E; }
a { background-color: rgb(42,149,126); }
div.DivClassName
{
background-color: #2A957E;
}
.BgClassName
{
background-color: #2A957E;
}
</style>
border-color css
<style>
span { border-color: #2A957E; }
span { border-color: rgb(42,149,126); }
td.TdClassName
{
border-color: #2A957E;
}
.TagClassName
{
border-color: #2A957E;
}
</style>