Html Css Color HEX #2D794B Amazon

📋 copy color: '#2D794B'

red 45 ◦ green 121 ◦ blue 75

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

Shades of Amazon #2D794B

Tints of Amazon #2D794B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 31.12%

R = 18.67%
G = 50.21%
B = 31.12%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.38

 K value IS 0.53

RGB Variations

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

Color information

#2D794B (or 0x2D794B) is known color: Amazon. HEX triplet: 2D, 79 and 4B. RGB value is (45,121,75). Sum of RGB (Red+Green+Blue) = 45+121+75=241 (31% of max value = 765). Red value is 45 (17.97% from 255 or 18.67% from 241); Green value is 121 (47.66% from 255 or 50.21% from 241); Blue value is 75 (29.69% from 255 or 31.12% from 241); Max value from RGB is 121 - color contains mainly: green. Hex color #2D794B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2D794B is #D286B4. Grayscale: #5D5D5D. Windows color (decimal): -13797045 or 4946221. OLE color: 4946221.

HSL color Cylindrical-coordinate representation of color #2D794B: hue angle of 143.68º 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 #2D794B is Cyan = 0.63, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.53.

Color convert

RGB 45 121 75 -
CMYK 0.63 0 0.38 0.53
HSL 143.68º 0.46% 0.33% -
HSV(B) 143.68º 0.63% 0.47% -
XYZ 9.19 14.74 9.02 -
YUV 93.03 117.82 93.74 -
System Red Green Blue C M Y K H S L
Decimal 45 121 75 0.63 0 0.38 0.53 143.68 0.46 0.33
Hex 2D 79 4B 3F 0 26 35 90 2E 21
Octal 55 171 113 77 0 46 65 220 56 41
Binary 101101 1111001 1001011 111111 0 100110 110101 10010000 101110 100001

Color Harmonies of #2D794B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2D794B

Black with #2D794B

Text Example


Text Example

White with #2D794B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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