Html Css Color HEX #2E7F48 Amazon

📋 copy color: '#2E7F48'

red 46 ◦ green 127 ◦ blue 72

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

Shades of Amazon #2E7F48

Tints of Amazon #2E7F48

RGB

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

 GREEN value IS 127 (50% from 255) = 51.84%

 BLUE value IS 72 (28.52% from 255) = 29.39%

R = 18.78%
G = 51.84%
B = 29.39%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.43

 K value IS 0.50

RGB Variations

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

Color information

#2E7F48 (or 0x2E7F48) is known color: Amazon. HEX triplet: 2E, 7F and 48. RGB value is (46,127,72). Sum of RGB (Red+Green+Blue) = 46+127+72=245 (32% of max value = 765). Red value is 46 (18.36% from 255 or 18.78% from 245); Green value is 127 (50% from 255 or 51.84% from 245); Blue value is 72 (28.52% from 255 or 29.39% from 245); Max value from RGB is 127 - color contains mainly: green. Hex color #2E7F48 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2E7F48 is #D180B7. Grayscale: #606060. Windows color (decimal): -13729976 or 4751150. OLE color: 4751150.

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

Color convert

RGB 46 127 72 -
CMYK 0.64 0 0.43 0.50
HSL 139.26º 0.47% 0.34% -
HSV(B) 139.26º 0.64% 0.5% -
XYZ 9.89 16.23 8.74 -
YUV 96.51 114.16 91.97 -
System Red Green Blue C M Y K H S L
Decimal 46 127 72 0.64 0 0.43 0.50 139.26 0.47 0.34
Hex 2E 7F 48 40 0 2B 32 8B 2F 22
Octal 56 177 110 100 0 53 62 213 57 42
Binary 101110 1111111 1001000 1000000 0 101011 110010 10001011 101111 100010

Color Harmonies of #2E7F48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E7F48

Black with #2E7F48

Text Example


Text Example

White with #2E7F48

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,127,72); }

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

background-color css

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

 a { background-color: rgb(46,127,72); }

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

border-color css

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

 span { border-color: rgb(46,127,72); }

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