Html Css Color HEX #2C7944 Amazon

📋 copy color: '#2C7944'

red 44 ◦ green 121 ◦ blue 68

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

Shades of Amazon #2C7944

Tints of Amazon #2C7944

RGB

 RED value IS 44 (17.58% from 255) = 18.88%

 GREEN value IS 121 (47.66% from 255) = 51.93%

 BLUE value IS 68 (26.95% from 255) = 29.18%

R = 18.88%
G = 51.93%
B = 29.18%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.44

 K value IS 0.53

RGB Variations

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

Color information

#2C7944 (or 0x2C7944) is known color: Amazon. HEX triplet: 2C, 79 and 44. RGB value is (44,121,68). Sum of RGB (Red+Green+Blue) = 44+121+68=233 (30% of max value = 765). Red value is 44 (17.58% from 255 or 18.88% from 233); Green value is 121 (47.66% from 255 or 51.93% from 233); Blue value is 68 (26.95% from 255 or 29.18% from 233); Max value from RGB is 121 - color contains mainly: green. Hex color #2C7944 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2C7944 is #D386BB. Grayscale: #5C5C5C. Windows color (decimal): -13862588 or 4487468. OLE color: 4487468.

HSL color Cylindrical-coordinate representation of color #2C7944: hue angle of 138.7º degrees, saturation: 0.47, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #2C7944 is Cyan = 0.64, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.53.

Color convert

RGB 44 121 68 -
CMYK 0.64 0 0.44 0.53
HSL 138.7º 0.47% 0.32% -
HSV(B) 138.7º 0.64% 0.47% -
XYZ 8.92 14.63 7.82 -
YUV 91.94 114.49 93.81 -
System Red Green Blue C M Y K H S L
Decimal 44 121 68 0.64 0 0.44 0.53 138.7 0.47 0.32
Hex 2C 79 44 40 0 2C 35 8B 2F 20
Octal 54 171 104 100 0 54 65 213 57 40
Binary 101100 1111001 1000100 1000000 0 101100 110101 10001011 101111 100000

Color Harmonies of #2C7944

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2C7944

Black with #2C7944

Text Example


Text Example

White with #2C7944

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(44,121,68); }

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

background-color css

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

 a { background-color: rgb(44,121,68); }

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

border-color css

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

 span { border-color: rgb(44,121,68); }

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