Html Css Color HEX #2D784B Amazon

📋 copy color: '#2D784B'

red 45 ◦ green 120 ◦ blue 75

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

Shades of Amazon #2D784B

Tints of Amazon #2D784B

RGB

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

 GREEN value IS 120 (47.27% from 255) = 50%

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

R = 18.75%
G = 50%
B = 31.25%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.37

 K value IS 0.53

RGB Variations

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

Color information

#2D784B (or 0x2D784B) is known color: Amazon. HEX triplet: 2D, 78 and 4B. RGB value is (45,120,75). Sum of RGB (Red+Green+Blue) = 45+120+75=240 (31% of max value = 765). Red value is 45 (17.97% from 255 or 18.75% from 240); Green value is 120 (47.27% from 255 or 50% from 240); Blue value is 75 (29.69% from 255 or 31.25% from 240); Max value from RGB is 120 - color contains mainly: green. Hex color #2D784B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2D784B is #D287B4. Grayscale: #5C5C5C. Windows color (decimal): -13797301 or 4945965. OLE color: 4945965.

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

Color convert

RGB 45 120 75 -
CMYK 0.63 0 0.37 0.53
HSL 144º 0.45% 0.32% -
HSV(B) 144º 0.63% 0.47% -
XYZ 9.07 14.5 8.98 -
YUV 92.45 118.15 94.16 -
System Red Green Blue C M Y K H S L
Decimal 45 120 75 0.63 0 0.37 0.53 144 0.45 0.32
Hex 2D 78 4B 3F 0 25 35 90 2D 20
Octal 55 170 113 77 0 45 65 220 55 40
Binary 101101 1111000 1001011 111111 0 100101 110101 10010000 101101 100000

Color Harmonies of #2D784B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2D784B

Black with #2D784B

Text Example


Text Example

White with #2D784B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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