Html Css Color HEX #2E7D5B Amazon

📋 copy color: '#2E7D5B'

red 46 ◦ green 125 ◦ blue 91

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

Shades of Amazon #2E7D5B

Tints of Amazon #2E7D5B

RGB

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

 GREEN value IS 125 (49.22% from 255) = 47.71%

 BLUE value IS 91 (35.94% from 255) = 34.73%

R = 17.56%
G = 47.71%
B = 34.73%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.27

 K value IS 0.51

RGB Variations

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

Color information

#2E7D5B (or 0x2E7D5B) is known color: Amazon. HEX triplet: 2E, 7D and 5B. RGB value is (46,125,91). Sum of RGB (Red+Green+Blue) = 46+125+91=262 (34% of max value = 765). Red value is 46 (18.36% from 255 or 17.56% from 262); Green value is 125 (49.22% from 255 or 47.71% from 262); Blue value is 91 (35.94% from 255 or 34.73% from 262); Max value from RGB is 125 - color contains mainly: green. Hex color #2E7D5B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2E7D5B is #D182A4. Grayscale: #616161. Windows color (decimal): -13730469 or 5995822. OLE color: 5995822.

HSL color Cylindrical-coordinate representation of color #2E7D5B: hue angle of 154.18º degrees, saturation: 0.46, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #2E7D5B is Cyan = 0.63, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.51.

Color convert

RGB 46 125 91 -
CMYK 0.63 0 0.27 0.51
HSL 154.18º 0.46% 0.34% -
HSV(B) 154.18º 0.63% 0.49% -
XYZ 10.35 16 12.44 -
YUV 97.5 124.33 91.26 -
System Red Green Blue C M Y K H S L
Decimal 46 125 91 0.63 0 0.27 0.51 154.18 0.46 0.34
Hex 2E 7D 5B 3F 0 1B 33 9A 2E 22
Octal 56 175 133 77 0 33 63 232 56 42
Binary 101110 1111101 1011011 111111 0 11011 110011 10011010 101110 100010

Color Harmonies of #2E7D5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E7D5B

Black with #2E7D5B

Text Example


Text Example

White with #2E7D5B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,125,91); }

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

background-color css

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

 a { background-color: rgb(46,125,91); }

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

border-color css

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

 span { border-color: rgb(46,125,91); }

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