Html Css Color HEX #29784E Amazon

📋 copy color: '#29784E'

red 41 ◦ green 120 ◦ blue 78

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

Shades of Amazon #29784E

Tints of Amazon #29784E

RGB

 RED value IS 41 (16.41% from 255) = 17.15%

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

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

R = 17.15%
G = 50.21%
B = 32.64%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.35

 K value IS 0.53

RGB Variations

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

Color information

#29784E (or 0x29784E) is known color: Amazon. HEX triplet: 29, 78 and 4E. RGB value is (41,120,78). Sum of RGB (Red+Green+Blue) = 41+120+78=239 (31% of max value = 765). Red value is 41 (16.41% from 255 or 17.15% from 239); Green value is 120 (47.27% from 255 or 50.21% from 239); Blue value is 78 (30.86% from 255 or 32.64% from 239); Max value from RGB is 120 - color contains mainly: green. Hex color #29784E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #29784E is #D687B1. Grayscale: #5B5B5B. Windows color (decimal): -14059442 or 5142569. OLE color: 5142569.

HSL color Cylindrical-coordinate representation of color #29784E: hue angle of 148.1º degrees, saturation: 0.49, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #29784E is Cyan = 0.66, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.53.

Color convert

RGB 41 120 78 -
CMYK 0.66 0 0.35 0.53
HSL 148.1º 0.49% 0.32% -
HSV(B) 148.1º 0.66% 0.47% -
XYZ 9.01 14.45 9.52 -
YUV 91.59 120.33 91.92 -
System Red Green Blue C M Y K H S L
Decimal 41 120 78 0.66 0 0.35 0.53 148.1 0.49 0.32
Hex 29 78 4E 42 0 23 35 94 31 20
Octal 51 170 116 102 0 43 65 224 61 40
Binary 101001 1111000 1001110 1000010 0 100011 110101 10010100 110001 100000

Color Harmonies of #29784E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29784E

Black with #29784E

Text Example


Text Example

White with #29784E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #29784E; }

 p { color: rgb(41,120,78); }

 H1.HeaderClassName
 {
   color: #29784E;
 }
 .AnyTagClassName
 {
   color: #29784E;
 }
</style>

background-color css

<style>
 a { background-color: #29784E; }

 a { background-color: rgb(41,120,78); }

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

border-color css

<style>
 span { border-color: #29784E; }

 span { border-color: rgb(41,120,78); }

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