Html Css Color HEX #2C724C Amazon

📋 copy color: '#2C724C'

red 44 ◦ green 114 ◦ blue 76

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

Shades of Amazon #2C724C

Tints of Amazon #2C724C

RGB

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

 GREEN value IS 114 (44.92% from 255) = 48.72%

 BLUE value IS 76 (30.08% from 255) = 32.48%

R = 18.8%
G = 48.72%
B = 32.48%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.33

 K value IS 0.55

RGB Variations

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

Color information

#2C724C (or 0x2C724C) is known color: Amazon. HEX triplet: 2C, 72 and 4C. RGB value is (44,114,76). Sum of RGB (Red+Green+Blue) = 44+114+76=234 (30% of max value = 765). Red value is 44 (17.58% from 255 or 18.80% from 234); Green value is 114 (44.92% from 255 or 48.72% from 234); Blue value is 76 (30.08% from 255 or 32.48% from 234); Max value from RGB is 114 - color contains mainly: green. Hex color #2C724C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2C724C is #D38DB3. Grayscale: #585858. Windows color (decimal): -13864372 or 5009964. OLE color: 5009964.

HSL color Cylindrical-coordinate representation of color #2C724C: hue angle of 147.43º degrees, saturation: 0.44, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #2C724C is Cyan = 0.61, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.55.

Color convert

RGB 44 114 76 -
CMYK 0.61 0 0.33 0.55
HSL 147.43º 0.44% 0.31% -
HSV(B) 147.43º 0.61% 0.45% -
XYZ 8.36 13.09 8.92 -
YUV 88.74 120.81 96.09 -
System Red Green Blue C M Y K H S L
Decimal 44 114 76 0.61 0 0.33 0.55 147.43 0.44 0.31
Hex 2C 72 4C 3D 0 21 37 93 2C 1F
Octal 54 162 114 75 0 41 67 223 54 37
Binary 101100 1110010 1001100 111101 0 100001 110111 10010011 101100 11111

Color Harmonies of #2C724C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2C724C

Black with #2C724C

Text Example


Text Example

White with #2C724C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(44,114,76); }

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

background-color css

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

 a { background-color: rgb(44,114,76); }

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

border-color css

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

 span { border-color: rgb(44,114,76); }

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