Shades of Gossamer #2D9280
Tints of Gossamer #2D9280
RGB
CMYK
RGB Variations
Color information
#2D9280 (or 0x2D9280) is known color: Gossamer. HEX triplet: 2D, 92 and 80. RGB value is (45,146,128). Sum of RGB (Red+Green+Blue) = 45+146+128=319 (42% of max value = 765). Red value is 45 (17.97% from 255 or 14.11% from 319); Green value is 146 (57.42% from 255 or 45.77% from 319); Blue value is 128 (50.39% from 255 or 40.13% from 319); Max value from RGB is 146 - color contains mainly: green. Hex color #2D9280 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2D9280 is #D26D7F. Grayscale: #717171. Windows color (decimal): -13790592 or 8426029. OLE color: 8426029.
HSL color Cylindrical-coordinate representation of color #2D9280: hue angle of 169.31º 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 #2D9280 is Cyan = 0.69, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 45 | 146 | 128 | - |
| CMYK | 0.69 | 0 | 0.12 | 0.43 |
| HSL | 169.31º | 0.53% | 0.37% | - |
| HSV(B) | 169.31º | 0.69% | 0.57% | - |
| XYZ | 15.26 | 22.67 | 23.99 | - |
| YUV | 113.75 | 136.04 | 78.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 146 | 128 | 0.69 | 0 | 0.12 | 0.43 | 169.31 | 0.53 | 0.37 |
| Hex | 2D | 92 | 80 | 45 | 0 | C | 2B | A9 | 35 | 25 |
| Octal | 55 | 222 | 200 | 105 | 0 | 14 | 53 | 251 | 65 | 45 |
| Binary | 101101 | 10010010 | 10000000 | 1000101 | 0 | 1100 | 101011 | 10101001 | 110101 | 100101 |
Color Harmonies of #2D9280
Complementary color
Monochromatic Colors of #2D9280
Black with #2D9280
Text Example
Text Example
White with #2D9280
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D9280; }
p { color: rgb(45,146,128); }
H1.HeaderClassName
{
color: #2D9280;
}
.AnyTagClassName
{
color: #2D9280;
}
</style>
background-color css
<style>
a { background-color: #2D9280; }
a { background-color: rgb(45,146,128); }
div.DivClassName
{
background-color: #2D9280;
}
.BgClassName
{
background-color: #2D9280;
}
</style>
border-color css
<style>
span { border-color: #2D9280; }
span { border-color: rgb(45,146,128); }
td.TdClassName
{
border-color: #2D9280;
}
.TagClassName
{
border-color: #2D9280;
}
</style>