#2E9C74

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

Shades of Gossamer #2E9C74

Tints of Gossamer #2E9C74

Color information

#2E9C74 (or 0x2E9C74) is unknown color: approx Gossamer. HEX triplet: 2E, 9C and 74. RGB value is (46,156,116). Sum of RGB (Red+Green+Blue) = 46+156+116=318 (42% of max value = 765). Red value is 46 (18.36% from 255 or 14.47% from 318); Green value is 156 (61.33% from 255 or 49.06% from 318); Blue value is 116 (45.70% from 255 or 36.48% from 318); Max value from RGB is 156 - color contains mainly: green. Hex color #2E9C74 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2E9C74 is #D1638B. Grayscale: #767676. Windows color (decimal): -13722508 or 7642158. OLE color: 7642158.

HSL color Cylindrical-coordinate representation of color #2E9C74: hue angle of 158.18º degrees, saturation: 0.54, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #2E9C74 is Cyan = 0.71, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.39.

Color convert

RGB46156116-
CMYK0.7100.260.39
HSL158.18º54.46%39.61%-
HSV(B)158.18º70.51%61.18%-
XYZ16.1725.6220.62-
YUV118.55126.5676.25-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 14.47%
GREEN value IS 156 (61.33% from 255) = 49.06%
BLUE value IS 116 (45.70% from 255) = 36.48%
R=14.47%
G=49.06%
B=36.48%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal461561160.7100.260.39158.1854.4639.61
Hex2E9C744701A279e3628
Octal56234164107032472366650
Binary101110100111001110100100011101101010011110011110110110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E9C74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,156,116); }

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

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

 a { background-color: rgb(46,156,116); }

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

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

 span { border-color: rgb(46,156,116); }

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