Html Css Color HEX #2E784F Amazon

📋 copy color: '#2E784F'

red 46 ◦ green 120 ◦ blue 79

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

Shades of Amazon #2E784F

Tints of Amazon #2E784F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 32.24%

R = 18.78%
G = 48.98%
B = 32.24%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.34

 K value IS 0.53

RGB Variations

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

Color information

#2E784F (or 0x2E784F) is known color: Amazon. HEX triplet: 2E, 78 and 4F. RGB value is (46,120,79). Sum of RGB (Red+Green+Blue) = 46+120+79=245 (32% of max value = 765). Red value is 46 (18.36% from 255 or 18.78% from 245); Green value is 120 (47.27% from 255 or 48.98% from 245); Blue value is 79 (31.25% from 255 or 32.24% from 245); Max value from RGB is 120 - color contains mainly: green. Hex color #2E784F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2E784F is #D187B0. Grayscale: #5D5D5D. Windows color (decimal): -13731761 or 5208110. OLE color: 5208110.

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

Color convert

RGB 46 120 79 -
CMYK 0.62 0 0.34 0.53
HSL 146.76º 0.45% 0.33% -
HSV(B) 146.76º 0.62% 0.47% -
XYZ 9.25 14.58 9.72 -
YUV 93.2 119.98 94.33 -
System Red Green Blue C M Y K H S L
Decimal 46 120 79 0.62 0 0.34 0.53 146.76 0.45 0.33
Hex 2E 78 4F 3E 0 22 35 93 2D 21
Octal 56 170 117 76 0 42 65 223 55 41
Binary 101110 1111000 1001111 111110 0 100010 110101 10010011 101101 100001

Color Harmonies of #2E784F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E784F

Black with #2E784F

Text Example


Text Example

White with #2E784F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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