Html Css Color HEX #2E7354 Amazon

📋 copy color: '#2E7354'

red 46 ◦ green 115 ◦ blue 84

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

Shades of Amazon #2E7354

Tints of Amazon #2E7354

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 34.29%

R = 18.78%
G = 46.94%
B = 34.29%

CMYK

 C value IS 0.6

 M value IS 0

 Y value IS 0.27

 K value IS 0.55

RGB Variations

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

Color information

#2E7354 (or 0x2E7354) is known color: Amazon. HEX triplet: 2E, 73 and 54. RGB value is (46,115,84). Sum of RGB (Red+Green+Blue) = 46+115+84=245 (32% of max value = 765). Red value is 46 (18.36% from 255 or 18.78% from 245); Green value is 115 (45.31% from 255 or 46.94% from 245); Blue value is 84 (33.20% from 255 or 34.29% from 245); Max value from RGB is 115 - color contains mainly: green. Hex color #2E7354 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2E7354 is #D18CAB. Grayscale: #5A5A5A. Windows color (decimal): -13733036 or 5534510. OLE color: 5534510.

HSL color Cylindrical-coordinate representation of color #2E7354: hue angle of 153.04º 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 #2E7354 is Cyan = 0.6, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.55.

Color convert

RGB 46 115 84 -
CMYK 0.6 0 0.27 0.55
HSL 153.04º 0.43% 0.32% -
HSV(B) 153.04º 0.6% 0.45% -
XYZ 8.86 13.48 10.52 -
YUV 90.84 124.14 96.02 -
System Red Green Blue C M Y K H S L
Decimal 46 115 84 0.6 0 0.27 0.55 153.04 0.43 0.32
Hex 2E 73 54 3C 0 1B 37 99 2B 20
Octal 56 163 124 74 0 33 67 231 53 40
Binary 101110 1110011 1010100 111100 0 11011 110111 10011001 101011 100000

Color Harmonies of #2E7354

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E7354

Black with #2E7354

Text Example


Text Example

White with #2E7354

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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