Html Css Color HEX #297848 Amazon

📋 copy color: '#297848'

red 41 ◦ green 120 ◦ blue 72

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

Shades of Amazon #297848

Tints of Amazon #297848

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 30.9%

R = 17.6%
G = 51.5%
B = 30.9%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.40

 K value IS 0.53

RGB Variations

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

Color information

#297848 (or 0x297848) is known color: 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

RGB 41 120 72 -
CMYK 0.66 0 0.40 0.53
HSL 143.54º 0.49% 0.32% -
HSV(B) 143.54º 0.66% 0.47% -
XYZ 8.8 14.37 8.44 -
YUV 90.91 117.33 92.4 -
System Red Green Blue C M Y K H S L
Decimal 41 120 72 0.66 0 0.40 0.53 143.54 0.49 0.32
Hex 29 78 48 42 0 28 35 90 31 20
Octal 51 170 110 102 0 50 65 220 61 40
Binary 101001 1111000 1001000 1000010 0 101000 110101 10010000 110001 100000

Color Harmonies of #297848

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #297848

Black with #297848

Text Example


Text Example

White with #297848

Text Example


Text Example

HTML Codes & Css Web 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>