Html Css Color HEX #2E7946 Amazon

📋 copy color: '#2E7946'

red 46 ◦ green 121 ◦ blue 70

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

Shades of Amazon #2E7946

Tints of Amazon #2E7946

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 29.54%

R = 19.41%
G = 51.05%
B = 29.54%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.42

 K value IS 0.53

RGB Variations

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

Color information

#2E7946 (or 0x2E7946) is known color: Amazon. HEX triplet: 2E, 79 and 46. RGB value is (46,121,70). Sum of RGB (Red+Green+Blue) = 46+121+70=237 (31% of max value = 765). Red value is 46 (18.36% from 255 or 19.41% from 237); Green value is 121 (47.66% from 255 or 51.05% from 237); Blue value is 70 (27.73% from 255 or 29.54% from 237); Max value from RGB is 121 - color contains mainly: green. Hex color #2E7946 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2E7946 is #D186B9. Grayscale: #5C5C5C. Windows color (decimal): -13731514 or 4618542. OLE color: 4618542.

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

Color convert

RGB 46 121 70 -
CMYK 0.62 0 0.42 0.53
HSL 139.2º 0.45% 0.33% -
HSV(B) 139.2º 0.62% 0.47% -
XYZ 9.07 14.7 8.15 -
YUV 92.76 115.15 94.65 -
System Red Green Blue C M Y K H S L
Decimal 46 121 70 0.62 0 0.42 0.53 139.2 0.45 0.33
Hex 2E 79 46 3E 0 2A 35 8B 2D 21
Octal 56 171 106 76 0 52 65 213 55 41
Binary 101110 1111001 1000110 111110 0 101010 110101 10001011 101101 100001

Color Harmonies of #2E7946

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E7946

Black with #2E7946

Text Example


Text Example

White with #2E7946

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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