Html Css Color HEX #2D784F Amazon

📋 copy color: '#2D784F'

red 45 ◦ green 120 ◦ blue 79

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

Shades of Amazon #2D784F

Tints of Amazon #2D784F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 32.38%

R = 18.44%
G = 49.18%
B = 32.38%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.34

 K value IS 0.53

RGB Variations

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

Color information

#2D784F (or 0x2D784F) is known color: Amazon. HEX triplet: 2D, 78 and 4F. RGB value is (45,120,79). Sum of RGB (Red+Green+Blue) = 45+120+79=244 (32% of max value = 765). Red value is 45 (17.97% from 255 or 18.44% from 244); Green value is 120 (47.27% from 255 or 49.18% from 244); Blue value is 79 (31.25% from 255 or 32.38% from 244); Max value from RGB is 120 - color contains mainly: green. Hex color #2D784F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2D784F is #D287B0. Grayscale: #5C5C5C. Windows color (decimal): -13797297 or 5208109. OLE color: 5208109.

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

Color convert

RGB 45 120 79 -
CMYK 0.63 0 0.34 0.53
HSL 147.2º 0.45% 0.32% -
HSV(B) 147.2º 0.63% 0.47% -
XYZ 9.21 14.56 9.72 -
YUV 92.9 120.15 93.83 -
System Red Green Blue C M Y K H S L
Decimal 45 120 79 0.63 0 0.34 0.53 147.2 0.45 0.32
Hex 2D 78 4F 3F 0 22 35 93 2D 20
Octal 55 170 117 77 0 42 65 223 55 40
Binary 101101 1111000 1001111 111111 0 100010 110101 10010011 101101 100000

Color Harmonies of #2D784F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2D784F

Black with #2D784F

Text Example


Text Example

White with #2D784F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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