Html Css Color HEX #2E7943 Amazon

📋 copy color: '#2E7943'

red 46 ◦ green 121 ◦ blue 67

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

Shades of Amazon #2E7943

Tints of Amazon #2E7943

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 28.63%

R = 19.66%
G = 51.71%
B = 28.63%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.45

 K value IS 0.53

RGB Variations

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

Color information

#2E7943 (or 0x2E7943) is known color: Amazon. HEX triplet: 2E, 79 and 43. RGB value is (46,121,67). Sum of RGB (Red+Green+Blue) = 46+121+67=234 (30% of max value = 765). Red value is 46 (18.36% from 255 or 19.66% from 234); Green value is 121 (47.66% from 255 or 51.71% from 234); Blue value is 67 (26.56% from 255 or 28.63% from 234); Max value from RGB is 121 - color contains mainly: green. Hex color #2E7943 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2E7943 is #D186BC. Grayscale: #5C5C5C. Windows color (decimal): -13731517 or 4421934. OLE color: 4421934.

HSL color Cylindrical-coordinate representation of color #2E7943: hue angle of 136.8º 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 #2E7943 is Cyan = 0.62, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.53.

Color convert

RGB 46 121 67 -
CMYK 0.62 0 0.45 0.53
HSL 136.8º 0.45% 0.33% -
HSV(B) 136.8º 0.62% 0.47% -
XYZ 8.98 14.66 7.67 -
YUV 92.42 113.65 94.89 -
System Red Green Blue C M Y K H S L
Decimal 46 121 67 0.62 0 0.45 0.53 136.8 0.45 0.33
Hex 2E 79 43 3E 0 2D 35 89 2D 21
Octal 56 171 103 76 0 55 65 211 55 41
Binary 101110 1111001 1000011 111110 0 101101 110101 10001001 101101 100001

Color Harmonies of #2E7943

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E7943

Black with #2E7943

Text Example


Text Example

White with #2E7943

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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