Html Css Color HEX #2E7B48 Amazon

📋 copy color: '#2E7B48'

red 46 ◦ green 123 ◦ blue 72

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

Shades of Amazon #2E7B48

Tints of Amazon #2E7B48

RGB

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

 GREEN value IS 123 (48.44% from 255) = 51.04%

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

R = 19.09%
G = 51.04%
B = 29.88%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.41

 K value IS 0.52

RGB Variations

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

Color information

#2E7B48 (or 0x2E7B48) is known color: Amazon. HEX triplet: 2E, 7B and 48. RGB value is (46,123,72). Sum of RGB (Red+Green+Blue) = 46+123+72=241 (31% of max value = 765). Red value is 46 (18.36% from 255 or 19.09% from 241); Green value is 123 (48.44% from 255 or 51.04% from 241); Blue value is 72 (28.52% from 255 or 29.88% from 241); Max value from RGB is 123 - color contains mainly: green. Hex color #2E7B48 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2E7B48 is #D184B7. Grayscale: #5E5E5E. Windows color (decimal): -13731000 or 4750126. OLE color: 4750126.

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

Color convert

RGB 46 123 72 -
CMYK 0.63 0 0.41 0.52
HSL 140.26º 0.46% 0.33% -
HSV(B) 140.26º 0.63% 0.48% -
XYZ 9.38 15.21 8.57 -
YUV 94.16 115.49 93.65 -
System Red Green Blue C M Y K H S L
Decimal 46 123 72 0.63 0 0.41 0.52 140.26 0.46 0.33
Hex 2E 7B 48 3F 0 29 34 8C 2E 21
Octal 56 173 110 77 0 51 64 214 56 41
Binary 101110 1111011 1001000 111111 0 101001 110100 10001100 101110 100001

Color Harmonies of #2E7B48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E7B48

Black with #2E7B48

Text Example


Text Example

White with #2E7B48

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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