Html Css Color HEX #2E774A Amazon

📋 copy color: '#2E774A'

red 46 ◦ green 119 ◦ blue 74

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

Shades of Amazon #2E774A

Tints of Amazon #2E774A

RGB

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

 GREEN value IS 119 (46.88% from 255) = 49.79%

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

R = 19.25%
G = 49.79%
B = 30.96%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.38

 K value IS 0.53

RGB Variations

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

Color information

#2E774A (or 0x2E774A) is known color: Amazon. HEX triplet: 2E, 77 and 4A. RGB value is (46,119,74). Sum of RGB (Red+Green+Blue) = 46+119+74=239 (31% of max value = 765). Red value is 46 (18.36% from 255 or 19.25% from 239); Green value is 119 (46.88% from 255 or 49.79% from 239); Blue value is 74 (29.30% from 255 or 30.96% from 239); Max value from RGB is 119 - color contains mainly: green. Hex color #2E774A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2E774A is #D188B5. Grayscale: #5C5C5C. Windows color (decimal): -13732022 or 4880174. OLE color: 4880174.

HSL color Cylindrical-coordinate representation of color #2E774A: hue angle of 143.01º degrees, saturation: 0.44, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #2E774A is Cyan = 0.61, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.53.

Color convert

RGB 46 119 74 -
CMYK 0.61 0 0.38 0.53
HSL 143.01º 0.44% 0.32% -
HSV(B) 143.01º 0.61% 0.47% -
XYZ 8.96 14.27 8.76 -
YUV 92.04 117.82 95.16 -
System Red Green Blue C M Y K H S L
Decimal 46 119 74 0.61 0 0.38 0.53 143.01 0.44 0.32
Hex 2E 77 4A 3D 0 26 35 8F 2C 20
Octal 56 167 112 75 0 46 65 217 54 40
Binary 101110 1110111 1001010 111101 0 100110 110101 10001111 101100 100000

Color Harmonies of #2E774A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E774A

Black with #2E774A

Text Example


Text Example

White with #2E774A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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