Html Css Color HEX #297850 Amazon

📋 copy color: '#297850'

red 41 ◦ green 120 ◦ blue 80

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

Shades of Amazon #297850

Tints of Amazon #297850

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 33.2%

R = 17.01%
G = 49.79%
B = 33.2%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.33

 K value IS 0.53

RGB Variations

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

Color information

#297850 (or 0x297850) is known color: Amazon. HEX triplet: 29, 78 and 50. RGB value is (41,120,80). Sum of RGB (Red+Green+Blue) = 41+120+80=241 (31% of max value = 765). Red value is 41 (16.41% from 255 or 17.01% from 241); Green value is 120 (47.27% from 255 or 49.79% from 241); Blue value is 80 (31.64% from 255 or 33.20% from 241); Max value from RGB is 120 - color contains mainly: green. Hex color #297850 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #297850 is #D687AF. Grayscale: #5B5B5B. Windows color (decimal): -14059440 or 5273641. OLE color: 5273641.

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

Color convert

RGB 41 120 80 -
CMYK 0.66 0 0.33 0.53
HSL 149.62º 0.49% 0.32% -
HSV(B) 149.62º 0.66% 0.47% -
XYZ 9.08 14.48 9.91 -
YUV 91.82 121.33 91.75 -
System Red Green Blue C M Y K H S L
Decimal 41 120 80 0.66 0 0.33 0.53 149.62 0.49 0.32
Hex 29 78 50 42 0 21 35 96 31 20
Octal 51 170 120 102 0 41 65 226 61 40
Binary 101001 1111000 1010000 1000010 0 100001 110101 10010110 110001 100000

Color Harmonies of #297850

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #297850

Black with #297850

Text Example


Text Example

White with #297850

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #297850; }

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

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

background-color css

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

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

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

border-color css

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

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

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