Html Css Color HEX #2E7C5D Amazon

📋 copy color: '#2E7C5D'

red 46 ◦ green 124 ◦ blue 93

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

Shades of Amazon #2E7C5D

Tints of Amazon #2E7C5D

RGB

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

 GREEN value IS 124 (48.83% from 255) = 47.15%

 BLUE value IS 93 (36.72% from 255) = 35.36%

R = 17.49%
G = 47.15%
B = 35.36%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.25

 K value IS 0.51

RGB Variations

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

Color information

#2E7C5D (or 0x2E7C5D) is known color: Amazon. HEX triplet: 2E, 7C and 5D. RGB value is (46,124,93). Sum of RGB (Red+Green+Blue) = 46+124+93=263 (34% of max value = 765). Red value is 46 (18.36% from 255 or 17.49% from 263); Green value is 124 (48.83% from 255 or 47.15% from 263); Blue value is 93 (36.72% from 255 or 35.36% from 263); Max value from RGB is 124 - color contains mainly: green. Hex color #2E7C5D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2E7C5D is #D183A2. Grayscale: #616161. Windows color (decimal): -13730723 or 6126638. OLE color: 6126638.

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

Color convert

RGB 46 124 93 -
CMYK 0.63 0 0.25 0.51
HSL 156.15º 0.46% 0.33% -
HSV(B) 156.15º 0.63% 0.49% -
XYZ 10.31 15.79 12.86 -
YUV 97.14 125.66 91.52 -
System Red Green Blue C M Y K H S L
Decimal 46 124 93 0.63 0 0.25 0.51 156.15 0.46 0.33
Hex 2E 7C 5D 3F 0 19 33 9C 2E 21
Octal 56 174 135 77 0 31 63 234 56 41
Binary 101110 1111100 1011101 111111 0 11001 110011 10011100 101110 100001

Color Harmonies of #2E7C5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E7C5D

Black with #2E7C5D

Text Example


Text Example

White with #2E7C5D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,124,93); }

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

background-color css

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

 a { background-color: rgb(46,124,93); }

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

border-color css

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

 span { border-color: rgb(46,124,93); }

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