Html Css Color HEX #2C804A Amazon

📋 copy color: '#2C804A'

red 44 ◦ green 128 ◦ blue 74

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

Shades of Amazon #2C804A

Tints of Amazon #2C804A

RGB

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

 GREEN value IS 128 (50.39% from 255) = 52.03%

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

R = 17.89%
G = 52.03%
B = 30.08%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.42

 K value IS 0.50

RGB Variations

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

Color information

#2C804A (or 0x2C804A) is known color: Amazon. HEX triplet: 2C, 80 and 4A. RGB value is (44,128,74). Sum of RGB (Red+Green+Blue) = 44+128+74=246 (32% of max value = 765). Red value is 44 (17.58% from 255 or 17.89% from 246); Green value is 128 (50.39% from 255 or 52.03% from 246); Blue value is 74 (29.30% from 255 or 30.08% from 246); Max value from RGB is 128 - color contains mainly: green. Hex color #2C804A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2C804A is #D37FB5. Grayscale: #606060. Windows color (decimal): -13860790 or 4882476. OLE color: 4882476.

HSL color Cylindrical-coordinate representation of color #2C804A: hue angle of 141.43º degrees, saturation: 0.49, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #2C804A is Cyan = 0.66, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.50.

Color convert

RGB 44 128 74 -
CMYK 0.66 0 0.42 0.50
HSL 141.43º 0.49% 0.34% -
HSV(B) 141.43º 0.66% 0.5% -
XYZ 9.99 16.47 9.13 -
YUV 96.73 115.17 90.39 -
System Red Green Blue C M Y K H S L
Decimal 44 128 74 0.66 0 0.42 0.50 141.43 0.49 0.34
Hex 2C 80 4A 42 0 2A 32 8D 31 22
Octal 54 200 112 102 0 52 62 215 61 42
Binary 101100 10000000 1001010 1000010 0 101010 110010 10001101 110001 100010

Color Harmonies of #2C804A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2C804A

Black with #2C804A

Text Example


Text Example

White with #2C804A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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