#2E997F

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

Shades of Gossamer #2E997F

Tints of Gossamer #2E997F

Color information

#2E997F (or 0x2E997F) is unknown color: approx Gossamer. HEX triplet: 2E, 99 and 7F. RGB value is (46,153,127). Sum of RGB (Red+Green+Blue) = 46+153+127=326 (43% of max value = 765). Red value is 46 (18.36% from 255 or 14.11% from 326); Green value is 153 (60.16% from 255 or 46.93% from 326); Blue value is 127 (50% from 255 or 38.96% from 326); Max value from RGB is 153 - color contains mainly: green. Hex color #2E997F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2E997F is #D16680. Grayscale: #767676. Windows color (decimal): -13723265 or 8362286. OLE color: 8362286.

HSL color Cylindrical-coordinate representation of color #2E997F: hue angle of 165.42º degrees, saturation: 0.54, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #2E997F is Cyan = 0.70, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.4.

Color convert

RGB46153127-
CMYK0.7000.170.4
HSL165.42º53.77%39.02%-
HSV(B)165.42º69.93%60%-
XYZ16.3524.924.02-
YUV118.04133.0576.61-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 14.11%
GREEN value IS 153 (60.16% from 255) = 46.93%
BLUE value IS 127 (50% from 255) = 38.96%
R=14.11%
G=46.93%
B=38.96%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal461531270.7000.170.4165.4253.7739.02
Hex2E997F4601128a53627
Octal56231177106021502456647
Binary101110100110011111111100011001000110100010100101110110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E997F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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