Shades of Gossamer #2D9378
Tints of Gossamer #2D9378
RGB
CMYK
RGB Variations
Color information
#2D9378 (or 0x2D9378) is known color: Gossamer. HEX triplet: 2D, 93 and 78. RGB value is (45,147,120). Sum of RGB (Red+Green+Blue) = 45+147+120=312 (41% of max value = 765). Red value is 45 (17.97% from 255 or 14.42% from 312); Green value is 147 (57.81% from 255 or 47.12% from 312); Blue value is 120 (47.27% from 255 or 38.46% from 312); Max value from RGB is 147 - color contains mainly: green. Hex color #2D9378 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2D9378 is #D26C87. Grayscale: #717171. Windows color (decimal): -13790344 or 7901997. OLE color: 7901997.
HSL color Cylindrical-coordinate representation of color #2D9378: hue angle of 164.12º degrees, saturation: 0.53, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #2D9378 is Cyan = 0.69, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 45 | 147 | 120 | - |
| CMYK | 0.69 | 0 | 0.18 | 0.42 |
| HSL | 164.12º | 0.53% | 0.38% | - |
| HSV(B) | 164.12º | 0.69% | 0.58% | - |
| XYZ | 14.91 | 22.78 | 21.38 | - |
| YUV | 113.42 | 131.71 | 79.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 147 | 120 | 0.69 | 0 | 0.18 | 0.42 | 164.12 | 0.53 | 0.38 |
| Hex | 2D | 93 | 78 | 45 | 0 | 12 | 2A | A4 | 35 | 26 |
| Octal | 55 | 223 | 170 | 105 | 0 | 22 | 52 | 244 | 65 | 46 |
| Binary | 101101 | 10010011 | 1111000 | 1000101 | 0 | 10010 | 101010 | 10100100 | 110101 | 100110 |
Color Harmonies of #2D9378
Complementary color
Monochromatic Colors of #2D9378
Black with #2D9378
Text Example
Text Example
White with #2D9378
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D9378; }
p { color: rgb(45,147,120); }
H1.HeaderClassName
{
color: #2D9378;
}
.AnyTagClassName
{
color: #2D9378;
}
</style>
background-color css
<style>
a { background-color: #2D9378; }
a { background-color: rgb(45,147,120); }
div.DivClassName
{
background-color: #2D9378;
}
.BgClassName
{
background-color: #2D9378;
}
</style>
border-color css
<style>
span { border-color: #2D9378; }
span { border-color: rgb(45,147,120); }
td.TdClassName
{
border-color: #2D9378;
}
.TagClassName
{
border-color: #2D9378;
}
</style>