Html Css Color HEX #2E7D5A Amazon

📋 copy color: '#2E7D5A'

red 46 ◦ green 125 ◦ blue 90

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

Shades of Amazon #2E7D5A

Tints of Amazon #2E7D5A

RGB

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

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

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

R = 17.62%
G = 47.89%
B = 34.48%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.28

 K value IS 0.51

RGB Variations

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

Color information

#2E7D5A (or 0x2E7D5A) is known color: Amazon. HEX triplet: 2E, 7D and 5A. RGB value is (46,125,90). Sum of RGB (Red+Green+Blue) = 46+125+90=261 (34% of max value = 765). Red value is 46 (18.36% from 255 or 17.62% from 261); Green value is 125 (49.22% from 255 or 47.89% from 261); Blue value is 90 (35.55% from 255 or 34.48% from 261); Max value from RGB is 125 - color contains mainly: green. Hex color #2E7D5A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2E7D5A is #D182A5. Grayscale: #616161. Windows color (decimal): -13730470 or 5930286. OLE color: 5930286.

HSL color Cylindrical-coordinate representation of color #2E7D5A: hue angle of 153.42º 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 #2E7D5A is Cyan = 0.63, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.51.

Color convert

RGB 46 125 90 -
CMYK 0.63 0 0.28 0.51
HSL 153.42º 0.46% 0.34% -
HSV(B) 153.42º 0.63% 0.49% -
XYZ 10.31 15.99 12.22 -
YUV 97.39 123.83 91.35 -
System Red Green Blue C M Y K H S L
Decimal 46 125 90 0.63 0 0.28 0.51 153.42 0.46 0.34
Hex 2E 7D 5A 3F 0 1C 33 99 2E 22
Octal 56 175 132 77 0 34 63 231 56 42
Binary 101110 1111101 1011010 111111 0 11100 110011 10011001 101110 100010

Color Harmonies of #2E7D5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E7D5A

Black with #2E7D5A

Text Example


Text Example

White with #2E7D5A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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