#2E977F

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

Shades of Gossamer #2E977F

Tints of Gossamer #2E977F

Color information

#2E977F (or 0x2E977F) is unknown color: approx Gossamer. HEX triplet: 2E, 97 and 7F. RGB value is (46,151,127). Sum of RGB (Red+Green+Blue) = 46+151+127=324 (42% of max value = 765). Red value is 46 (18.36% from 255 or 14.20% from 324); Green value is 151 (59.38% from 255 or 46.60% from 324); Blue value is 127 (50% from 255 or 39.20% from 324); Max value from RGB is 151 - color contains mainly: green. Hex color #2E977F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2E977F is #D16880. Grayscale: #747474. Windows color (decimal): -13723777 or 8361774. OLE color: 8361774.

HSL color Cylindrical-coordinate representation of color #2E977F: hue angle of 166.29º degrees, saturation: 0.53, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #2E977F is Cyan = 0.70, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.41.

Color convert

RGB46151127-
CMYK0.7000.160.41
HSL166.29º53.3%38.63%-
HSV(B)166.29º69.54%59.22%-
XYZ16.0224.2523.91-
YUV116.87133.7177.45-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 14.20%
GREEN value IS 151 (59.38% from 255) = 46.60%
BLUE value IS 127 (50% from 255) = 39.20%
R=14.20%
G=46.60%
B=39.20%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal461511270.7000.160.41166.2953.338.63
Hex2E977F4601029a63527
Octal56227177106020512466547
Binary101110100101111111111100011001000010100110100110110101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E977F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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