Html Css Color HEX #297846 Amazon

📋 copy color: '#297846'

red 41 ◦ green 120 ◦ blue 70

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

Shades of Amazon #297846

Tints of Amazon #297846

RGB

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

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

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

R = 17.75%
G = 51.95%
B = 30.3%

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

#297846 (or 0x297846) is known color: Amazon. HEX triplet: 29, 78 and 46. RGB value is (41,120,70). Sum of RGB (Red+Green+Blue) = 41+120+70=231 (30% of max value = 765). Red value is 41 (16.41% from 255 or 17.75% from 231); Green value is 120 (47.27% from 255 or 51.95% from 231); Blue value is 70 (27.73% from 255 or 30.30% from 231); Max value from RGB is 120 - color contains mainly: green. Hex color #297846 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #297846 is #D687B9. Grayscale: #5A5A5A. Windows color (decimal): -14059450 or 4618281. OLE color: 4618281.

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

Color convert

RGB 41 120 70 -
CMYK 0.66 0 0.42 0.53
HSL 142.03º 0.49% 0.32% -
HSV(B) 142.03º 0.66% 0.47% -
XYZ 8.74 14.35 8.1 -
YUV 90.68 116.33 92.57 -
System Red Green Blue C M Y K H S L
Decimal 41 120 70 0.66 0 0.42 0.53 142.03 0.49 0.32
Hex 29 78 46 42 0 2A 35 8E 31 20
Octal 51 170 106 102 0 52 65 216 61 40
Binary 101001 1111000 1000110 1000010 0 101010 110101 10001110 110001 100000

Color Harmonies of #297846

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #297846

Black with #297846

Text Example


Text Example

White with #297846

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #297846; }

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

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

background-color css

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

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

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

border-color css

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

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

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