Html Css Color HEX #2E8052 Amazon

📋 copy color: '#2E8052'

red 46 ◦ green 128 ◦ blue 82

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

Shades of Amazon #2E8052

Tints of Amazon #2E8052

RGB

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

 GREEN value IS 128 (50.39% from 255) = 50%

 BLUE value IS 82 (32.42% from 255) = 32.03%

R = 17.97%
G = 50%
B = 32.03%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.36

 K value IS 0.50

RGB Variations

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

Color information

#2E8052 (or 0x2E8052) is known color: Amazon. HEX triplet: 2E, 80 and 52. RGB value is (46,128,82). Sum of RGB (Red+Green+Blue) = 46+128+82=256 (33% of max value = 765). Red value is 46 (18.36% from 255 or 17.97% from 256); Green value is 128 (50.39% from 255 or 50% from 256); Blue value is 82 (32.42% from 255 or 32.03% from 256); Max value from RGB is 128 - color contains mainly: green. Hex color #2E8052 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2E8052 is #D17FAD. Grayscale: #626262. Windows color (decimal): -13729710 or 5406766. OLE color: 5406766.

HSL color Cylindrical-coordinate representation of color #2E8052: hue angle of 146.34º degrees, saturation: 0.47, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #2E8052 is Cyan = 0.64, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.50.

Color convert

RGB 46 128 82 -
CMYK 0.64 0 0.36 0.50
HSL 146.34º 0.47% 0.34% -
HSV(B) 146.34º 0.64% 0.5% -
XYZ 10.37 16.63 10.65 -
YUV 98.24 118.83 90.74 -
System Red Green Blue C M Y K H S L
Decimal 46 128 82 0.64 0 0.36 0.50 146.34 0.47 0.34
Hex 2E 80 52 40 0 24 32 92 2F 22
Octal 56 200 122 100 0 44 62 222 57 42
Binary 101110 10000000 1010010 1000000 0 100100 110010 10010010 101111 100010

Color Harmonies of #2E8052

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E8052

Black with #2E8052

Text Example


Text Example

White with #2E8052

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,128,82); }

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

background-color css

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

 a { background-color: rgb(46,128,82); }

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

border-color css

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

 span { border-color: rgb(46,128,82); }

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