Html Css Color HEX #2E745A Amazon

📋 copy color: '#2E745A'

red 46 ◦ green 116 ◦ blue 90

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

Shades of Amazon #2E745A

Tints of Amazon #2E745A

RGB

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

 GREEN value IS 116 (45.7% from 255) = 46.03%

 BLUE value IS 90 (35.55% from 255) = 35.71%

R = 18.25%
G = 46.03%
B = 35.71%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.22

 K value IS 0.55

RGB Variations

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

Color information

#2E745A (or 0x2E745A) is known color: Amazon. HEX triplet: 2E, 74 and 5A. RGB value is (46,116,90). Sum of RGB (Red+Green+Blue) = 46+116+90=252 (33% of max value = 765). Red value is 46 (18.36% from 255 or 18.25% from 252); Green value is 116 (45.70% from 255 or 46.03% from 252); Blue value is 90 (35.55% from 255 or 35.71% from 252); Max value from RGB is 116 - color contains mainly: green. Hex color #2E745A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2E745A is #D18BA5. Grayscale: #5C5C5C. Windows color (decimal): -13732774 or 5927982. OLE color: 5927982.

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

Color convert

RGB 46 116 90 -
CMYK 0.60 0 0.22 0.55
HSL 157.71º 0.43% 0.32% -
HSV(B) 157.71º 0.6% 0.45% -
XYZ 9.22 13.81 11.85 -
YUV 92.11 126.81 95.11 -
System Red Green Blue C M Y K H S L
Decimal 46 116 90 0.60 0 0.22 0.55 157.71 0.43 0.32
Hex 2E 74 5A 3C 0 16 37 9E 2B 20
Octal 56 164 132 74 0 26 67 236 53 40
Binary 101110 1110100 1011010 111100 0 10110 110111 10011110 101011 100000

Color Harmonies of #2E745A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E745A

Black with #2E745A

Text Example


Text Example

White with #2E745A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,116,90); }

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

background-color css

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

 a { background-color: rgb(46,116,90); }

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

border-color css

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

 span { border-color: rgb(46,116,90); }

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