Html Css Color HEX #2E765C Amazon

📋 copy color: '#2E765C'

red 46 ◦ green 118 ◦ blue 92

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

Shades of Amazon #2E765C

Tints of Amazon #2E765C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 35.94%

R = 17.97%
G = 46.09%
B = 35.94%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.22

 K value IS 0.54

RGB Variations

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

Color information

#2E765C (or 0x2E765C) is known color: Amazon. HEX triplet: 2E, 76 and 5C. RGB value is (46,118,92). Sum of RGB (Red+Green+Blue) = 46+118+92=256 (33% of max value = 765). Red value is 46 (18.36% from 255 or 17.97% from 256); Green value is 118 (46.48% from 255 or 46.09% from 256); Blue value is 92 (36.33% from 255 or 35.94% from 256); Max value from RGB is 118 - color contains mainly: green. Hex color #2E765C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2E765C is #D189A3. Grayscale: #5D5D5D. Windows color (decimal): -13732260 or 6059566. OLE color: 6059566.

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

Color convert

RGB 46 118 92 -
CMYK 0.61 0 0.22 0.54
HSL 158.33º 0.44% 0.32% -
HSV(B) 158.33º 0.61% 0.46% -
XYZ 9.54 14.31 12.38 -
YUV 93.51 127.15 94.11 -
System Red Green Blue C M Y K H S L
Decimal 46 118 92 0.61 0 0.22 0.54 158.33 0.44 0.32
Hex 2E 76 5C 3D 0 16 36 9E 2C 20
Octal 56 166 134 75 0 26 66 236 54 40
Binary 101110 1110110 1011100 111101 0 10110 110110 10011110 101100 100000

Color Harmonies of #2E765C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E765C

Black with #2E765C

Text Example


Text Example

White with #2E765C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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