Html Css Color HEX #297646 Amazon

📋 copy color: '#297646'

red 41 ◦ green 118 ◦ blue 70

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

Shades of Amazon #297646

Tints of Amazon #297646

RGB

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

 GREEN value IS 118 (46.48% from 255) = 51.53%

 BLUE value IS 70 (27.73% from 255) = 30.57%

R = 17.9%
G = 51.53%
B = 30.57%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.41

 K value IS 0.54

RGB Variations

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

Color information

#297646 (or 0x297646) is known color: Amazon. HEX triplet: 29, 76 and 46. RGB value is (41,118,70). Sum of RGB (Red+Green+Blue) = 41+118+70=229 (30% of max value = 765). Red value is 41 (16.41% from 255 or 17.90% from 229); Green value is 118 (46.48% from 255 or 51.53% from 229); Blue value is 70 (27.73% from 255 or 30.57% from 229); Max value from RGB is 118 - color contains mainly: green. Hex color #297646 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #297646 is #D689B9. Grayscale: #595959. Windows color (decimal): -14059962 or 4617769. OLE color: 4617769.

HSL color Cylindrical-coordinate representation of color #297646: hue angle of 142.6º degrees, saturation: 0.48, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #297646 is Cyan = 0.65, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.54.

Color convert

RGB 41 118 70 -
CMYK 0.65 0 0.41 0.54
HSL 142.6º 0.48% 0.31% -
HSV(B) 142.6º 0.65% 0.46% -
XYZ 8.5 13.87 8.02 -
YUV 89.51 116.99 93.4 -
System Red Green Blue C M Y K H S L
Decimal 41 118 70 0.65 0 0.41 0.54 142.6 0.48 0.31
Hex 29 76 46 41 0 29 36 8F 30 1F
Octal 51 166 106 101 0 51 66 217 60 37
Binary 101001 1110110 1000110 1000001 0 101001 110110 10001111 110000 11111

Color Harmonies of #297646

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #297646

Black with #297646

Text Example


Text Example

White with #297646

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #297646; }

 p { color: rgb(41,118,70); }

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

background-color css

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

 a { background-color: rgb(41,118,70); }

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

border-color css

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

 span { border-color: rgb(41,118,70); }

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