Html Css Color HEX #297851 Amazon

📋 copy color: '#297851'

red 41 ◦ green 120 ◦ blue 81

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

Shades of Amazon #297851

Tints of Amazon #297851

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 33.47%

R = 16.94%
G = 49.59%
B = 33.47%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.32

 K value IS 0.53

RGB Variations

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

Color information

#297851 (or 0x297851) is known color: Amazon. HEX triplet: 29, 78 and 51. RGB value is (41,120,81). Sum of RGB (Red+Green+Blue) = 41+120+81=242 (32% of max value = 765). Red value is 41 (16.41% from 255 or 16.94% from 242); Green value is 120 (47.27% from 255 or 49.59% from 242); Blue value is 81 (32.03% from 255 or 33.47% from 242); Max value from RGB is 120 - color contains mainly: green. Hex color #297851 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #297851 is #D687AE. Grayscale: #5C5C5C. Windows color (decimal): -14059439 or 5339177. OLE color: 5339177.

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

Color convert

RGB 41 120 81 -
CMYK 0.66 0 0.32 0.53
HSL 150.38º 0.49% 0.32% -
HSV(B) 150.38º 0.66% 0.47% -
XYZ 9.12 14.5 10.1 -
YUV 91.93 121.83 91.67 -
System Red Green Blue C M Y K H S L
Decimal 41 120 81 0.66 0 0.32 0.53 150.38 0.49 0.32
Hex 29 78 51 42 0 20 35 96 31 20
Octal 51 170 121 102 0 40 65 226 61 40
Binary 101001 1111000 1010001 1000010 0 100000 110101 10010110 110001 100000

Color Harmonies of #297851

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #297851

Black with #297851

Text Example


Text Example

White with #297851

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #297851; }

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

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

background-color css

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

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

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

border-color css

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

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

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