Html Css Color HEX #2E7C4E Amazon

📋 copy color: '#2E7C4E'

red 46 ◦ green 124 ◦ blue 78

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

Shades of Amazon #2E7C4E

Tints of Amazon #2E7C4E

RGB

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

 GREEN value IS 124 (48.83% from 255) = 50%

 BLUE value IS 78 (30.86% from 255) = 31.45%

R = 18.55%
G = 50%
B = 31.45%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.37

 K value IS 0.51

RGB Variations

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

Color information

#2E7C4E (or 0x2E7C4E) is known color: Amazon. HEX triplet: 2E, 7C and 4E. RGB value is (46,124,78). Sum of RGB (Red+Green+Blue) = 46+124+78=248 (32% of max value = 765). Red value is 46 (18.36% from 255 or 18.55% from 248); Green value is 124 (48.83% from 255 or 50% from 248); Blue value is 78 (30.86% from 255 or 31.45% from 248); Max value from RGB is 124 - color contains mainly: green. Hex color #2E7C4E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2E7C4E is #D183B1. Grayscale: #5F5F5F. Windows color (decimal): -13730738 or 5143598. OLE color: 5143598.

HSL color Cylindrical-coordinate representation of color #2E7C4E: hue angle of 144.62º degrees, saturation: 0.46, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #2E7C4E is Cyan = 0.63, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.51.

Color convert

RGB 46 124 78 -
CMYK 0.63 0 0.37 0.51
HSL 144.62º 0.46% 0.33% -
HSV(B) 144.62º 0.63% 0.49% -
XYZ 9.71 15.55 9.7 -
YUV 95.43 118.16 92.74 -
System Red Green Blue C M Y K H S L
Decimal 46 124 78 0.63 0 0.37 0.51 144.62 0.46 0.33
Hex 2E 7C 4E 3F 0 25 33 91 2E 21
Octal 56 174 116 77 0 45 63 221 56 41
Binary 101110 1111100 1001110 111111 0 100101 110011 10010001 101110 100001

Color Harmonies of #2E7C4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E7C4E

Black with #2E7C4E

Text Example


Text Example

White with #2E7C4E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,124,78); }

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

background-color css

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

 a { background-color: rgb(46,124,78); }

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

border-color css

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

 span { border-color: rgb(46,124,78); }

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