Html Css Color HEX #2E7557 Amazon

📋 copy color: '#2E7557'

red 46 ◦ green 117 ◦ blue 87

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

Shades of Amazon #2E7557

Tints of Amazon #2E7557

RGB

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

 GREEN value IS 117 (46.09% from 255) = 46.8%

 BLUE value IS 87 (34.38% from 255) = 34.8%

R = 18.4%
G = 46.8%
B = 34.8%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.26

 K value IS 0.54

RGB Variations

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

Color information

#2E7557 (or 0x2E7557) is known color: Amazon. HEX triplet: 2E, 75 and 57. RGB value is (46,117,87). Sum of RGB (Red+Green+Blue) = 46+117+87=250 (33% of max value = 765). Red value is 46 (18.36% from 255 or 18.4% from 250); Green value is 117 (46.09% from 255 or 46.8% from 250); Blue value is 87 (34.38% from 255 or 34.8% from 250); Max value from RGB is 117 - color contains mainly: green. Hex color #2E7557 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2E7557 is #D18AA8. Grayscale: #5C5C5C. Windows color (decimal): -13732521 or 5731630. OLE color: 5731630.

HSL color Cylindrical-coordinate representation of color #2E7557: hue angle of 154.65º degrees, saturation: 0.44, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #2E7557 is Cyan = 0.61, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.54.

Color convert

RGB 46 117 87 -
CMYK 0.61 0 0.26 0.54
HSL 154.65º 0.44% 0.32% -
HSV(B) 154.65º 0.61% 0.46% -
XYZ 9.21 13.99 11.23 -
YUV 92.35 124.98 94.94 -
System Red Green Blue C M Y K H S L
Decimal 46 117 87 0.61 0 0.26 0.54 154.65 0.44 0.32
Hex 2E 75 57 3D 0 1A 36 9B 2C 20
Octal 56 165 127 75 0 32 66 233 54 40
Binary 101110 1110101 1010111 111101 0 11010 110110 10011011 101100 100000

Color Harmonies of #2E7557

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E7557

Black with #2E7557

Text Example


Text Example

White with #2E7557

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,117,87); }

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

background-color css

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

 a { background-color: rgb(46,117,87); }

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

border-color css

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

 span { border-color: rgb(46,117,87); }

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