Html Css Color HEX #2E7A51 Amazon

📋 copy color: '#2E7A51'

red 46 ◦ green 122 ◦ blue 81

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

Shades of Amazon #2E7A51

Tints of Amazon #2E7A51

RGB

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

 GREEN value IS 122 (48.05% from 255) = 49%

 BLUE value IS 81 (32.03% from 255) = 32.53%

R = 18.47%
G = 49%
B = 32.53%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.34

 K value IS 0.52

RGB Variations

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

Color information

#2E7A51 (or 0x2E7A51) is known color: Amazon. HEX triplet: 2E, 7A and 51. RGB value is (46,122,81). Sum of RGB (Red+Green+Blue) = 46+122+81=249 (32% of max value = 765). Red value is 46 (18.36% from 255 or 18.47% from 249); Green value is 122 (48.05% from 255 or 49.00% from 249); Blue value is 81 (32.03% from 255 or 32.53% from 249); Max value from RGB is 122 - color contains mainly: green. Hex color #2E7A51 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2E7A51 is #D185AE. Grayscale: #5E5E5E. Windows color (decimal): -13731247 or 5339694. OLE color: 5339694.

HSL color Cylindrical-coordinate representation of color #2E7A51: hue angle of 147.63º degrees, saturation: 0.45, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #2E7A51 is Cyan = 0.62, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.52.

Color convert

RGB 46 122 81 -
CMYK 0.62 0 0.34 0.52
HSL 147.63º 0.45% 0.33% -
HSV(B) 147.63º 0.62% 0.48% -
XYZ 9.57 15.09 10.19 -
YUV 94.6 120.32 93.33 -
System Red Green Blue C M Y K H S L
Decimal 46 122 81 0.62 0 0.34 0.52 147.63 0.45 0.33
Hex 2E 7A 51 3E 0 22 34 94 2D 21
Octal 56 172 121 76 0 42 64 224 55 41
Binary 101110 1111010 1010001 111110 0 100010 110100 10010100 101101 100001

Color Harmonies of #2E7A51

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E7A51

Black with #2E7A51

Text Example


Text Example

White with #2E7A51

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,122,81); }

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

background-color css

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

 a { background-color: rgb(46,122,81); }

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

border-color css

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

 span { border-color: rgb(46,122,81); }

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