Html Css Color HEX #29724E Amazon

📋 copy color: '#29724E'

red 41 ◦ green 114 ◦ blue 78

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

Shades of Amazon #29724E

Tints of Amazon #29724E

RGB

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

 GREEN value IS 114 (44.92% from 255) = 48.93%

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

R = 17.6%
G = 48.93%
B = 33.48%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.32

 K value IS 0.55

RGB Variations

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

Color information

#29724E (or 0x29724E) is known color: Amazon. HEX triplet: 29, 72 and 4E. RGB value is (41,114,78). Sum of RGB (Red+Green+Blue) = 41+114+78=233 (30% of max value = 765). Red value is 41 (16.41% from 255 or 17.60% from 233); Green value is 114 (44.92% from 255 or 48.93% from 233); Blue value is 78 (30.86% from 255 or 33.48% from 233); Max value from RGB is 114 - color contains mainly: green. Hex color #29724E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #29724E is #D68DB1. Grayscale: #585858. Windows color (decimal): -14060978 or 5141033. OLE color: 5141033.

HSL color Cylindrical-coordinate representation of color #29724E: hue angle of 150.41º degrees, saturation: 0.47, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #29724E is Cyan = 0.64, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.55.

Color convert

RGB 41 114 78 -
CMYK 0.64 0 0.32 0.55
HSL 150.41º 0.47% 0.3% -
HSV(B) 150.41º 0.64% 0.45% -
XYZ 8.31 13.06 9.29 -
YUV 88.07 122.32 94.43 -
System Red Green Blue C M Y K H S L
Decimal 41 114 78 0.64 0 0.32 0.55 150.41 0.47 0.3
Hex 29 72 4E 40 0 20 37 96 2F 1E
Octal 51 162 116 100 0 40 67 226 57 36
Binary 101001 1110010 1001110 1000000 0 100000 110111 10010110 101111 11110

Color Harmonies of #29724E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29724E

Black with #29724E

Text Example


Text Example

White with #29724E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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