#2E8E7F

Color #2E8E7F Gossamer (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Gossamer #2E8E7F

Tints of Gossamer #2E8E7F

Color information

#2E8E7F (or 0x2E8E7F) is unknown color: approx Gossamer. HEX triplet: 2E, 8E and 7F. RGB value is (46,142,127). Sum of RGB (Red+Green+Blue) = 46+142+127=315 (41% of max value = 765). Red value is 46 (18.36% from 255 or 14.60% from 315); Green value is 142 (55.86% from 255 or 45.08% from 315); Blue value is 127 (50% from 255 or 40.32% from 315); Max value from RGB is 142 - color contains mainly: green. Hex color #2E8E7F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2E8E7F is #D17180. Grayscale: #6F6F6F. Windows color (decimal): -13726081 or 8359470. OLE color: 8359470.

HSL color Cylindrical-coordinate representation of color #2E8E7F: hue angle of 170.62º 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 #2E8E7F is Cyan = 0.68, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.44.

Color convert

RGB46142127-
CMYK0.6800.110.44
HSL170.62º51.06%36.86%-
HSV(B)170.62º67.61%55.69%-
XYZ14.6321.4623.45-
YUV111.59136.781.22-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 46 (18.36% from 255) = 14.60%
GREEN value IS 142 (55.86% from 255) = 45.08%
BLUE value IS 127 (50% from 255) = 40.32%
R=14.60%
G=45.08%
B=40.32%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal461421270.6800.110.44170.6251.0636.86
Hex2E8E7F440B2Cab3325
Octal56216177104013542536345
Binary10111010001110111111110001000101110110010101011110011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E8E7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2E8E7F; }

 p { color: rgb(46,142,127); }

 H1.HeaderClassName
 {
   color: #2E8E7F;
 }
 .AnyTagClassName
 {
   color: #2E8E7F;
 }
</style>
background-color css

<style>
 a { background-color: #2E8E7F; }

 a { background-color: rgb(46,142,127); }

 div.DivClassName
 {
   background-color: #2E8E7F;
 }
 .BgClassName
 {
   background-color: #2E8E7F;
 }
</style>
border-color css

<style>
 span { border-color: #2E8E7F; }

 span { border-color: rgb(46,142,127); }

 td.TdClassName
 {
   border-color: #2E8E7F;
 }
 .TagClassName
 {
   border-color: #2E8E7F;
 }
</style>