Html Css Color HEX #2E734F Amazon

📋 copy color: '#2E734F'

red 46 ◦ green 115 ◦ blue 79

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

Shades of Amazon #2E734F

Tints of Amazon #2E734F

RGB

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

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

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

R = 19.17%
G = 47.92%
B = 32.92%

CMYK

 C value IS 0.6

 M value IS 0

 Y value IS 0.31

 K value IS 0.55

RGB Variations

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

Color information

#2E734F (or 0x2E734F) is known color: Amazon. HEX triplet: 2E, 73 and 4F. RGB value is (46,115,79). Sum of RGB (Red+Green+Blue) = 46+115+79=240 (31% of max value = 765). Red value is 46 (18.36% from 255 or 19.17% from 240); Green value is 115 (45.31% from 255 or 47.92% from 240); Blue value is 79 (31.25% from 255 or 32.92% from 240); Max value from RGB is 115 - color contains mainly: green. Hex color #2E734F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2E734F is #D18CB0. Grayscale: #5A5A5A. Windows color (decimal): -13733041 or 5206830. OLE color: 5206830.

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

Color convert

RGB 46 115 79 -
CMYK 0.6 0 0.31 0.55
HSL 148.7º 0.43% 0.32% -
HSV(B) 148.7º 0.6% 0.45% -
XYZ 8.67 13.41 9.53 -
YUV 90.27 121.64 96.43 -
System Red Green Blue C M Y K H S L
Decimal 46 115 79 0.6 0 0.31 0.55 148.7 0.43 0.32
Hex 2E 73 4F 3C 0 1F 37 95 2B 20
Octal 56 163 117 74 0 37 67 225 53 40
Binary 101110 1110011 1001111 111100 0 11111 110111 10010101 101011 100000

Color Harmonies of #2E734F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E734F

Black with #2E734F

Text Example


Text Example

White with #2E734F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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