Shades of Gossamer #2E8F7D
Tints of Gossamer #2E8F7D
RGB
CMYK
RGB Variations
Color information
#2E8F7D (or 0x2E8F7D) is known color: Gossamer. HEX triplet: 2E, 8F and 7D. RGB value is (46,143,125). Sum of RGB (Red+Green+Blue) = 46+143+125=314 (41% of max value = 765). Red value is 46 (18.36% from 255 or 14.65% from 314); Green value is 143 (56.25% from 255 or 45.54% from 314); Blue value is 125 (49.22% from 255 or 39.81% from 314); Max value from RGB is 143 - color contains mainly: green. Hex color #2E8F7D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2E8F7D is #D17082. Grayscale: #6F6F6F. Windows color (decimal): -13725827 or 8228654. OLE color: 8228654.
HSL color Cylindrical-coordinate representation of color #2E8F7D: hue angle of 168.87º 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 #2E8F7D is Cyan = 0.68, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 46 | 143 | 125 | - |
| CMYK | 0.68 | 0 | 0.13 | 0.44 |
| HSL | 168.87º | 0.51% | 0.37% | - |
| HSV(B) | 168.87º | 0.68% | 0.56% | - |
| XYZ | 14.65 | 21.71 | 22.82 | - |
| YUV | 111.95 | 135.36 | 80.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 143 | 125 | 0.68 | 0 | 0.13 | 0.44 | 168.87 | 0.51 | 0.37 |
| Hex | 2E | 8F | 7D | 44 | 0 | D | 2C | A9 | 33 | 25 |
| Octal | 56 | 217 | 175 | 104 | 0 | 15 | 54 | 251 | 63 | 45 |
| Binary | 101110 | 10001111 | 1111101 | 1000100 | 0 | 1101 | 101100 | 10101001 | 110011 | 100101 |
Color Harmonies of #2E8F7D
Complementary color
Monochromatic Colors of #2E8F7D
Black with #2E8F7D
Text Example
Text Example
White with #2E8F7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E8F7D; }
p { color: rgb(46,143,125); }
H1.HeaderClassName
{
color: #2E8F7D;
}
.AnyTagClassName
{
color: #2E8F7D;
}
</style>
background-color css
<style>
a { background-color: #2E8F7D; }
a { background-color: rgb(46,143,125); }
div.DivClassName
{
background-color: #2E8F7D;
}
.BgClassName
{
background-color: #2E8F7D;
}
</style>
border-color css
<style>
span { border-color: #2E8F7D; }
span { border-color: rgb(46,143,125); }
td.TdClassName
{
border-color: #2E8F7D;
}
.TagClassName
{
border-color: #2E8F7D;
}
</style>