Html Css Color HEX #2E7052 Amazon

📋 copy color: '#2E7052'

red 46 ◦ green 112 ◦ blue 82

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

Shades of Amazon #2E7052

Tints of Amazon #2E7052

RGB

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

 GREEN value IS 112 (44.14% from 255) = 46.67%

 BLUE value IS 82 (32.42% from 255) = 34.17%

R = 19.17%
G = 46.67%
B = 34.17%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.27

 K value IS 0.56

RGB Variations

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

Color information

#2E7052 (or 0x2E7052) is known color: Amazon. HEX triplet: 2E, 70 and 52. RGB value is (46,112,82). Sum of RGB (Red+Green+Blue) = 46+112+82=240 (31% of max value = 765). Red value is 46 (18.36% from 255 or 19.17% from 240); Green value is 112 (44.14% from 255 or 46.67% from 240); Blue value is 82 (32.42% from 255 or 34.17% from 240); Max value from RGB is 112 - color contains mainly: green. Hex color #2E7052 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2E7052 is #D18FAD. Grayscale: #585858. Windows color (decimal): -13733806 or 5402670. OLE color: 5402670.

HSL color Cylindrical-coordinate representation of color #2E7052: hue angle of 152.73º degrees, saturation: 0.42, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #2E7052 is Cyan = 0.59, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.56.

Color convert

RGB 46 112 82 -
CMYK 0.59 0 0.27 0.56
HSL 152.73º 0.42% 0.31% -
HSV(B) 152.73º 0.59% 0.44% -
XYZ 8.44 12.78 10 -
YUV 88.85 124.13 97.44 -
System Red Green Blue C M Y K H S L
Decimal 46 112 82 0.59 0 0.27 0.56 152.73 0.42 0.31
Hex 2E 70 52 3B 0 1B 38 99 2A 1F
Octal 56 160 122 73 0 33 70 231 52 37
Binary 101110 1110000 1010010 111011 0 11011 111000 10011001 101010 11111

Color Harmonies of #2E7052

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E7052

Black with #2E7052

Text Example


Text Example

White with #2E7052

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,112,82); }

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

background-color css

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

 a { background-color: rgb(46,112,82); }

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

border-color css

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

 span { border-color: rgb(46,112,82); }

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