Html Css Color HEX #2E7755 Amazon

📋 copy color: '#2E7755'

red 46 ◦ green 119 ◦ blue 85

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

Shades of Amazon #2E7755

Tints of Amazon #2E7755

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 34%

R = 18.4%
G = 47.6%
B = 34%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.29

 K value IS 0.53

RGB Variations

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

Color information

#2E7755 (or 0x2E7755) is known color: Amazon. HEX triplet: 2E, 77 and 55. RGB value is (46,119,85). Sum of RGB (Red+Green+Blue) = 46+119+85=250 (33% of max value = 765). Red value is 46 (18.36% from 255 or 18.4% from 250); Green value is 119 (46.88% from 255 or 47.6% from 250); Blue value is 85 (33.59% from 255 or 34% from 250); Max value from RGB is 119 - color contains mainly: green. Hex color #2E7755 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2E7755 is #D188AA. Grayscale: #5D5D5D. Windows color (decimal): -13732011 or 5601070. OLE color: 5601070.

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

Color convert

RGB 46 119 85 -
CMYK 0.61 0 0.29 0.53
HSL 152.05º 0.44% 0.32% -
HSV(B) 152.05º 0.61% 0.47% -
XYZ 9.36 14.43 10.89 -
YUV 93.3 123.32 94.26 -
System Red Green Blue C M Y K H S L
Decimal 46 119 85 0.61 0 0.29 0.53 152.05 0.44 0.32
Hex 2E 77 55 3D 0 1D 35 98 2C 20
Octal 56 167 125 75 0 35 65 230 54 40
Binary 101110 1110111 1010101 111101 0 11101 110101 10011000 101100 100000

Color Harmonies of #2E7755

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E7755

Black with #2E7755

Text Example


Text Example

White with #2E7755

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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