Html Css Color HEX #2E9E78 Gossamer

📋 copy color: '#2E9E78'

red 46 ◦ green 158 ◦ blue 120

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

Shades of Gossamer #2E9E78

Tints of Gossamer #2E9E78

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 37.04%

R = 14.2%
G = 48.77%
B = 37.04%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.24

 K value IS 0.38

RGB Variations

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

Color information

#2E9E78 (or 0x2E9E78) is known color: Gossamer. HEX triplet: 2E, 9E and 78. RGB value is (46,158,120). Sum of RGB (Red+Green+Blue) = 46+158+120=324 (42% of max value = 765). Red value is 46 (18.36% from 255 or 14.20% from 324); Green value is 158 (62.11% from 255 or 48.77% from 324); Blue value is 120 (47.27% from 255 or 37.04% from 324); Max value from RGB is 158 - color contains mainly: green. Hex color #2E9E78 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2E9E78 is #D16187. Grayscale: #787878. Windows color (decimal): -13721992 or 7904814. OLE color: 7904814.

HSL color Cylindrical-coordinate representation of color #2E9E78: hue angle of 159.64º 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 #2E9E78 is Cyan = 0.71, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.38.

Color convert

RGB 46 158 120 -
CMYK 0.71 0 0.24 0.38
HSL 159.64º 0.55% 0.4% -
HSV(B) 159.64º 0.71% 0.62% -
XYZ 16.74 26.39 21.98 -
YUV 120.18 127.89 75.09 -
System Red Green Blue C M Y K H S L
Decimal 46 158 120 0.71 0 0.24 0.38 159.64 0.55 0.4
Hex 2E 9E 78 47 0 18 26 A0 37 28
Octal 56 236 170 107 0 30 46 240 67 50
Binary 101110 10011110 1111000 1000111 0 11000 100110 10100000 110111 101000

Color Harmonies of #2E9E78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E9E78

Black with #2E9E78

Text Example


Text Example

White with #2E9E78

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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