#2E9976

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

Shades of Gossamer #2E9976

Tints of Gossamer #2E9976

Color information

#2E9976 (or 0x2E9976) is unknown color: approx Gossamer. HEX triplet: 2E, 99 and 76. RGB value is (46,153,118). Sum of RGB (Red+Green+Blue) = 46+153+118=317 (41% of max value = 765). Red value is 46 (18.36% from 255 or 14.51% from 317); Green value is 153 (60.16% from 255 or 48.26% from 317); Blue value is 118 (46.48% from 255 or 37.22% from 317); Max value from RGB is 153 - color contains mainly: green. Hex color #2E9976 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2E9976 is #D16689. Grayscale: #757575. Windows color (decimal): -13723274 or 7772462. OLE color: 7772462.

HSL color Cylindrical-coordinate representation of color #2E9976: hue angle of 160.37º 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 #2E9976 is Cyan = 0.70, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.4.

Color convert

RGB46153118-
CMYK0.7000.230.4
HSL160.37º53.77%39.02%-
HSV(B)160.37º69.93%60%-
XYZ15.7924.6721.07-
YUV117.02128.5577.35-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 14.51%
GREEN value IS 153 (60.16% from 255) = 48.26%
BLUE value IS 118 (46.48% from 255) = 37.22%
R=14.51%
G=48.26%
B=37.22%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal461531180.7000.230.4160.3753.7739.02
Hex2E99764601728a03627
Octal56231166106027502406647
Binary101110100110011110110100011001011110100010100000110110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E9976

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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