Shades of Gossamer #2D9E74
Tints of Gossamer #2D9E74
RGB
CMYK
RGB Variations
Color information
#2D9E74 (or 0x2D9E74) is known color: Gossamer. HEX triplet: 2D, 9E and 74. RGB value is (45,158,116). Sum of RGB (Red+Green+Blue) = 45+158+116=319 (42% of max value = 765). Red value is 45 (17.97% from 255 or 14.11% from 319); Green value is 158 (62.11% from 255 or 49.53% from 319); Blue value is 116 (45.70% from 255 or 36.36% from 319); Max value from RGB is 158 - color contains mainly: green. Hex color #2D9E74 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2D9E74 is #D2618B. Grayscale: #777777. Windows color (decimal): -13787532 or 7642669. OLE color: 7642669.
HSL color Cylindrical-coordinate representation of color #2D9E74: hue angle of 157.7º degrees, saturation: 0.56, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #2D9E74 is Cyan = 0.72, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 45 | 158 | 116 | - |
| CMYK | 0.72 | 0 | 0.27 | 0.38 |
| HSL | 157.7º | 0.56% | 0.4% | - |
| HSV(B) | 157.7º | 0.72% | 0.62% | - |
| XYZ | 16.46 | 26.27 | 20.73 | - |
| YUV | 119.43 | 126.06 | 74.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 158 | 116 | 0.72 | 0 | 0.27 | 0.38 | 157.7 | 0.56 | 0.4 |
| Hex | 2D | 9E | 74 | 48 | 0 | 1B | 26 | 9E | 38 | 28 |
| Octal | 55 | 236 | 164 | 110 | 0 | 33 | 46 | 236 | 70 | 50 |
| Binary | 101101 | 10011110 | 1110100 | 1001000 | 0 | 11011 | 100110 | 10011110 | 111000 | 101000 |
Color Harmonies of #2D9E74
Complementary color
Monochromatic Colors of #2D9E74
Black with #2D9E74
Text Example
Text Example
White with #2D9E74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D9E74; }
p { color: rgb(45,158,116); }
H1.HeaderClassName
{
color: #2D9E74;
}
.AnyTagClassName
{
color: #2D9E74;
}
</style>
background-color css
<style>
a { background-color: #2D9E74; }
a { background-color: rgb(45,158,116); }
div.DivClassName
{
background-color: #2D9E74;
}
.BgClassName
{
background-color: #2D9E74;
}
</style>
border-color css
<style>
span { border-color: #2D9E74; }
span { border-color: rgb(45,158,116); }
td.TdClassName
{
border-color: #2D9E74;
}
.TagClassName
{
border-color: #2D9E74;
}
</style>