Html Css Color HEX #2C7C4E Amazon

📋 copy color: '#2C7C4E'

red 44 ◦ green 124 ◦ blue 78

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

Shades of Amazon #2C7C4E

Tints of Amazon #2C7C4E

RGB

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

 GREEN value IS 124 (48.83% from 255) = 50.41%

 BLUE value IS 78 (30.86% from 255) = 31.71%

R = 17.89%
G = 50.41%
B = 31.71%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.37

 K value IS 0.51

RGB Variations

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

Color information

#2C7C4E (or 0x2C7C4E) is known color: Amazon. HEX triplet: 2C, 7C and 4E. RGB value is (44,124,78). Sum of RGB (Red+Green+Blue) = 44+124+78=246 (32% of max value = 765). Red value is 44 (17.58% from 255 or 17.89% from 246); Green value is 124 (48.83% from 255 or 50.41% from 246); Blue value is 78 (30.86% from 255 or 31.71% from 246); Max value from RGB is 124 - color contains mainly: green. Hex color #2C7C4E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2C7C4E is #D383B1. Grayscale: #5E5E5E. Windows color (decimal): -13861810 or 5143596. OLE color: 5143596.

HSL color Cylindrical-coordinate representation of color #2C7C4E: hue angle of 145.5º 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 #2C7C4E is Cyan = 0.65, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.51.

Color convert

RGB 44 124 78 -
CMYK 0.65 0 0.37 0.51
HSL 145.5º 0.48% 0.33% -
HSV(B) 145.5º 0.65% 0.49% -
XYZ 9.62 15.5 9.69 -
YUV 94.84 118.5 91.74 -
System Red Green Blue C M Y K H S L
Decimal 44 124 78 0.65 0 0.37 0.51 145.5 0.48 0.33
Hex 2C 7C 4E 41 0 25 33 92 30 21
Octal 54 174 116 101 0 45 63 222 60 41
Binary 101100 1111100 1001110 1000001 0 100101 110011 10010010 110000 100001

Color Harmonies of #2C7C4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2C7C4E

Black with #2C7C4E

Text Example


Text Example

White with #2C7C4E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(44,124,78); }

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

background-color css

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

 a { background-color: rgb(44,124,78); }

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

border-color css

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

 span { border-color: rgb(44,124,78); }

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