Html Css Color HEX #2C7D4A Amazon

📋 copy color: '#2C7D4A'

red 44 ◦ green 125 ◦ blue 74

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

Shades of Amazon #2C7D4A

Tints of Amazon #2C7D4A

RGB

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

 GREEN value IS 125 (49.22% from 255) = 51.44%

 BLUE value IS 74 (29.3% from 255) = 30.45%

R = 18.11%
G = 51.44%
B = 30.45%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.41

 K value IS 0.51

RGB Variations

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

Color information

#2C7D4A (or 0x2C7D4A) is known color: Amazon. HEX triplet: 2C, 7D and 4A. RGB value is (44,125,74). Sum of RGB (Red+Green+Blue) = 44+125+74=243 (32% of max value = 765). Red value is 44 (17.58% from 255 or 18.11% from 243); Green value is 125 (49.22% from 255 or 51.44% from 243); Blue value is 74 (29.30% from 255 or 30.45% from 243); Max value from RGB is 125 - color contains mainly: green. Hex color #2C7D4A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2C7D4A is #D382B5. Grayscale: #5F5F5F. Windows color (decimal): -13861558 or 4881708. OLE color: 4881708.

HSL color Cylindrical-coordinate representation of color #2C7D4A: hue angle of 142.22º degrees, saturation: 0.48, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #2C7D4A is Cyan = 0.65, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.51.

Color convert

RGB 44 125 74 -
CMYK 0.65 0 0.41 0.51
HSL 142.22º 0.48% 0.33% -
HSV(B) 142.22º 0.65% 0.49% -
XYZ 9.61 15.7 9 -
YUV 94.97 116.16 91.65 -
System Red Green Blue C M Y K H S L
Decimal 44 125 74 0.65 0 0.41 0.51 142.22 0.48 0.33
Hex 2C 7D 4A 41 0 29 33 8E 30 21
Octal 54 175 112 101 0 51 63 216 60 41
Binary 101100 1111101 1001010 1000001 0 101001 110011 10001110 110000 100001

Color Harmonies of #2C7D4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2C7D4A

Black with #2C7D4A

Text Example


Text Example

White with #2C7D4A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(44,125,74); }

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

background-color css

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

 a { background-color: rgb(44,125,74); }

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

border-color css

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

 span { border-color: rgb(44,125,74); }

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