Html Css Color HEX #2D774E Amazon

📋 copy color: '#2D774E'

red 45 ◦ green 119 ◦ blue 78

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

Shades of Amazon #2D774E

Tints of Amazon #2D774E

RGB

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

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

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

R = 18.6%
G = 49.17%
B = 32.23%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.34

 K value IS 0.53

RGB Variations

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

Color information

#2D774E (or 0x2D774E) is known color: Amazon. HEX triplet: 2D, 77 and 4E. RGB value is (45,119,78). Sum of RGB (Red+Green+Blue) = 45+119+78=242 (32% of max value = 765). Red value is 45 (17.97% from 255 or 18.60% from 242); Green value is 119 (46.88% from 255 or 49.17% from 242); Blue value is 78 (30.86% from 255 or 32.23% from 242); Max value from RGB is 119 - color contains mainly: green. Hex color #2D774E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2D774E is #D288B1. Grayscale: #5C5C5C. Windows color (decimal): -13797554 or 5142317. OLE color: 5142317.

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

Color convert

RGB 45 119 78 -
CMYK 0.62 0 0.34 0.53
HSL 146.76º 0.45% 0.32% -
HSV(B) 146.76º 0.62% 0.47% -
XYZ 9.05 14.3 9.49 -
YUV 92.2 119.98 94.33 -
System Red Green Blue C M Y K H S L
Decimal 45 119 78 0.62 0 0.34 0.53 146.76 0.45 0.32
Hex 2D 77 4E 3E 0 22 35 93 2D 20
Octal 55 167 116 76 0 42 65 223 55 40
Binary 101101 1110111 1001110 111110 0 100010 110101 10010011 101101 100000

Color Harmonies of #2D774E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2D774E

Black with #2D774E

Text Example


Text Example

White with #2D774E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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