Html Css Color HEX #2E7F4B Amazon

📋 copy color: '#2E7F4B'

red 46 ◦ green 127 ◦ blue 75

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

Shades of Amazon #2E7F4B

Tints of Amazon #2E7F4B

RGB

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

 GREEN value IS 127 (50% from 255) = 51.21%

 BLUE value IS 75 (29.69% from 255) = 30.24%

R = 18.55%
G = 51.21%
B = 30.24%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.41

 K value IS 0.50

RGB Variations

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

Color information

#2E7F4B (or 0x2E7F4B) is known color: Amazon. HEX triplet: 2E, 7F and 4B. RGB value is (46,127,75). Sum of RGB (Red+Green+Blue) = 46+127+75=248 (32% of max value = 765). Red value is 46 (18.36% from 255 or 18.55% from 248); Green value is 127 (50% from 255 or 51.21% from 248); Blue value is 75 (29.69% from 255 or 30.24% from 248); Max value from RGB is 127 - color contains mainly: green. Hex color #2E7F4B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2E7F4B is #D180B4. Grayscale: #606060. Windows color (decimal): -13729973 or 4947758. OLE color: 4947758.

HSL color Cylindrical-coordinate representation of color #2E7F4B: hue angle of 141.48º 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 #2E7F4B is Cyan = 0.64, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.50.

Color convert

RGB 46 127 75 -
CMYK 0.64 0 0.41 0.50
HSL 141.48º 0.47% 0.34% -
HSV(B) 141.48º 0.64% 0.5% -
XYZ 9.99 16.27 9.27 -
YUV 96.85 115.66 91.73 -
System Red Green Blue C M Y K H S L
Decimal 46 127 75 0.64 0 0.41 0.50 141.48 0.47 0.34
Hex 2E 7F 4B 40 0 29 32 8D 2F 22
Octal 56 177 113 100 0 51 62 215 57 42
Binary 101110 1111111 1001011 1000000 0 101001 110010 10001101 101111 100010

Color Harmonies of #2E7F4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E7F4B

Black with #2E7F4B

Text Example


Text Example

White with #2E7F4B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,127,75); }

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

background-color css

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

 a { background-color: rgb(46,127,75); }

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

border-color css

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

 span { border-color: rgb(46,127,75); }

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