Shades of Gossamer #2D978A
Tints of Gossamer #2D978A
RGB
CMYK
RGB Variations
Color information
#2D978A (or 0x2D978A) is known color: Gossamer. HEX triplet: 2D, 97 and 8A. RGB value is (45,151,138). Sum of RGB (Red+Green+Blue) = 45+151+138=334 (44% of max value = 765). Red value is 45 (17.97% from 255 or 13.47% from 334); Green value is 151 (59.38% from 255 or 45.21% from 334); Blue value is 138 (54.30% from 255 or 41.32% from 334); Max value from RGB is 151 - color contains mainly: green. Hex color #2D978A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2D978A is #D26875. Grayscale: #757575. Windows color (decimal): -13789302 or 9082669. OLE color: 9082669.
HSL color Cylindrical-coordinate representation of color #2D978A: hue angle of 172.64º degrees, saturation: 0.54, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #2D978A is Cyan = 0.70, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 45 | 151 | 138 | - |
| CMYK | 0.70 | 0 | 0.09 | 0.41 |
| HSL | 172.64º | 0.54% | 0.38% | - |
| HSV(B) | 172.64º | 0.7% | 0.59% | - |
| XYZ | 16.74 | 24.53 | 27.9 | - |
| YUV | 117.82 | 139.38 | 76.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 151 | 138 | 0.70 | 0 | 0.09 | 0.41 | 172.64 | 0.54 | 0.38 |
| Hex | 2D | 97 | 8A | 46 | 0 | 9 | 29 | AD | 36 | 26 |
| Octal | 55 | 227 | 212 | 106 | 0 | 11 | 51 | 255 | 66 | 46 |
| Binary | 101101 | 10010111 | 10001010 | 1000110 | 0 | 1001 | 101001 | 10101101 | 110110 | 100110 |
Color Harmonies of #2D978A
Complementary color
Monochromatic Colors of #2D978A
Black with #2D978A
Text Example
Text Example
White with #2D978A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D978A; }
p { color: rgb(45,151,138); }
H1.HeaderClassName
{
color: #2D978A;
}
.AnyTagClassName
{
color: #2D978A;
}
</style>
background-color css
<style>
a { background-color: #2D978A; }
a { background-color: rgb(45,151,138); }
div.DivClassName
{
background-color: #2D978A;
}
.BgClassName
{
background-color: #2D978A;
}
</style>
border-color css
<style>
span { border-color: #2D978A; }
span { border-color: rgb(45,151,138); }
td.TdClassName
{
border-color: #2D978A;
}
.TagClassName
{
border-color: #2D978A;
}
</style>