#2E9479

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

Shades of Gossamer #2E9479

Tints of Gossamer #2E9479

Color information

#2E9479 (or 0x2E9479) is unknown color: approx Gossamer. HEX triplet: 2E, 94 and 79. RGB value is (46,148,121). Sum of RGB (Red+Green+Blue) = 46+148+121=315 (41% of max value = 765). Red value is 46 (18.36% from 255 or 14.60% from 315); Green value is 148 (58.20% from 255 or 46.98% from 315); Blue value is 121 (47.66% from 255 or 38.41% from 315); Max value from RGB is 148 - color contains mainly: green. Hex color #2E9479 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2E9479 is #D16B86. Grayscale: #727272. Windows color (decimal): -13724551 or 7967790. OLE color: 7967790.

HSL color Cylindrical-coordinate representation of color #2E9479: hue angle of 164.12º degrees, saturation: 0.53, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #2E9479 is Cyan = 0.69, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.42.

Color convert

RGB46148121-
CMYK0.6900.180.42
HSL164.12º52.58%38.04%-
HSV(B)164.12º68.92%58.04%-
XYZ15.1723.1421.76-
YUV114.42131.7179.2-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 14.60%
GREEN value IS 148 (58.20% from 255) = 46.98%
BLUE value IS 121 (47.66% from 255) = 38.41%
R=14.60%
G=46.98%
B=38.41%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal461481210.6900.180.42164.1252.5838.04
Hex2E9479450122Aa43526
Octal56224171105022522446546
Binary101110100101001111001100010101001010101010100100110101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E9479

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,148,121); }

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

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

 a { background-color: rgb(46,148,121); }

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

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

 span { border-color: rgb(46,148,121); }

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