Html Css Color HEX #2E7054 Amazon

📋 copy color: '#2E7054'

red 46 ◦ green 112 ◦ blue 84

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

Shades of Amazon #2E7054

Tints of Amazon #2E7054

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 34.71%

R = 19.01%
G = 46.28%
B = 34.71%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.25

 K value IS 0.56

RGB Variations

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

Color information

#2E7054 (or 0x2E7054) is known color: Amazon. HEX triplet: 2E, 70 and 54. RGB value is (46,112,84). Sum of RGB (Red+Green+Blue) = 46+112+84=242 (32% of max value = 765). Red value is 46 (18.36% from 255 or 19.01% from 242); Green value is 112 (44.14% from 255 or 46.28% from 242); Blue value is 84 (33.20% from 255 or 34.71% from 242); Max value from RGB is 112 - color contains mainly: green. Hex color #2E7054 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2E7054 is #D18FAB. Grayscale: #595959. Windows color (decimal): -13733804 or 5533742. OLE color: 5533742.

HSL color Cylindrical-coordinate representation of color #2E7054: hue angle of 154.55º 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 #2E7054 is Cyan = 0.59, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.56.

Color convert

RGB 46 112 84 -
CMYK 0.59 0 0.25 0.56
HSL 154.55º 0.42% 0.31% -
HSV(B) 154.55º 0.59% 0.44% -
XYZ 8.52 12.81 10.41 -
YUV 89.07 125.13 97.28 -
System Red Green Blue C M Y K H S L
Decimal 46 112 84 0.59 0 0.25 0.56 154.55 0.42 0.31
Hex 2E 70 54 3B 0 19 38 9B 2A 1F
Octal 56 160 124 73 0 31 70 233 52 37
Binary 101110 1110000 1010100 111011 0 11001 111000 10011011 101010 11111

Color Harmonies of #2E7054

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E7054

Black with #2E7054

Text Example


Text Example

White with #2E7054

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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