Html Css Color HEX #2E7750 Amazon

📋 copy color: '#2E7750'

red 46 ◦ green 119 ◦ blue 80

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

Shades of Amazon #2E7750

Tints of Amazon #2E7750

RGB

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

 GREEN value IS 119 (46.88% from 255) = 48.57%

 BLUE value IS 80 (31.64% from 255) = 32.65%

R = 18.78%
G = 48.57%
B = 32.65%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.33

 K value IS 0.53

RGB Variations

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

Color information

#2E7750 (or 0x2E7750) is known color: Amazon. HEX triplet: 2E, 77 and 50. RGB value is (46,119,80). Sum of RGB (Red+Green+Blue) = 46+119+80=245 (32% of max value = 765). Red value is 46 (18.36% from 255 or 18.78% from 245); Green value is 119 (46.88% from 255 or 48.57% from 245); Blue value is 80 (31.64% from 255 or 32.65% from 245); Max value from RGB is 119 - color contains mainly: green. Hex color #2E7750 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2E7750 is #D188AF. Grayscale: #5C5C5C. Windows color (decimal): -13732016 or 5273390. OLE color: 5273390.

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

Color convert

RGB 46 119 80 -
CMYK 0.61 0 0.33 0.53
HSL 147.95º 0.44% 0.32% -
HSV(B) 147.95º 0.61% 0.47% -
XYZ 9.17 14.35 9.88 -
YUV 92.73 120.82 94.67 -
System Red Green Blue C M Y K H S L
Decimal 46 119 80 0.61 0 0.33 0.53 147.95 0.44 0.32
Hex 2E 77 50 3D 0 21 35 94 2C 20
Octal 56 167 120 75 0 41 65 224 54 40
Binary 101110 1110111 1010000 111101 0 100001 110101 10010100 101100 100000

Color Harmonies of #2E7750

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E7750

Black with #2E7750

Text Example


Text Example

White with #2E7750

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,119,80); }

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

background-color css

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

 a { background-color: rgb(46,119,80); }

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

border-color css

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

 span { border-color: rgb(46,119,80); }

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