Shades of Gossamer #2A927E
Tints of Gossamer #2A927E
RGB
CMYK
RGB Variations
Color information
#2A927E (or 0x2A927E) is known color: Gossamer. HEX triplet: 2A, 92 and 7E. RGB value is (42,146,126). Sum of RGB (Red+Green+Blue) = 42+146+126=314 (41% of max value = 765). Red value is 42 (16.80% from 255 or 13.38% from 314); Green value is 146 (57.42% from 255 or 46.50% from 314); Blue value is 126 (49.61% from 255 or 40.13% from 314); Max value from RGB is 146 - color contains mainly: green. Hex color #2A927E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2A927E is #D56D81. Grayscale: #707070. Windows color (decimal): -13987202 or 8294954. OLE color: 8294954.
HSL color Cylindrical-coordinate representation of color #2A927E: hue angle of 168.46º degrees, saturation: 0.55, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #2A927E is Cyan = 0.71, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 42 | 146 | 126 | - |
| CMYK | 0.71 | 0 | 0.14 | 0.43 |
| HSL | 168.46º | 0.55% | 0.37% | - |
| HSV(B) | 168.46º | 0.71% | 0.57% | - |
| XYZ | 15 | 22.56 | 23.3 | - |
| YUV | 112.62 | 135.54 | 77.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 146 | 126 | 0.71 | 0 | 0.14 | 0.43 | 168.46 | 0.55 | 0.37 |
| Hex | 2A | 92 | 7E | 47 | 0 | E | 2B | A8 | 37 | 25 |
| Octal | 52 | 222 | 176 | 107 | 0 | 16 | 53 | 250 | 67 | 45 |
| Binary | 101010 | 10010010 | 1111110 | 1000111 | 0 | 1110 | 101011 | 10101000 | 110111 | 100101 |
Color Harmonies of #2A927E
Complementary color
Monochromatic Colors of #2A927E
Black with #2A927E
Text Example
Text Example
White with #2A927E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A927E; }
p { color: rgb(42,146,126); }
H1.HeaderClassName
{
color: #2A927E;
}
.AnyTagClassName
{
color: #2A927E;
}
</style>
background-color css
<style>
a { background-color: #2A927E; }
a { background-color: rgb(42,146,126); }
div.DivClassName
{
background-color: #2A927E;
}
.BgClassName
{
background-color: #2A927E;
}
</style>
border-color css
<style>
span { border-color: #2A927E; }
span { border-color: rgb(42,146,126); }
td.TdClassName
{
border-color: #2A927E;
}
.TagClassName
{
border-color: #2A927E;
}
</style>