Shades of Gossamer #2C917A
Tints of Gossamer #2C917A
RGB
CMYK
RGB Variations
Color information
#2C917A (or 0x2C917A) is known color: Gossamer. HEX triplet: 2C, 91 and 7A. RGB value is (44,145,122). Sum of RGB (Red+Green+Blue) = 44+145+122=311 (41% of max value = 765). Red value is 44 (17.58% from 255 or 14.15% from 311); Green value is 145 (57.03% from 255 or 46.62% from 311); Blue value is 122 (48.05% from 255 or 39.23% from 311); Max value from RGB is 145 - color contains mainly: green. Hex color #2C917A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2C917A is #D36E85. Grayscale: #707070. Windows color (decimal): -13856390 or 8032556. OLE color: 8032556.
HSL color Cylindrical-coordinate representation of color #2C917A: hue angle of 166.34º degrees, saturation: 0.53, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #2C917A is Cyan = 0.70, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 44 | 145 | 122 | - |
| CMYK | 0.70 | 0 | 0.16 | 0.43 |
| HSL | 166.34º | 0.53% | 0.37% | - |
| HSV(B) | 166.34º | 0.7% | 0.57% | - |
| XYZ | 14.68 | 22.19 | 21.92 | - |
| YUV | 112.18 | 133.54 | 79.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 145 | 122 | 0.70 | 0 | 0.16 | 0.43 | 166.34 | 0.53 | 0.37 |
| Hex | 2C | 91 | 7A | 46 | 0 | 10 | 2B | A6 | 35 | 25 |
| Octal | 54 | 221 | 172 | 106 | 0 | 20 | 53 | 246 | 65 | 45 |
| Binary | 101100 | 10010001 | 1111010 | 1000110 | 0 | 10000 | 101011 | 10100110 | 110101 | 100101 |
Color Harmonies of #2C917A
Complementary color
Monochromatic Colors of #2C917A
Black with #2C917A
Text Example
Text Example
White with #2C917A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C917A; }
p { color: rgb(44,145,122); }
H1.HeaderClassName
{
color: #2C917A;
}
.AnyTagClassName
{
color: #2C917A;
}
</style>
background-color css
<style>
a { background-color: #2C917A; }
a { background-color: rgb(44,145,122); }
div.DivClassName
{
background-color: #2C917A;
}
.BgClassName
{
background-color: #2C917A;
}
</style>
border-color css
<style>
span { border-color: #2C917A; }
span { border-color: rgb(44,145,122); }
td.TdClassName
{
border-color: #2C917A;
}
.TagClassName
{
border-color: #2C917A;
}
</style>