#297848

Color #297848 Amazon (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Amazon #297848

Tints of Amazon #297848

Color information

#297848 (or 0x297848) is unknown color: approx Amazon. HEX triplet: 29, 78 and 48. RGB value is (41,120,72). Sum of RGB (Red+Green+Blue) = 41+120+72=233 (30% of max value = 765). Red value is 41 (16.41% from 255 or 17.60% from 233); Green value is 120 (47.27% from 255 or 51.50% from 233); Blue value is 72 (28.52% from 255 or 30.90% from 233); Max value from RGB is 120 - color contains mainly: green. Hex color #297848 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #297848 is #D687B7. Grayscale: #5B5B5B. Windows color (decimal): -14059448 or 4749353. OLE color: 4749353.

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

Color convert

RGB4112072-
CMYK0.6600.400.53
HSL143.54º49.07%31.57%-
HSV(B)143.54º65.83%47.06%-
XYZ8.814.378.44-
YUV90.91117.3392.4-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 17.60%
GREEN value IS 120 (47.27% from 255) = 51.50%
BLUE value IS 72 (28.52% from 255) = 30.90%
R=17.60%
G=51.50%
B=30.90%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal41120720.6600.400.53143.5449.0731.57
Hex2978484202835903120
Octal51170110102050652206140
Binary101001111100010010001000010010100011010110010000110001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #297848

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #297848; }

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

 H1.HeaderClassName
 {
   color: #297848;
 }
 .AnyTagClassName
 {
   color: #297848;
 }
</style>
background-color css

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

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

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

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

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

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