Html Css Color HEX #2E7959 Amazon

📋 copy color: '#2E7959'

red 46 ◦ green 121 ◦ blue 89

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

Shades of Amazon #2E7959

Tints of Amazon #2E7959

RGB

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

 GREEN value IS 121 (47.66% from 255) = 47.27%

 BLUE value IS 89 (35.16% from 255) = 34.77%

R = 17.97%
G = 47.27%
B = 34.77%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.26

 K value IS 0.53

RGB Variations

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

Color information

#2E7959 (or 0x2E7959) is known color: Amazon. HEX triplet: 2E, 79 and 59. RGB value is (46,121,89). Sum of RGB (Red+Green+Blue) = 46+121+89=256 (33% of max value = 765). Red value is 46 (18.36% from 255 or 17.97% from 256); Green value is 121 (47.66% from 255 or 47.27% from 256); Blue value is 89 (35.16% from 255 or 34.77% from 256); Max value from RGB is 121 - color contains mainly: green. Hex color #2E7959 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2E7959 is #D186A6. Grayscale: #5E5E5E. Windows color (decimal): -13731495 or 5863726. OLE color: 5863726.

HSL color Cylindrical-coordinate representation of color #2E7959: hue angle of 154.4º degrees, saturation: 0.45, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #2E7959 is Cyan = 0.62, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.53.

Color convert

RGB 46 121 89 -
CMYK 0.62 0 0.26 0.53
HSL 154.4º 0.45% 0.33% -
HSV(B) 154.4º 0.62% 0.47% -
XYZ 9.77 14.98 11.83 -
YUV 94.93 124.65 93.1 -
System Red Green Blue C M Y K H S L
Decimal 46 121 89 0.62 0 0.26 0.53 154.4 0.45 0.33
Hex 2E 79 59 3E 0 1A 35 9A 2D 21
Octal 56 171 131 76 0 32 65 232 55 41
Binary 101110 1111001 1011001 111110 0 11010 110101 10011010 101101 100001

Color Harmonies of #2E7959

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E7959

Black with #2E7959

Text Example


Text Example

White with #2E7959

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,121,89); }

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

background-color css

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

 a { background-color: rgb(46,121,89); }

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

border-color css

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

 span { border-color: rgb(46,121,89); }

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