Html Css Color HEX #297858 Amazon

📋 copy color: '#297858'

red 41 ◦ green 120 ◦ blue 88

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

Shades of Amazon #297858

Tints of Amazon #297858

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 35.34%

R = 16.47%
G = 48.19%
B = 35.34%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.27

 K value IS 0.53

RGB Variations

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

Color information

#297858 (or 0x297858) is known color: Amazon. HEX triplet: 29, 78 and 58. RGB value is (41,120,88). Sum of RGB (Red+Green+Blue) = 41+120+88=249 (32% of max value = 765). Red value is 41 (16.41% from 255 or 16.47% from 249); Green value is 120 (47.27% from 255 or 48.19% from 249); Blue value is 88 (34.77% from 255 or 35.34% from 249); Max value from RGB is 120 - color contains mainly: green. Hex color #297858 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #297858 is #D687A7. Grayscale: #5C5C5C. Windows color (decimal): -14059432 or 5797929. OLE color: 5797929.

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

Color convert

RGB 41 120 88 -
CMYK 0.66 0 0.27 0.53
HSL 155.7º 0.49% 0.32% -
HSV(B) 155.7º 0.66% 0.47% -
XYZ 9.39 14.61 11.56 -
YUV 92.73 125.33 91.1 -
System Red Green Blue C M Y K H S L
Decimal 41 120 88 0.66 0 0.27 0.53 155.7 0.49 0.32
Hex 29 78 58 42 0 1B 35 9C 31 20
Octal 51 170 130 102 0 33 65 234 61 40
Binary 101001 1111000 1011000 1000010 0 11011 110101 10011100 110001 100000

Color Harmonies of #297858

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #297858

Black with #297858

Text Example


Text Example

White with #297858

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #297858; }

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

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

background-color css

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

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

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

border-color css

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

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

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