Shades of Gossamer #27937F
Tints of Gossamer #27937F
RGB
CMYK
RGB Variations
Color information
#27937F (or 0x27937F) is known color: Gossamer. HEX triplet: 27, 93 and 7F. RGB value is (39,147,127). Sum of RGB (Red+Green+Blue) = 39+147+127=313 (41% of max value = 765). Red value is 39 (15.62% from 255 or 12.46% from 313); Green value is 147 (57.81% from 255 or 46.96% from 313); Blue value is 127 (50% from 255 or 40.58% from 313); Max value from RGB is 147 - color contains mainly: green. Hex color #27937F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #27937F is #D86C80. Grayscale: #707070. Windows color (decimal): -14183553 or 8360743. OLE color: 8360743.
HSL color Cylindrical-coordinate representation of color #27937F: hue angle of 168.89º degrees, saturation: 0.58, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #27937F is Cyan = 0.73, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 39 | 147 | 127 | - |
| CMYK | 0.73 | 0 | 0.14 | 0.42 |
| HSL | 168.89º | 0.58% | 0.36% | - |
| HSV(B) | 168.89º | 0.73% | 0.58% | - |
| XYZ | 15.1 | 22.83 | 23.69 | - |
| YUV | 112.43 | 136.22 | 75.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 147 | 127 | 0.73 | 0 | 0.14 | 0.42 | 168.89 | 0.58 | 0.36 |
| Hex | 27 | 93 | 7F | 49 | 0 | E | 2A | A9 | 3A | 24 |
| Octal | 47 | 223 | 177 | 111 | 0 | 16 | 52 | 251 | 72 | 44 |
| Binary | 100111 | 10010011 | 1111111 | 1001001 | 0 | 1110 | 101010 | 10101001 | 111010 | 100100 |
Color Harmonies of #27937F
Complementary color
Monochromatic Colors of #27937F
Black with #27937F
Text Example
Text Example
White with #27937F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27937F; }
p { color: rgb(39,147,127); }
H1.HeaderClassName
{
color: #27937F;
}
.AnyTagClassName
{
color: #27937F;
}
</style>
background-color css
<style>
a { background-color: #27937F; }
a { background-color: rgb(39,147,127); }
div.DivClassName
{
background-color: #27937F;
}
.BgClassName
{
background-color: #27937F;
}
</style>
border-color css
<style>
span { border-color: #27937F; }
span { border-color: rgb(39,147,127); }
td.TdClassName
{
border-color: #27937F;
}
.TagClassName
{
border-color: #27937F;
}
</style>