Shades of Gossamer #26937F
Tints of Gossamer #26937F
RGB
CMYK
RGB Variations
Color information
#26937F (or 0x26937F) is known color: Gossamer. HEX triplet: 26, 93 and 7F. RGB value is (38,147,127). Sum of RGB (Red+Green+Blue) = 38+147+127=312 (41% of max value = 765). Red value is 38 (15.23% from 255 or 12.18% from 312); Green value is 147 (57.81% from 255 or 47.12% from 312); Blue value is 127 (50% from 255 or 40.71% from 312); Max value from RGB is 147 - color contains mainly: green. Hex color #26937F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #26937F is #D96C80. Grayscale: #707070. Windows color (decimal): -14249089 or 8360742. OLE color: 8360742.
HSL color Cylindrical-coordinate representation of color #26937F: hue angle of 168.99º degrees, saturation: 0.59, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #26937F is Cyan = 0.74, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 38 | 147 | 127 | - |
| CMYK | 0.74 | 0 | 0.14 | 0.42 |
| HSL | 168.99º | 0.59% | 0.36% | - |
| HSV(B) | 168.99º | 0.74% | 0.58% | - |
| XYZ | 15.06 | 22.81 | 23.69 | - |
| YUV | 112.13 | 136.39 | 75.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 147 | 127 | 0.74 | 0 | 0.14 | 0.42 | 168.99 | 0.59 | 0.36 |
| Hex | 26 | 93 | 7F | 4A | 0 | E | 2A | A9 | 3B | 24 |
| Octal | 46 | 223 | 177 | 112 | 0 | 16 | 52 | 251 | 73 | 44 |
| Binary | 100110 | 10010011 | 1111111 | 1001010 | 0 | 1110 | 101010 | 10101001 | 111011 | 100100 |
Color Harmonies of #26937F
Complementary color
Monochromatic Colors of #26937F
Black with #26937F
Text Example
Text Example
White with #26937F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26937F; }
p { color: rgb(38,147,127); }
H1.HeaderClassName
{
color: #26937F;
}
.AnyTagClassName
{
color: #26937F;
}
</style>
background-color css
<style>
a { background-color: #26937F; }
a { background-color: rgb(38,147,127); }
div.DivClassName
{
background-color: #26937F;
}
.BgClassName
{
background-color: #26937F;
}
</style>
border-color css
<style>
span { border-color: #26937F; }
span { border-color: rgb(38,147,127); }
td.TdClassName
{
border-color: #26937F;
}
.TagClassName
{
border-color: #26937F;
}
</style>