Html Css Color HEX #2C7A4C Amazon

📋 copy color: '#2C7A4C'

red 44 ◦ green 122 ◦ blue 76

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

Shades of Amazon #2C7A4C

Tints of Amazon #2C7A4C

RGB

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

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

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

R = 18.18%
G = 50.41%
B = 31.4%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.38

 K value IS 0.52

RGB Variations

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

Color information

#2C7A4C (or 0x2C7A4C) is known color: Amazon. HEX triplet: 2C, 7A and 4C. RGB value is (44,122,76). Sum of RGB (Red+Green+Blue) = 44+122+76=242 (32% of max value = 765). Red value is 44 (17.58% from 255 or 18.18% from 242); Green value is 122 (48.05% from 255 or 50.41% from 242); Blue value is 76 (30.08% from 255 or 31.40% from 242); Max value from RGB is 122 - color contains mainly: green. Hex color #2C7A4C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2C7A4C is #D385B3. Grayscale: #5D5D5D. Windows color (decimal): -13862324 or 5012012. OLE color: 5012012.

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

Color convert

RGB 44 122 76 -
CMYK 0.64 0 0.38 0.52
HSL 144.62º 0.47% 0.33% -
HSV(B) 144.62º 0.64% 0.48% -
XYZ 9.3 14.98 9.24 -
YUV 93.43 118.16 92.74 -
System Red Green Blue C M Y K H S L
Decimal 44 122 76 0.64 0 0.38 0.52 144.62 0.47 0.33
Hex 2C 7A 4C 40 0 26 34 91 2F 21
Octal 54 172 114 100 0 46 64 221 57 41
Binary 101100 1111010 1001100 1000000 0 100110 110100 10010001 101111 100001

Color Harmonies of #2C7A4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2C7A4C

Black with #2C7A4C

Text Example


Text Example

White with #2C7A4C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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