#2E9977

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

Shades of Gossamer #2E9977

Tints of Gossamer #2E9977

Color information

#2E9977 (or 0x2E9977) is unknown color: approx Gossamer. HEX triplet: 2E, 99 and 77. RGB value is (46,153,119). Sum of RGB (Red+Green+Blue) = 46+153+119=318 (42% of max value = 765). Red value is 46 (18.36% from 255 or 14.47% from 318); Green value is 153 (60.16% from 255 or 48.11% from 318); Blue value is 119 (46.88% from 255 or 37.42% from 318); Max value from RGB is 153 - color contains mainly: green. Hex color #2E9977 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2E9977 is #D16688. Grayscale: #757575. Windows color (decimal): -13723273 or 7837998. OLE color: 7837998.

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

Color convert

RGB46153119-
CMYK0.7000.220.4
HSL160.93º53.77%39.02%-
HSV(B)160.93º69.93%60%-
XYZ15.8524.721.38-
YUV117.13129.0577.26-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 14.47%
GREEN value IS 153 (60.16% from 255) = 48.11%
BLUE value IS 119 (46.88% from 255) = 37.42%
R=14.47%
G=48.11%
B=37.42%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal461531190.7000.220.4160.9353.7739.02
Hex2E99774601628a13627
Octal56231167106026502416647
Binary101110100110011110111100011001011010100010100001110110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E9977

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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