Html Css Color HEX #297852 Amazon

📋 copy color: '#297852'

red 41 ◦ green 120 ◦ blue 82

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

Shades of Amazon #297852

Tints of Amazon #297852

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 33.74%

R = 16.87%
G = 49.38%
B = 33.74%

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

#297852 (or 0x297852) is known color: Amazon. HEX triplet: 29, 78 and 52. RGB value is (41,120,82). Sum of RGB (Red+Green+Blue) = 41+120+82=243 (32% of max value = 765). Red value is 41 (16.41% from 255 or 16.87% from 243); Green value is 120 (47.27% from 255 or 49.38% from 243); Blue value is 82 (32.42% from 255 or 33.74% from 243); Max value from RGB is 120 - color contains mainly: green. Hex color #297852 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #297852 is #D687AD. Grayscale: #5C5C5C. Windows color (decimal): -14059438 or 5404713. OLE color: 5404713.

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

Color convert

RGB 41 120 82 -
CMYK 0.66 0 0.32 0.53
HSL 151.14º 0.49% 0.32% -
HSV(B) 151.14º 0.66% 0.47% -
XYZ 9.15 14.51 10.3 -
YUV 92.05 122.33 91.59 -
System Red Green Blue C M Y K H S L
Decimal 41 120 82 0.66 0 0.32 0.53 151.14 0.49 0.32
Hex 29 78 52 42 0 20 35 97 31 20
Octal 51 170 122 102 0 40 65 227 61 40
Binary 101001 1111000 1010010 1000010 0 100000 110101 10010111 110001 100000

Color Harmonies of #297852

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #297852

Black with #297852

Text Example


Text Example

White with #297852

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #297852; }

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

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

background-color css

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

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

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

border-color css

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

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

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