Html Css Color HEX #2E7753 Amazon

📋 copy color: '#2E7753'

red 46 ◦ green 119 ◦ blue 83

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

Shades of Amazon #2E7753

Tints of Amazon #2E7753

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 33.47%

R = 18.55%
G = 47.98%
B = 33.47%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.30

 K value IS 0.53

RGB Variations

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

Color information

#2E7753 (or 0x2E7753) is known color: Amazon. HEX triplet: 2E, 77 and 53. RGB value is (46,119,83). Sum of RGB (Red+Green+Blue) = 46+119+83=248 (32% of max value = 765). Red value is 46 (18.36% from 255 or 18.55% from 248); Green value is 119 (46.88% from 255 or 47.98% from 248); Blue value is 83 (32.81% from 255 or 33.47% from 248); Max value from RGB is 119 - color contains mainly: green. Hex color #2E7753 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2E7753 is #D188AC. Grayscale: #5D5D5D. Windows color (decimal): -13732013 or 5469998. OLE color: 5469998.

HSL color Cylindrical-coordinate representation of color #2E7753: hue angle of 150.41º 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 #2E7753 is Cyan = 0.61, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.53.

Color convert

RGB 46 119 83 -
CMYK 0.61 0 0.30 0.53
HSL 150.41º 0.44% 0.32% -
HSV(B) 150.41º 0.61% 0.47% -
XYZ 9.28 14.4 10.47 -
YUV 93.07 122.32 94.43 -
System Red Green Blue C M Y K H S L
Decimal 46 119 83 0.61 0 0.30 0.53 150.41 0.44 0.32
Hex 2E 77 53 3D 0 1E 35 96 2C 20
Octal 56 167 123 75 0 36 65 226 54 40
Binary 101110 1110111 1010011 111101 0 11110 110101 10010110 101100 100000

Color Harmonies of #2E7753

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E7753

Black with #2E7753

Text Example


Text Example

White with #2E7753

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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