Html Css Color HEX #297855 Amazon

📋 copy color: '#297855'

red 41 ◦ green 120 ◦ blue 85

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

Shades of Amazon #297855

Tints of Amazon #297855

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 34.55%

R = 16.67%
G = 48.78%
B = 34.55%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.29

 K value IS 0.53

RGB Variations

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

Color information

#297855 (or 0x297855) is known color: Amazon. HEX triplet: 29, 78 and 55. RGB value is (41,120,85). Sum of RGB (Red+Green+Blue) = 41+120+85=246 (32% of max value = 765). Red value is 41 (16.41% from 255 or 16.67% from 246); Green value is 120 (47.27% from 255 or 48.78% from 246); Blue value is 85 (33.59% from 255 or 34.55% from 246); Max value from RGB is 120 - color contains mainly: green. Hex color #297855 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #297855 is #D687AA. Grayscale: #5C5C5C. Windows color (decimal): -14059435 or 5601321. OLE color: 5601321.

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

Color convert

RGB 41 120 85 -
CMYK 0.66 0 0.29 0.53
HSL 153.42º 0.49% 0.32% -
HSV(B) 153.42º 0.66% 0.47% -
XYZ 9.27 14.56 10.92 -
YUV 92.39 123.83 91.35 -
System Red Green Blue C M Y K H S L
Decimal 41 120 85 0.66 0 0.29 0.53 153.42 0.49 0.32
Hex 29 78 55 42 0 1D 35 99 31 20
Octal 51 170 125 102 0 35 65 231 61 40
Binary 101001 1111000 1010101 1000010 0 11101 110101 10011001 110001 100000

Color Harmonies of #297855

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #297855

Black with #297855

Text Example


Text Example

White with #297855

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #297855; }

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

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

background-color css

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

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

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

border-color css

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

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

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