Shades of Gossamer #2F9B7A
Tints of Gossamer #2F9B7A
RGB
CMYK
RGB Variations
Color information
#2F9B7A (or 0x2F9B7A) is known color: Gossamer. HEX triplet: 2F, 9B and 7A. RGB value is (47,155,122). Sum of RGB (Red+Green+Blue) = 47+155+122=324 (42% of max value = 765). Red value is 47 (18.75% from 255 or 14.51% from 324); Green value is 155 (60.94% from 255 or 47.84% from 324); Blue value is 122 (48.05% from 255 or 37.65% from 324); Max value from RGB is 155 - color contains mainly: green. Hex color #2F9B7A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2F9B7A is #D06485. Grayscale: #767676. Windows color (decimal): -13657222 or 8035119. OLE color: 8035119.
HSL color Cylindrical-coordinate representation of color #2F9B7A: hue angle of 161.67º degrees, saturation: 0.53, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #2F9B7A is Cyan = 0.70, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 47 | 155 | 122 | - |
| CMYK | 0.70 | 0 | 0.21 | 0.39 |
| HSL | 161.67º | 0.53% | 0.4% | - |
| HSV(B) | 161.67º | 0.7% | 0.61% | - |
| XYZ | 16.41 | 25.45 | 22.46 | - |
| YUV | 118.95 | 129.72 | 76.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 155 | 122 | 0.70 | 0 | 0.21 | 0.39 | 161.67 | 0.53 | 0.4 |
| Hex | 2F | 9B | 7A | 46 | 0 | 15 | 27 | A2 | 35 | 28 |
| Octal | 57 | 233 | 172 | 106 | 0 | 25 | 47 | 242 | 65 | 50 |
| Binary | 101111 | 10011011 | 1111010 | 1000110 | 0 | 10101 | 100111 | 10100010 | 110101 | 101000 |
Color Harmonies of #2F9B7A
Complementary color
Monochromatic Colors of #2F9B7A
Black with #2F9B7A
Text Example
Text Example
White with #2F9B7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F9B7A; }
p { color: rgb(47,155,122); }
H1.HeaderClassName
{
color: #2F9B7A;
}
.AnyTagClassName
{
color: #2F9B7A;
}
</style>
background-color css
<style>
a { background-color: #2F9B7A; }
a { background-color: rgb(47,155,122); }
div.DivClassName
{
background-color: #2F9B7A;
}
.BgClassName
{
background-color: #2F9B7A;
}
</style>
border-color css
<style>
span { border-color: #2F9B7A; }
span { border-color: rgb(47,155,122); }
td.TdClassName
{
border-color: #2F9B7A;
}
.TagClassName
{
border-color: #2F9B7A;
}
</style>