Html Css Color HEX #2D794A Amazon

📋 copy color: '#2D794A'

red 45 ◦ green 121 ◦ blue 74

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

Shades of Amazon #2D794A

Tints of Amazon #2D794A

RGB

 RED value IS 45 (17.97% from 255) = 18.75%

 GREEN value IS 121 (47.66% from 255) = 50.42%

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

R = 18.75%
G = 50.42%
B = 30.83%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.39

 K value IS 0.53

RGB Variations

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

Color information

#2D794A (or 0x2D794A) is known color: Amazon. HEX triplet: 2D, 79 and 4A. RGB value is (45,121,74). Sum of RGB (Red+Green+Blue) = 45+121+74=240 (31% of max value = 765). Red value is 45 (17.97% from 255 or 18.75% from 240); Green value is 121 (47.66% from 255 or 50.42% from 240); Blue value is 74 (29.30% from 255 or 30.83% from 240); Max value from RGB is 121 - color contains mainly: green. Hex color #2D794A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2D794A is #D286B5. Grayscale: #5D5D5D. Windows color (decimal): -13797046 or 4880685. OLE color: 4880685.

HSL color Cylindrical-coordinate representation of color #2D794A: hue angle of 142.89º degrees, saturation: 0.46, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #2D794A is Cyan = 0.63, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.53.

Color convert

RGB 45 121 74 -
CMYK 0.63 0 0.39 0.53
HSL 142.89º 0.46% 0.33% -
HSV(B) 142.89º 0.63% 0.47% -
XYZ 9.16 14.73 8.84 -
YUV 92.92 117.32 93.82 -
System Red Green Blue C M Y K H S L
Decimal 45 121 74 0.63 0 0.39 0.53 142.89 0.46 0.33
Hex 2D 79 4A 3F 0 27 35 8F 2E 21
Octal 55 171 112 77 0 47 65 217 56 41
Binary 101101 1111001 1001010 111111 0 100111 110101 10001111 101110 100001

Color Harmonies of #2D794A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2D794A

Black with #2D794A

Text Example


Text Example

White with #2D794A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(45,121,74); }

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

background-color css

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

 a { background-color: rgb(45,121,74); }

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

border-color css

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

 span { border-color: rgb(45,121,74); }

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