Shades of Gossamer #2C9B7D
Tints of Gossamer #2C9B7D
RGB
CMYK
RGB Variations
Color information
#2C9B7D (or 0x2C9B7D) is known color: Gossamer. HEX triplet: 2C, 9B and 7D. RGB value is (44,155,125). Sum of RGB (Red+Green+Blue) = 44+155+125=324 (42% of max value = 765). Red value is 44 (17.58% from 255 or 13.58% from 324); Green value is 155 (60.94% from 255 or 47.84% from 324); Blue value is 125 (49.22% from 255 or 38.58% from 324); Max value from RGB is 155 - color contains mainly: green. Hex color #2C9B7D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2C9B7D is #D36482. Grayscale: #767676. Windows color (decimal): -13853827 or 8231724. OLE color: 8231724.
HSL color Cylindrical-coordinate representation of color #2C9B7D: hue angle of 163.78º degrees, saturation: 0.56, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #2C9B7D is Cyan = 0.72, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 44 | 155 | 125 | - |
| CMYK | 0.72 | 0 | 0.19 | 0.39 |
| HSL | 163.78º | 0.56% | 0.39% | - |
| HSV(B) | 163.78º | 0.72% | 0.61% | - |
| XYZ | 16.46 | 25.46 | 23.45 | - |
| YUV | 118.39 | 131.73 | 74.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 155 | 125 | 0.72 | 0 | 0.19 | 0.39 | 163.78 | 0.56 | 0.39 |
| Hex | 2C | 9B | 7D | 48 | 0 | 13 | 27 | A4 | 38 | 27 |
| Octal | 54 | 233 | 175 | 110 | 0 | 23 | 47 | 244 | 70 | 47 |
| Binary | 101100 | 10011011 | 1111101 | 1001000 | 0 | 10011 | 100111 | 10100100 | 111000 | 100111 |
Color Harmonies of #2C9B7D
Complementary color
Monochromatic Colors of #2C9B7D
Black with #2C9B7D
Text Example
Text Example
White with #2C9B7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C9B7D; }
p { color: rgb(44,155,125); }
H1.HeaderClassName
{
color: #2C9B7D;
}
.AnyTagClassName
{
color: #2C9B7D;
}
</style>
background-color css
<style>
a { background-color: #2C9B7D; }
a { background-color: rgb(44,155,125); }
div.DivClassName
{
background-color: #2C9B7D;
}
.BgClassName
{
background-color: #2C9B7D;
}
</style>
border-color css
<style>
span { border-color: #2C9B7D; }
span { border-color: rgb(44,155,125); }
td.TdClassName
{
border-color: #2C9B7D;
}
.TagClassName
{
border-color: #2C9B7D;
}
</style>