Shades of Gossamer #2A9283
Tints of Gossamer #2A9283
RGB
CMYK
RGB Variations
Color information
#2A9283 (or 0x2A9283) is known color: Gossamer. HEX triplet: 2A, 92 and 83. RGB value is (42,146,131). Sum of RGB (Red+Green+Blue) = 42+146+131=319 (42% of max value = 765). Red value is 42 (16.80% from 255 or 13.17% from 319); Green value is 146 (57.42% from 255 or 45.77% from 319); Blue value is 131 (51.56% from 255 or 41.07% from 319); Max value from RGB is 146 - color contains mainly: green. Hex color #2A9283 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2A9283 is #D56D7C. Grayscale: #717171. Windows color (decimal): -13987197 or 8622634. OLE color: 8622634.
HSL color Cylindrical-coordinate representation of color #2A9283: hue angle of 171.35º 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 #2A9283 is Cyan = 0.71, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 42 | 146 | 131 | - |
| CMYK | 0.71 | 0 | 0.10 | 0.43 |
| HSL | 171.35º | 0.55% | 0.37% | - |
| HSV(B) | 171.35º | 0.71% | 0.57% | - |
| XYZ | 15.33 | 22.69 | 25.04 | - |
| YUV | 113.19 | 138.04 | 77.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 146 | 131 | 0.71 | 0 | 0.10 | 0.43 | 171.35 | 0.55 | 0.37 |
| Hex | 2A | 92 | 83 | 47 | 0 | A | 2B | AB | 37 | 25 |
| Octal | 52 | 222 | 203 | 107 | 0 | 12 | 53 | 253 | 67 | 45 |
| Binary | 101010 | 10010010 | 10000011 | 1000111 | 0 | 1010 | 101011 | 10101011 | 110111 | 100101 |
Color Harmonies of #2A9283
Complementary color
Monochromatic Colors of #2A9283
Black with #2A9283
Text Example
Text Example
White with #2A9283
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A9283; }
p { color: rgb(42,146,131); }
H1.HeaderClassName
{
color: #2A9283;
}
.AnyTagClassName
{
color: #2A9283;
}
</style>
background-color css
<style>
a { background-color: #2A9283; }
a { background-color: rgb(42,146,131); }
div.DivClassName
{
background-color: #2A9283;
}
.BgClassName
{
background-color: #2A9283;
}
</style>
border-color css
<style>
span { border-color: #2A9283; }
span { border-color: rgb(42,146,131); }
td.TdClassName
{
border-color: #2A9283;
}
.TagClassName
{
border-color: #2A9283;
}
</style>