Html Css Color HEX #2E7651 Amazon

📋 copy color: '#2E7651'

red 46 ◦ green 118 ◦ blue 81

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

Shades of Amazon #2E7651

Tints of Amazon #2E7651

RGB

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

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

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

R = 18.78%
G = 48.16%
B = 33.06%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.31

 K value IS 0.54

RGB Variations

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

Color information

#2E7651 (or 0x2E7651) is known color: Amazon. HEX triplet: 2E, 76 and 51. RGB value is (46,118,81). Sum of RGB (Red+Green+Blue) = 46+118+81=245 (32% of max value = 765). Red value is 46 (18.36% from 255 or 18.78% from 245); Green value is 118 (46.48% from 255 or 48.16% from 245); Blue value is 81 (32.03% from 255 or 33.06% from 245); Max value from RGB is 118 - color contains mainly: green. Hex color #2E7651 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2E7651 is #D189AE. Grayscale: #5C5C5C. Windows color (decimal): -13732271 or 5338670. OLE color: 5338670.

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

Color convert

RGB 46 118 81 -
CMYK 0.61 0 0.31 0.54
HSL 149.17º 0.44% 0.32% -
HSV(B) 149.17º 0.61% 0.46% -
XYZ 9.09 14.13 10.03 -
YUV 92.25 121.65 95.01 -
System Red Green Blue C M Y K H S L
Decimal 46 118 81 0.61 0 0.31 0.54 149.17 0.44 0.32
Hex 2E 76 51 3D 0 1F 36 95 2C 20
Octal 56 166 121 75 0 37 66 225 54 40
Binary 101110 1110110 1010001 111101 0 11111 110110 10010101 101100 100000

Color Harmonies of #2E7651

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E7651

Black with #2E7651

Text Example


Text Example

White with #2E7651

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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