Shades of Gossamer #2E8F7C
Tints of Gossamer #2E8F7C
RGB
CMYK
RGB Variations
Color information
#2E8F7C (or 0x2E8F7C) is known color: Gossamer. HEX triplet: 2E, 8F and 7C. RGB value is (46,143,124). Sum of RGB (Red+Green+Blue) = 46+143+124=313 (41% of max value = 765). Red value is 46 (18.36% from 255 or 14.70% from 313); Green value is 143 (56.25% from 255 or 45.69% from 313); Blue value is 124 (48.83% from 255 or 39.62% from 313); Max value from RGB is 143 - color contains mainly: green. Hex color #2E8F7C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2E8F7C is #D17083. Grayscale: #6F6F6F. Windows color (decimal): -13725828 or 8163118. OLE color: 8163118.
HSL color Cylindrical-coordinate representation of color #2E8F7C: hue angle of 168.25º degrees, saturation: 0.51, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #2E8F7C is Cyan = 0.68, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 46 | 143 | 124 | - |
| CMYK | 0.68 | 0 | 0.13 | 0.44 |
| HSL | 168.25º | 0.51% | 0.37% | - |
| HSV(B) | 168.25º | 0.68% | 0.56% | - |
| XYZ | 14.59 | 21.68 | 22.48 | - |
| YUV | 111.83 | 134.86 | 81.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 143 | 124 | 0.68 | 0 | 0.13 | 0.44 | 168.25 | 0.51 | 0.37 |
| Hex | 2E | 8F | 7C | 44 | 0 | D | 2C | A8 | 33 | 25 |
| Octal | 56 | 217 | 174 | 104 | 0 | 15 | 54 | 250 | 63 | 45 |
| Binary | 101110 | 10001111 | 1111100 | 1000100 | 0 | 1101 | 101100 | 10101000 | 110011 | 100101 |
Color Harmonies of #2E8F7C
Complementary color
Monochromatic Colors of #2E8F7C
Black with #2E8F7C
Text Example
Text Example
White with #2E8F7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E8F7C; }
p { color: rgb(46,143,124); }
H1.HeaderClassName
{
color: #2E8F7C;
}
.AnyTagClassName
{
color: #2E8F7C;
}
</style>
background-color css
<style>
a { background-color: #2E8F7C; }
a { background-color: rgb(46,143,124); }
div.DivClassName
{
background-color: #2E8F7C;
}
.BgClassName
{
background-color: #2E8F7C;
}
</style>
border-color css
<style>
span { border-color: #2E8F7C; }
span { border-color: rgb(46,143,124); }
td.TdClassName
{
border-color: #2E8F7C;
}
.TagClassName
{
border-color: #2E8F7C;
}
</style>