Html Css Color HEX #287849 Amazon

📋 copy color: '#287849'

red 40 ◦ green 120 ◦ blue 73

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

Shades of Amazon #287849

Tints of Amazon #287849

RGB

 RED value IS 40 (16.02% from 255) = 17.17%

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

 BLUE value IS 73 (28.91% from 255) = 31.33%

R = 17.17%
G = 51.5%
B = 31.33%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.39

 K value IS 0.53

RGB Variations

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

Color information

#287849 (or 0x287849) is known color: Amazon. HEX triplet: 28, 78 and 49. RGB value is (40,120,73). Sum of RGB (Red+Green+Blue) = 40+120+73=233 (30% of max value = 765). Red value is 40 (16.02% from 255 or 17.17% from 233); Green value is 120 (47.27% from 255 or 51.50% from 233); Blue value is 73 (28.91% from 255 or 31.33% from 233); Max value from RGB is 120 - color contains mainly: green. Hex color #287849 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #287849 is #D787B6. Grayscale: #5A5A5A. Windows color (decimal): -14124983 or 4814888. OLE color: 4814888.

HSL color Cylindrical-coordinate representation of color #287849: hue angle of 144.75º degrees, saturation: 0.5, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #287849 is Cyan = 0.67, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.53.

Color convert

RGB 40 120 73 -
CMYK 0.67 0 0.39 0.53
HSL 144.75º 0.5% 0.31% -
HSV(B) 144.75º 0.67% 0.47% -
XYZ 8.79 14.37 8.61 -
YUV 90.72 118 91.82 -
System Red Green Blue C M Y K H S L
Decimal 40 120 73 0.67 0 0.39 0.53 144.75 0.5 0.31
Hex 28 78 49 43 0 27 35 91 32 1F
Octal 50 170 111 103 0 47 65 221 62 37
Binary 101000 1111000 1001001 1000011 0 100111 110101 10010001 110010 11111

Color Harmonies of #287849

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #287849

Black with #287849

Text Example


Text Example

White with #287849

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #287849; }

 p { color: rgb(40,120,73); }

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

background-color css

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

 a { background-color: rgb(40,120,73); }

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

border-color css

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

 span { border-color: rgb(40,120,73); }

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