Html Css Color HEX #2E755A Amazon

📋 copy color: '#2E755A'

red 46 ◦ green 117 ◦ blue 90

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

Shades of Amazon #2E755A

Tints of Amazon #2E755A

RGB

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

 GREEN value IS 117 (46.09% from 255) = 46.25%

 BLUE value IS 90 (35.55% from 255) = 35.57%

R = 18.18%
G = 46.25%
B = 35.57%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.23

 K value IS 0.54

RGB Variations

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

Color information

#2E755A (or 0x2E755A) is known color: Amazon. HEX triplet: 2E, 75 and 5A. RGB value is (46,117,90). Sum of RGB (Red+Green+Blue) = 46+117+90=253 (33% of max value = 765). Red value is 46 (18.36% from 255 or 18.18% from 253); Green value is 117 (46.09% from 255 or 46.25% from 253); Blue value is 90 (35.55% from 255 or 35.57% from 253); Max value from RGB is 117 - color contains mainly: green. Hex color #2E755A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2E755A is #D18AA5. Grayscale: #5C5C5C. Windows color (decimal): -13732518 or 5928238. OLE color: 5928238.

HSL color Cylindrical-coordinate representation of color #2E755A: hue angle of 157.18º degrees, saturation: 0.44, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #2E755A is Cyan = 0.61, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.54.

Color convert

RGB 46 117 90 -
CMYK 0.61 0 0.23 0.54
HSL 157.18º 0.44% 0.32% -
HSV(B) 157.18º 0.61% 0.46% -
XYZ 9.33 14.04 11.89 -
YUV 92.69 126.48 94.7 -
System Red Green Blue C M Y K H S L
Decimal 46 117 90 0.61 0 0.23 0.54 157.18 0.44 0.32
Hex 2E 75 5A 3D 0 17 36 9D 2C 20
Octal 56 165 132 75 0 27 66 235 54 40
Binary 101110 1110101 1011010 111101 0 10111 110110 10011101 101100 100000

Color Harmonies of #2E755A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E755A

Black with #2E755A

Text Example


Text Example

White with #2E755A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,117,90); }

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

background-color css

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

 a { background-color: rgb(46,117,90); }

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

border-color css

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

 span { border-color: rgb(46,117,90); }

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