Html Css Color HEX #2E784A Amazon

📋 copy color: '#2E784A'

red 46 ◦ green 120 ◦ blue 74

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

Shades of Amazon #2E784A

Tints of Amazon #2E784A

RGB

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

 GREEN value IS 120 (47.27% from 255) = 50%

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

R = 19.17%
G = 50%
B = 30.83%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.38

 K value IS 0.53

RGB Variations

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

Color information

#2E784A (or 0x2E784A) is known color: Amazon. HEX triplet: 2E, 78 and 4A. RGB value is (46,120,74). Sum of RGB (Red+Green+Blue) = 46+120+74=240 (31% of max value = 765). Red value is 46 (18.36% from 255 or 19.17% from 240); Green value is 120 (47.27% from 255 or 50% from 240); Blue value is 74 (29.30% from 255 or 30.83% from 240); Max value from RGB is 120 - color contains mainly: green. Hex color #2E784A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2E784A is #D187B5. Grayscale: #5C5C5C. Windows color (decimal): -13731766 or 4880430. OLE color: 4880430.

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

Color convert

RGB 46 120 74 -
CMYK 0.62 0 0.38 0.53
HSL 142.7º 0.45% 0.33% -
HSV(B) 142.7º 0.62% 0.47% -
XYZ 9.08 14.51 8.8 -
YUV 92.63 117.48 94.74 -
System Red Green Blue C M Y K H S L
Decimal 46 120 74 0.62 0 0.38 0.53 142.7 0.45 0.33
Hex 2E 78 4A 3E 0 26 35 8F 2D 21
Octal 56 170 112 76 0 46 65 217 55 41
Binary 101110 1111000 1001010 111110 0 100110 110101 10001111 101101 100001

Color Harmonies of #2E784A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E784A

Black with #2E784A

Text Example


Text Example

White with #2E784A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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