Html Css Color HEX #2D774C Amazon

📋 copy color: '#2D774C'

red 45 ◦ green 119 ◦ blue 76

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

Shades of Amazon #2D774C

Tints of Amazon #2D774C

RGB

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

 GREEN value IS 119 (46.88% from 255) = 49.58%

 BLUE value IS 76 (30.08% from 255) = 31.67%

R = 18.75%
G = 49.58%
B = 31.67%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.36

 K value IS 0.53

RGB Variations

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

Color information

#2D774C (or 0x2D774C) is known color: Amazon. HEX triplet: 2D, 77 and 4C. RGB value is (45,119,76). Sum of RGB (Red+Green+Blue) = 45+119+76=240 (31% of max value = 765). Red value is 45 (17.97% from 255 or 18.75% from 240); Green value is 119 (46.88% from 255 or 49.58% from 240); Blue value is 76 (30.08% from 255 or 31.67% from 240); Max value from RGB is 119 - color contains mainly: green. Hex color #2D774C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2D774C is #D288B3. Grayscale: #5C5C5C. Windows color (decimal): -13797556 or 5011245. OLE color: 5011245.

HSL color Cylindrical-coordinate representation of color #2D774C: hue angle of 145.14º degrees, saturation: 0.45, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #2D774C is Cyan = 0.62, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.53.

Color convert

RGB 45 119 76 -
CMYK 0.62 0 0.36 0.53
HSL 145.14º 0.45% 0.32% -
HSV(B) 145.14º 0.62% 0.47% -
XYZ 8.98 14.27 9.12 -
YUV 91.97 118.98 94.5 -
System Red Green Blue C M Y K H S L
Decimal 45 119 76 0.62 0 0.36 0.53 145.14 0.45 0.32
Hex 2D 77 4C 3E 0 24 35 91 2D 20
Octal 55 167 114 76 0 44 65 221 55 40
Binary 101101 1110111 1001100 111110 0 100100 110101 10010001 101101 100000

Color Harmonies of #2D774C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2D774C

Black with #2D774C

Text Example


Text Example

White with #2D774C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(45,119,76); }

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

background-color css

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

 a { background-color: rgb(45,119,76); }

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

border-color css

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

 span { border-color: rgb(45,119,76); }

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