Html Css Color HEX #2E784B Amazon

📋 copy color: '#2E784B'

red 46 ◦ green 120 ◦ blue 75

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

Shades of Amazon #2E784B

Tints of Amazon #2E784B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 31.12%

R = 19.09%
G = 49.79%
B = 31.12%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.37

 K value IS 0.53

RGB Variations

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

Color information

#2E784B (or 0x2E784B) is known color: Amazon. HEX triplet: 2E, 78 and 4B. RGB value is (46,120,75). Sum of RGB (Red+Green+Blue) = 46+120+75=241 (31% of max value = 765). Red value is 46 (18.36% from 255 or 19.09% from 241); Green value is 120 (47.27% from 255 or 49.79% from 241); Blue value is 75 (29.69% from 255 or 31.12% from 241); Max value from RGB is 120 - color contains mainly: green. Hex color #2E784B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2E784B is #D187B4. Grayscale: #5C5C5C. Windows color (decimal): -13731765 or 4945966. OLE color: 4945966.

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

Color convert

RGB 46 120 75 -
CMYK 0.62 0 0.37 0.53
HSL 143.51º 0.45% 0.33% -
HSV(B) 143.51º 0.62% 0.47% -
XYZ 9.11 14.52 8.98 -
YUV 92.74 117.98 94.66 -
System Red Green Blue C M Y K H S L
Decimal 46 120 75 0.62 0 0.37 0.53 143.51 0.45 0.33
Hex 2E 78 4B 3E 0 25 35 90 2D 21
Octal 56 170 113 76 0 45 65 220 55 41
Binary 101110 1111000 1001011 111110 0 100101 110101 10010000 101101 100001

Color Harmonies of #2E784B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E784B

Black with #2E784B

Text Example


Text Example

White with #2E784B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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