Shades of Gossamer #2A9385
Tints of Gossamer #2A9385
RGB
CMYK
RGB Variations
Color information
#2A9385 (or 0x2A9385) is known color: Gossamer. HEX triplet: 2A, 93 and 85. RGB value is (42,147,133). Sum of RGB (Red+Green+Blue) = 42+147+133=322 (42% of max value = 765). Red value is 42 (16.80% from 255 or 13.04% from 322); Green value is 147 (57.81% from 255 or 45.65% from 322); Blue value is 133 (52.34% from 255 or 41.30% from 322); Max value from RGB is 147 - color contains mainly: green. Hex color #2A9385 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2A9385 is #D56C7A. Grayscale: #717171. Windows color (decimal): -13986939 or 8753962. OLE color: 8753962.
HSL color Cylindrical-coordinate representation of color #2A9385: hue angle of 172º degrees, saturation: 0.56, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #2A9385 is Cyan = 0.71, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 42 | 147 | 133 | - |
| CMYK | 0.71 | 0 | 0.10 | 0.42 |
| HSL | 172º | 0.56% | 0.37% | - |
| HSV(B) | 172º | 0.71% | 0.58% | - |
| XYZ | 15.62 | 23.05 | 25.82 | - |
| YUV | 114.01 | 138.71 | 76.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 147 | 133 | 0.71 | 0 | 0.10 | 0.42 | 172 | 0.56 | 0.37 |
| Hex | 2A | 93 | 85 | 47 | 0 | A | 2A | AC | 38 | 25 |
| Octal | 52 | 223 | 205 | 107 | 0 | 12 | 52 | 254 | 70 | 45 |
| Binary | 101010 | 10010011 | 10000101 | 1000111 | 0 | 1010 | 101010 | 10101100 | 111000 | 100101 |
Color Harmonies of #2A9385
Complementary color
Monochromatic Colors of #2A9385
Black with #2A9385
Text Example
Text Example
White with #2A9385
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A9385; }
p { color: rgb(42,147,133); }
H1.HeaderClassName
{
color: #2A9385;
}
.AnyTagClassName
{
color: #2A9385;
}
</style>
background-color css
<style>
a { background-color: #2A9385; }
a { background-color: rgb(42,147,133); }
div.DivClassName
{
background-color: #2A9385;
}
.BgClassName
{
background-color: #2A9385;
}
</style>
border-color css
<style>
span { border-color: #2A9385; }
span { border-color: rgb(42,147,133); }
td.TdClassName
{
border-color: #2A9385;
}
.TagClassName
{
border-color: #2A9385;
}
</style>