Html Css Color HEX #2E7346 Amazon

📋 copy color: '#2E7346'

red 46 ◦ green 115 ◦ blue 70

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

Shades of Amazon #2E7346

Tints of Amazon #2E7346

RGB

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

 GREEN value IS 115 (45.31% from 255) = 49.78%

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

R = 19.91%
G = 49.78%
B = 30.3%

CMYK

 C value IS 0.6

 M value IS 0

 Y value IS 0.39

 K value IS 0.55

RGB Variations

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

Color information

#2E7346 (or 0x2E7346) is known color: Amazon. HEX triplet: 2E, 73 and 46. RGB value is (46,115,70). Sum of RGB (Red+Green+Blue) = 46+115+70=231 (30% of max value = 765). Red value is 46 (18.36% from 255 or 19.91% from 231); Green value is 115 (45.31% from 255 or 49.78% from 231); Blue value is 70 (27.73% from 255 or 30.30% from 231); Max value from RGB is 115 - color contains mainly: green. Hex color #2E7346 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2E7346 is #D18CB9. Grayscale: #595959. Windows color (decimal): -13733050 or 4617006. OLE color: 4617006.

HSL color Cylindrical-coordinate representation of color #2E7346: hue angle of 140.87º degrees, saturation: 0.43, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #2E7346 is Cyan = 0.6, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.55.

Color convert

RGB 46 115 70 -
CMYK 0.6 0 0.39 0.55
HSL 140.87º 0.43% 0.32% -
HSV(B) 140.87º 0.6% 0.45% -
XYZ 8.36 13.28 7.92 -
YUV 89.24 117.14 97.16 -
System Red Green Blue C M Y K H S L
Decimal 46 115 70 0.6 0 0.39 0.55 140.87 0.43 0.32
Hex 2E 73 46 3C 0 27 37 8D 2B 20
Octal 56 163 106 74 0 47 67 215 53 40
Binary 101110 1110011 1000110 111100 0 100111 110111 10001101 101011 100000

Color Harmonies of #2E7346

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E7346

Black with #2E7346

Text Example


Text Example

White with #2E7346

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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