Html Css Color HEX #2E814B Amazon

📋 copy color: '#2E814B'

red 46 ◦ green 129 ◦ blue 75

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

Shades of Amazon #2E814B

Tints of Amazon #2E814B

RGB

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

 GREEN value IS 129 (50.78% from 255) = 51.6%

 BLUE value IS 75 (29.69% from 255) = 30%

R = 18.4%
G = 51.6%
B = 30%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.42

 K value IS 0.49

RGB Variations

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

Color information

#2E814B (or 0x2E814B) is known color: Amazon. HEX triplet: 2E, 81 and 4B. RGB value is (46,129,75). Sum of RGB (Red+Green+Blue) = 46+129+75=250 (33% of max value = 765). Red value is 46 (18.36% from 255 or 18.4% from 250); Green value is 129 (50.78% from 255 or 51.6% from 250); Blue value is 75 (29.69% from 255 or 30% from 250); Max value from RGB is 129 - color contains mainly: green. Hex color #2E814B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2E814B is #D17EB4. Grayscale: #626262. Windows color (decimal): -13729461 or 4948270. OLE color: 4948270.

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

Color convert

RGB 46 129 75 -
CMYK 0.64 0 0.42 0.49
HSL 140.96º 0.47% 0.34% -
HSV(B) 140.96º 0.64% 0.51% -
XYZ 10.25 16.79 9.36 -
YUV 98.03 115 90.89 -
System Red Green Blue C M Y K H S L
Decimal 46 129 75 0.64 0 0.42 0.49 140.96 0.47 0.34
Hex 2E 81 4B 40 0 2A 31 8D 2F 22
Octal 56 201 113 100 0 52 61 215 57 42
Binary 101110 10000001 1001011 1000000 0 101010 110001 10001101 101111 100010

Color Harmonies of #2E814B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E814B

Black with #2E814B

Text Example


Text Example

White with #2E814B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,129,75); }

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

background-color css

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

 a { background-color: rgb(46,129,75); }

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

border-color css

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

 span { border-color: rgb(46,129,75); }

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