Html Css Color HEX #297946 Amazon

📋 copy color: '#297946'

red 41 ◦ green 121 ◦ blue 70

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

Shades of Amazon #297946

Tints of Amazon #297946

RGB

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

 GREEN value IS 121 (47.66% from 255) = 52.16%

 BLUE value IS 70 (27.73% from 255) = 30.17%

R = 17.67%
G = 52.16%
B = 30.17%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.42

 K value IS 0.53

RGB Variations

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

Color information

#297946 (or 0x297946) is known color: Amazon. HEX triplet: 29, 79 and 46. RGB value is (41,121,70). Sum of RGB (Red+Green+Blue) = 41+121+70=232 (30% of max value = 765). Red value is 41 (16.41% from 255 or 17.67% from 232); Green value is 121 (47.66% from 255 or 52.16% from 232); Blue value is 70 (27.73% from 255 or 30.17% from 232); Max value from RGB is 121 - color contains mainly: green. Hex color #297946 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #297946 is #D686B9. Grayscale: #5B5B5B. Windows color (decimal): -14059194 or 4618537. OLE color: 4618537.

HSL color Cylindrical-coordinate representation of color #297946: hue angle of 141.75º 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 #297946 is Cyan = 0.66, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.53.

Color convert

RGB 41 121 70 -
CMYK 0.66 0 0.42 0.53
HSL 141.75º 0.49% 0.32% -
HSV(B) 141.75º 0.66% 0.47% -
XYZ 8.86 14.59 8.14 -
YUV 91.27 116 92.15 -
System Red Green Blue C M Y K H S L
Decimal 41 121 70 0.66 0 0.42 0.53 141.75 0.49 0.32
Hex 29 79 46 42 0 2A 35 8E 31 20
Octal 51 171 106 102 0 52 65 216 61 40
Binary 101001 1111001 1000110 1000010 0 101010 110101 10001110 110001 100000

Color Harmonies of #297946

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #297946

Black with #297946

Text Example


Text Example

White with #297946

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #297946; }

 p { color: rgb(41,121,70); }

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

background-color css

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

 a { background-color: rgb(41,121,70); }

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

border-color css

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

 span { border-color: rgb(41,121,70); }

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