Shades of Gossamer #2D917C
Tints of Gossamer #2D917C
RGB
CMYK
RGB Variations
Color information
#2D917C (or 0x2D917C) is known color: Gossamer. HEX triplet: 2D, 91 and 7C. RGB value is (45,145,124). Sum of RGB (Red+Green+Blue) = 45+145+124=314 (41% of max value = 765). Red value is 45 (17.97% from 255 or 14.33% from 314); Green value is 145 (57.03% from 255 or 46.18% from 314); Blue value is 124 (48.83% from 255 or 39.49% from 314); Max value from RGB is 145 - color contains mainly: green. Hex color #2D917C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2D917C is #D26E83. Grayscale: #707070. Windows color (decimal): -13790852 or 8163629. OLE color: 8163629.
HSL color Cylindrical-coordinate representation of color #2D917C: hue angle of 167.4º 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 #2D917C is Cyan = 0.69, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 45 | 145 | 124 | - |
| CMYK | 0.69 | 0 | 0.14 | 0.43 |
| HSL | 167.4º | 0.53% | 0.37% | - |
| HSV(B) | 167.4º | 0.69% | 0.57% | - |
| XYZ | 14.85 | 22.26 | 22.58 | - |
| YUV | 112.71 | 134.37 | 79.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 145 | 124 | 0.69 | 0 | 0.14 | 0.43 | 167.4 | 0.53 | 0.37 |
| Hex | 2D | 91 | 7C | 45 | 0 | E | 2B | A7 | 35 | 25 |
| Octal | 55 | 221 | 174 | 105 | 0 | 16 | 53 | 247 | 65 | 45 |
| Binary | 101101 | 10010001 | 1111100 | 1000101 | 0 | 1110 | 101011 | 10100111 | 110101 | 100101 |
Color Harmonies of #2D917C
Complementary color
Monochromatic Colors of #2D917C
Black with #2D917C
Text Example
Text Example
White with #2D917C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D917C; }
p { color: rgb(45,145,124); }
H1.HeaderClassName
{
color: #2D917C;
}
.AnyTagClassName
{
color: #2D917C;
}
</style>
background-color css
<style>
a { background-color: #2D917C; }
a { background-color: rgb(45,145,124); }
div.DivClassName
{
background-color: #2D917C;
}
.BgClassName
{
background-color: #2D917C;
}
</style>
border-color css
<style>
span { border-color: #2D917C; }
span { border-color: rgb(45,145,124); }
td.TdClassName
{
border-color: #2D917C;
}
.TagClassName
{
border-color: #2D917C;
}
</style>