Html Css Color HEX #2E765B Amazon

📋 copy color: '#2E765B'

red 46 ◦ green 118 ◦ blue 91

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

Shades of Amazon #2E765B

Tints of Amazon #2E765B

RGB

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

 GREEN value IS 118 (46.48% from 255) = 46.27%

 BLUE value IS 91 (35.94% from 255) = 35.69%

R = 18.04%
G = 46.27%
B = 35.69%

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

#2E765B (or 0x2E765B) is known color: Amazon. HEX triplet: 2E, 76 and 5B. RGB value is (46,118,91). Sum of RGB (Red+Green+Blue) = 46+118+91=255 (33% of max value = 765). Red value is 46 (18.36% from 255 or 18.04% from 255); Green value is 118 (46.48% from 255 or 46.27% from 255); Blue value is 91 (35.94% from 255 or 35.69% from 255); Max value from RGB is 118 - color contains mainly: green. Hex color #2E765B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2E765B is #D189A4. Grayscale: #5D5D5D. Windows color (decimal): -13732261 or 5994030. OLE color: 5994030.

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

Color convert

RGB 46 118 91 -
CMYK 0.61 0 0.23 0.54
HSL 157.5º 0.44% 0.32% -
HSV(B) 157.5º 0.61% 0.46% -
XYZ 9.49 14.29 12.16 -
YUV 93.39 126.65 94.2 -
System Red Green Blue C M Y K H S L
Decimal 46 118 91 0.61 0 0.23 0.54 157.5 0.44 0.32
Hex 2E 76 5B 3D 0 17 36 9E 2C 20
Octal 56 166 133 75 0 27 66 236 54 40
Binary 101110 1110110 1011011 111101 0 10111 110110 10011110 101100 100000

Color Harmonies of #2E765B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E765B

Black with #2E765B

Text Example


Text Example

White with #2E765B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,118,91); }

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

background-color css

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

 a { background-color: rgb(46,118,91); }

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

border-color css

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

 span { border-color: rgb(46,118,91); }

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