Html Css Color HEX #2E7D4E Amazon

📋 copy color: '#2E7D4E'

red 46 ◦ green 125 ◦ blue 78

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

Shades of Amazon #2E7D4E

Tints of Amazon #2E7D4E

RGB

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

 GREEN value IS 125 (49.22% from 255) = 50.2%

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

R = 18.47%
G = 50.2%
B = 31.33%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.38

 K value IS 0.51

RGB Variations

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

Color information

#2E7D4E (or 0x2E7D4E) is known color: Amazon. HEX triplet: 2E, 7D and 4E. RGB value is (46,125,78). Sum of RGB (Red+Green+Blue) = 46+125+78=249 (32% of max value = 765). Red value is 46 (18.36% from 255 or 18.47% from 249); Green value is 125 (49.22% from 255 or 50.20% from 249); Blue value is 78 (30.86% from 255 or 31.33% from 249); Max value from RGB is 125 - color contains mainly: green. Hex color #2E7D4E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2E7D4E is #D182B1. Grayscale: #606060. Windows color (decimal): -13730482 or 5143854. OLE color: 5143854.

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

Color convert

RGB 46 125 78 -
CMYK 0.63 0 0.38 0.51
HSL 144.3º 0.46% 0.34% -
HSV(B) 144.3º 0.63% 0.49% -
XYZ 9.84 15.8 9.74 -
YUV 96.02 117.83 92.32 -
System Red Green Blue C M Y K H S L
Decimal 46 125 78 0.63 0 0.38 0.51 144.3 0.46 0.34
Hex 2E 7D 4E 3F 0 26 33 90 2E 22
Octal 56 175 116 77 0 46 63 220 56 42
Binary 101110 1111101 1001110 111111 0 100110 110011 10010000 101110 100010

Color Harmonies of #2E7D4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E7D4E

Black with #2E7D4E

Text Example


Text Example

White with #2E7D4E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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