Html Css Color HEX #2E794A Amazon

📋 copy color: '#2E794A'

red 46 ◦ green 121 ◦ blue 74

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

Shades of Amazon #2E794A

Tints of Amazon #2E794A

RGB

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

 GREEN value IS 121 (47.66% from 255) = 50.21%

 BLUE value IS 74 (29.3% from 255) = 30.71%

R = 19.09%
G = 50.21%
B = 30.71%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.39

 K value IS 0.53

RGB Variations

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

Color information

#2E794A (or 0x2E794A) is known color: Amazon. HEX triplet: 2E, 79 and 4A. RGB value is (46,121,74). Sum of RGB (Red+Green+Blue) = 46+121+74=241 (31% of max value = 765). Red value is 46 (18.36% from 255 or 19.09% from 241); Green value is 121 (47.66% from 255 or 50.21% from 241); Blue value is 74 (29.30% from 255 or 30.71% from 241); Max value from RGB is 121 - color contains mainly: green. Hex color #2E794A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2E794A is #D186B5. Grayscale: #5D5D5D. Windows color (decimal): -13731510 or 4880686. OLE color: 4880686.

HSL color Cylindrical-coordinate representation of color #2E794A: hue angle of 142.4º degrees, saturation: 0.45, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #2E794A is Cyan = 0.62, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.53.

Color convert

RGB 46 121 74 -
CMYK 0.62 0 0.39 0.53
HSL 142.4º 0.45% 0.33% -
HSV(B) 142.4º 0.62% 0.47% -
XYZ 9.2 14.75 8.84 -
YUV 93.22 117.15 94.32 -
System Red Green Blue C M Y K H S L
Decimal 46 121 74 0.62 0 0.39 0.53 142.4 0.45 0.33
Hex 2E 79 4A 3E 0 27 35 8E 2D 21
Octal 56 171 112 76 0 47 65 216 55 41
Binary 101110 1111001 1001010 111110 0 100111 110101 10001110 101101 100001

Color Harmonies of #2E794A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E794A

Black with #2E794A

Text Example


Text Example

White with #2E794A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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