Html Css Color HEX #287949 Amazon

📋 copy color: '#287949'

red 40 ◦ green 121 ◦ blue 73

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

Shades of Amazon #287949

Tints of Amazon #287949

RGB

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

 GREEN value IS 121 (47.66% from 255) = 51.71%

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

R = 17.09%
G = 51.71%
B = 31.2%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.40

 K value IS 0.53

RGB Variations

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

Color information

#287949 (or 0x287949) is known color: Amazon. HEX triplet: 28, 79 and 49. RGB value is (40,121,73). Sum of RGB (Red+Green+Blue) = 40+121+73=234 (30% of max value = 765). Red value is 40 (16.02% from 255 or 17.09% from 234); Green value is 121 (47.66% from 255 or 51.71% from 234); Blue value is 73 (28.91% from 255 or 31.20% from 234); Max value from RGB is 121 - color contains mainly: green. Hex color #287949 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #287949 is #D786B6. Grayscale: #5B5B5B. Windows color (decimal): -14124727 or 4815144. OLE color: 4815144.

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

Color convert

RGB 40 121 73 -
CMYK 0.67 0 0.40 0.53
HSL 144.44º 0.5% 0.32% -
HSV(B) 144.44º 0.67% 0.47% -
XYZ 8.92 14.61 8.65 -
YUV 91.31 117.66 91.4 -
System Red Green Blue C M Y K H S L
Decimal 40 121 73 0.67 0 0.40 0.53 144.44 0.5 0.32
Hex 28 79 49 43 0 28 35 90 32 20
Octal 50 171 111 103 0 50 65 220 62 40
Binary 101000 1111001 1001001 1000011 0 101000 110101 10010000 110010 100000

Color Harmonies of #287949

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #287949

Black with #287949

Text Example


Text Example

White with #287949

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #287949; }

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

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

background-color css

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

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

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

border-color css

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

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

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