Html Css Color HEX #2E7156 Amazon

📋 copy color: '#2E7156'

red 46 ◦ green 113 ◦ blue 86

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

Shades of Amazon #2E7156

Tints of Amazon #2E7156

RGB

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

 GREEN value IS 113 (44.53% from 255) = 46.12%

 BLUE value IS 86 (33.98% from 255) = 35.1%

R = 18.78%
G = 46.12%
B = 35.1%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.24

 K value IS 0.56

RGB Variations

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

Color information

#2E7156 (or 0x2E7156) is known color: Amazon. HEX triplet: 2E, 71 and 56. RGB value is (46,113,86). Sum of RGB (Red+Green+Blue) = 46+113+86=245 (32% of max value = 765). Red value is 46 (18.36% from 255 or 18.78% from 245); Green value is 113 (44.53% from 255 or 46.12% from 245); Blue value is 86 (33.98% from 255 or 35.10% from 245); Max value from RGB is 113 - color contains mainly: green. Hex color #2E7156 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2E7156 is #D18EA9. Grayscale: #595959. Windows color (decimal): -13733546 or 5665070. OLE color: 5665070.

HSL color Cylindrical-coordinate representation of color #2E7156: hue angle of 155.82º degrees, saturation: 0.42, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #2E7156 is Cyan = 0.59, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.56.

Color convert

RGB 46 113 86 -
CMYK 0.59 0 0.24 0.56
HSL 155.82º 0.42% 0.31% -
HSV(B) 155.82º 0.59% 0.44% -
XYZ 8.71 13.06 10.87 -
YUV 89.89 125.8 96.7 -
System Red Green Blue C M Y K H S L
Decimal 46 113 86 0.59 0 0.24 0.56 155.82 0.42 0.31
Hex 2E 71 56 3B 0 18 38 9C 2A 1F
Octal 56 161 126 73 0 30 70 234 52 37
Binary 101110 1110001 1010110 111011 0 11000 111000 10011100 101010 11111

Color Harmonies of #2E7156

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E7156

Black with #2E7156

Text Example


Text Example

White with #2E7156

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,113,86); }

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

background-color css

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

 a { background-color: rgb(46,113,86); }

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

border-color css

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

 span { border-color: rgb(46,113,86); }

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