Shades of Gossamer #2D9281
Tints of Gossamer #2D9281
RGB
CMYK
RGB Variations
Color information
#2D9281 (or 0x2D9281) is known color: Gossamer. HEX triplet: 2D, 92 and 81. RGB value is (45,146,129). Sum of RGB (Red+Green+Blue) = 45+146+129=320 (42% of max value = 765). Red value is 45 (17.97% from 255 or 14.06% from 320); Green value is 146 (57.42% from 255 or 45.62% from 320); Blue value is 129 (50.78% from 255 or 40.31% from 320); Max value from RGB is 146 - color contains mainly: green. Hex color #2D9281 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2D9281 is #D26D7E. Grayscale: #717171. Windows color (decimal): -13790591 or 8491565. OLE color: 8491565.
HSL color Cylindrical-coordinate representation of color #2D9281: hue angle of 169.9º degrees, saturation: 0.53, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #2D9281 is Cyan = 0.69, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 45 | 146 | 129 | - |
| CMYK | 0.69 | 0 | 0.12 | 0.43 |
| HSL | 169.9º | 0.53% | 0.37% | - |
| HSV(B) | 169.9º | 0.69% | 0.57% | - |
| XYZ | 15.32 | 22.7 | 24.34 | - |
| YUV | 113.86 | 136.54 | 78.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 146 | 129 | 0.69 | 0 | 0.12 | 0.43 | 169.9 | 0.53 | 0.37 |
| Hex | 2D | 92 | 81 | 45 | 0 | C | 2B | AA | 35 | 25 |
| Octal | 55 | 222 | 201 | 105 | 0 | 14 | 53 | 252 | 65 | 45 |
| Binary | 101101 | 10010010 | 10000001 | 1000101 | 0 | 1100 | 101011 | 10101010 | 110101 | 100101 |
Color Harmonies of #2D9281
Complementary color
Monochromatic Colors of #2D9281
Black with #2D9281
Text Example
Text Example
White with #2D9281
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D9281; }
p { color: rgb(45,146,129); }
H1.HeaderClassName
{
color: #2D9281;
}
.AnyTagClassName
{
color: #2D9281;
}
</style>
background-color css
<style>
a { background-color: #2D9281; }
a { background-color: rgb(45,146,129); }
div.DivClassName
{
background-color: #2D9281;
}
.BgClassName
{
background-color: #2D9281;
}
</style>
border-color css
<style>
span { border-color: #2D9281; }
span { border-color: rgb(45,146,129); }
td.TdClassName
{
border-color: #2D9281;
}
.TagClassName
{
border-color: #2D9281;
}
</style>