Html Css Color HEX #2E7E47 Amazon

📋 copy color: '#2E7E47'

red 46 ◦ green 126 ◦ blue 71

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

Shades of Amazon #2E7E47

Tints of Amazon #2E7E47

RGB

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

 GREEN value IS 126 (49.61% from 255) = 51.85%

 BLUE value IS 71 (28.13% from 255) = 29.22%

R = 18.93%
G = 51.85%
B = 29.22%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.44

 K value IS 0.51

RGB Variations

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

Color information

#2E7E47 (or 0x2E7E47) is known color: Amazon. HEX triplet: 2E, 7E and 47. RGB value is (46,126,71). Sum of RGB (Red+Green+Blue) = 46+126+71=243 (32% of max value = 765). Red value is 46 (18.36% from 255 or 18.93% from 243); Green value is 126 (49.61% from 255 or 51.85% from 243); Blue value is 71 (28.12% from 255 or 29.22% from 243); Max value from RGB is 126 - color contains mainly: green. Hex color #2E7E47 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2E7E47 is #D181B8. Grayscale: #5F5F5F. Windows color (decimal): -13730233 or 4685358. OLE color: 4685358.

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

Color convert

RGB 46 126 71 -
CMYK 0.63 0 0.44 0.51
HSL 138.75º 0.47% 0.34% -
HSV(B) 138.75º 0.63% 0.49% -
XYZ 9.72 15.96 8.53 -
YUV 95.81 114 92.47 -
System Red Green Blue C M Y K H S L
Decimal 46 126 71 0.63 0 0.44 0.51 138.75 0.47 0.34
Hex 2E 7E 47 3F 0 2C 33 8B 2F 22
Octal 56 176 107 77 0 54 63 213 57 42
Binary 101110 1111110 1000111 111111 0 101100 110011 10001011 101111 100010

Color Harmonies of #2E7E47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E7E47

Black with #2E7E47

Text Example


Text Example

White with #2E7E47

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,126,71); }

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

background-color css

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

 a { background-color: rgb(46,126,71); }

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

border-color css

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

 span { border-color: rgb(46,126,71); }

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