Html Css Color HEX #2E8345 Amazon

📋 copy color: '#2E8345'

red 46 ◦ green 131 ◦ blue 69

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

Shades of Amazon #2E8345

Tints of Amazon #2E8345

RGB

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

 GREEN value IS 131 (51.56% from 255) = 53.25%

 BLUE value IS 69 (27.34% from 255) = 28.05%

R = 18.7%
G = 53.25%
B = 28.05%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.47

 K value IS 0.49

RGB Variations

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

Color information

#2E8345 (or 0x2E8345) is known color: Amazon. HEX triplet: 2E, 83 and 45. RGB value is (46,131,69). Sum of RGB (Red+Green+Blue) = 46+131+69=246 (32% of max value = 765). Red value is 46 (18.36% from 255 or 18.70% from 246); Green value is 131 (51.56% from 255 or 53.25% from 246); Blue value is 69 (27.34% from 255 or 28.05% from 246); Max value from RGB is 131 - color contains mainly: green. Hex color #2E8345 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2E8345 is #D17CBA. Grayscale: #626262. Windows color (decimal): -13728955 or 4555566. OLE color: 4555566.

HSL color Cylindrical-coordinate representation of color #2E8345: hue angle of 136.24º degrees, saturation: 0.48, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #2E8345 is Cyan = 0.65, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.49.

Color convert

RGB 46 131 69 -
CMYK 0.65 0 0.47 0.49
HSL 136.24º 0.48% 0.35% -
HSV(B) 136.24º 0.65% 0.51% -
XYZ 10.32 17.24 8.41 -
YUV 98.52 111.34 90.54 -
System Red Green Blue C M Y K H S L
Decimal 46 131 69 0.65 0 0.47 0.49 136.24 0.48 0.35
Hex 2E 83 45 41 0 2F 31 88 30 23
Octal 56 203 105 101 0 57 61 210 60 43
Binary 101110 10000011 1000101 1000001 0 101111 110001 10001000 110000 100011

Color Harmonies of #2E8345

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E8345

Black with #2E8345

Text Example


Text Example

White with #2E8345

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,131,69); }

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

background-color css

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

 a { background-color: rgb(46,131,69); }

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

border-color css

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

 span { border-color: rgb(46,131,69); }

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