Html Css Color HEX #2E794E Amazon

📋 copy color: '#2E794E'

red 46 ◦ green 121 ◦ blue 78

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

Shades of Amazon #2E794E

Tints of Amazon #2E794E

RGB

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

 GREEN value IS 121 (47.66% from 255) = 49.39%

 BLUE value IS 78 (30.86% from 255) = 31.84%

R = 18.78%
G = 49.39%
B = 31.84%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.36

 K value IS 0.53

RGB Variations

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

Color information

#2E794E (or 0x2E794E) is known color: Amazon. HEX triplet: 2E, 79 and 4E. RGB value is (46,121,78). Sum of RGB (Red+Green+Blue) = 46+121+78=245 (32% of max value = 765). Red value is 46 (18.36% from 255 or 18.78% from 245); Green value is 121 (47.66% from 255 or 49.39% from 245); Blue value is 78 (30.86% from 255 or 31.84% from 245); Max value from RGB is 121 - color contains mainly: green. Hex color #2E794E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2E794E is #D186B1. Grayscale: #5D5D5D. Windows color (decimal): -13731506 or 5142830. OLE color: 5142830.

HSL color Cylindrical-coordinate representation of color #2E794E: hue angle of 145.6º degrees, saturation: 0.45, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #2E794E is Cyan = 0.62, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.53.

Color convert

RGB 46 121 78 -
CMYK 0.62 0 0.36 0.53
HSL 145.6º 0.45% 0.33% -
HSV(B) 145.6º 0.62% 0.47% -
XYZ 9.34 14.81 9.57 -
YUV 93.67 119.15 94 -
System Red Green Blue C M Y K H S L
Decimal 46 121 78 0.62 0 0.36 0.53 145.6 0.45 0.33
Hex 2E 79 4E 3E 0 24 35 92 2D 21
Octal 56 171 116 76 0 44 65 222 55 41
Binary 101110 1111001 1001110 111110 0 100100 110101 10010010 101101 100001

Color Harmonies of #2E794E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E794E

Black with #2E794E

Text Example


Text Example

White with #2E794E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,121,78); }

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

background-color css

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

 a { background-color: rgb(46,121,78); }

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

border-color css

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

 span { border-color: rgb(46,121,78); }

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