Html Css Color HEX #2E9E79 Gossamer

📋 copy color: '#2E9E79'

red 46 ◦ green 158 ◦ blue 121

#2E9E79
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Gossamer #2E9E79

Tints of Gossamer #2E9E79

RGB

 RED value IS 46 (18.36% from 255) = 14.15%

 GREEN value IS 158 (62.11% from 255) = 48.62%

 BLUE value IS 121 (47.66% from 255) = 37.23%

R = 14.15%
G = 48.62%
B = 37.23%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.23

 K value IS 0.38

RGB Variations

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

Color information

#2E9E79 (or 0x2E9E79) is known color: Gossamer. HEX triplet: 2E, 9E and 79. RGB value is (46,158,121). Sum of RGB (Red+Green+Blue) = 46+158+121=325 (43% of max value = 765). Red value is 46 (18.36% from 255 or 14.15% from 325); Green value is 158 (62.11% from 255 or 48.62% from 325); Blue value is 121 (47.66% from 255 or 37.23% from 325); Max value from RGB is 158 - color contains mainly: green. Hex color #2E9E79 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2E9E79 is #D16186. Grayscale: #787878. Windows color (decimal): -13721991 or 7970350. OLE color: 7970350.

HSL color Cylindrical-coordinate representation of color #2E9E79: hue angle of 160.18º degrees, saturation: 0.55, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #2E9E79 is Cyan = 0.71, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.38.

Color convert

RGB 46 158 121 -
CMYK 0.71 0 0.23 0.38
HSL 160.18º 0.55% 0.4% -
HSV(B) 160.18º 0.71% 0.62% -
XYZ 16.8 26.42 22.3 -
YUV 120.29 128.39 75.01 -
System Red Green Blue C M Y K H S L
Decimal 46 158 121 0.71 0 0.23 0.38 160.18 0.55 0.4
Hex 2E 9E 79 47 0 17 26 A0 37 28
Octal 56 236 171 107 0 27 46 240 67 50
Binary 101110 10011110 1111001 1000111 0 10111 100110 10100000 110111 101000

Color Harmonies of #2E9E79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E9E79

Black with #2E9E79

Text Example


Text Example

White with #2E9E79

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #2E9E79;
 }
 .AnyTagClassName
 {
   color: #2E9E79;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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