Html Css Color HEX #2E7246 Amazon

📋 copy color: '#2E7246'

red 46 ◦ green 114 ◦ blue 70

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

Shades of Amazon #2E7246

Tints of Amazon #2E7246

RGB

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

 GREEN value IS 114 (44.92% from 255) = 49.57%

 BLUE value IS 70 (27.73% from 255) = 30.43%

R = 20%
G = 49.57%
B = 30.43%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.39

 K value IS 0.55

RGB Variations

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

Color information

#2E7246 (or 0x2E7246) is known color: Amazon. HEX triplet: 2E, 72 and 46. RGB value is (46,114,70). Sum of RGB (Red+Green+Blue) = 46+114+70=230 (30% of max value = 765). Red value is 46 (18.36% from 255 or 20% from 230); Green value is 114 (44.92% from 255 or 49.57% from 230); Blue value is 70 (27.73% from 255 or 30.43% from 230); Max value from RGB is 114 - color contains mainly: green. Hex color #2E7246 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2E7246 is #D18DB9. Grayscale: #585858. Windows color (decimal): -13733306 or 4616750. OLE color: 4616750.

HSL color Cylindrical-coordinate representation of color #2E7246: hue angle of 141.18º degrees, saturation: 0.43, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #2E7246 is Cyan = 0.60, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.55.

Color convert

RGB 46 114 70 -
CMYK 0.60 0 0.39 0.55
HSL 141.18º 0.43% 0.31% -
HSV(B) 141.18º 0.6% 0.45% -
XYZ 8.25 13.06 7.88 -
YUV 88.65 117.47 97.58 -
System Red Green Blue C M Y K H S L
Decimal 46 114 70 0.60 0 0.39 0.55 141.18 0.43 0.31
Hex 2E 72 46 3C 0 27 37 8D 2A 1F
Octal 56 162 106 74 0 47 67 215 52 37
Binary 101110 1110010 1000110 111100 0 100111 110111 10001101 101010 11111

Color Harmonies of #2E7246

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E7246

Black with #2E7246

Text Example


Text Example

White with #2E7246

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,114,70); }

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

background-color css

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

 a { background-color: rgb(46,114,70); }

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

border-color css

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

 span { border-color: rgb(46,114,70); }

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