Html Css Color HEX #287C4D Amazon

📋 copy color: '#287C4D'

red 40 ◦ green 124 ◦ blue 77

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

Shades of Amazon #287C4D

Tints of Amazon #287C4D

RGB

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

 GREEN value IS 124 (48.83% from 255) = 51.45%

 BLUE value IS 77 (30.47% from 255) = 31.95%

R = 16.6%
G = 51.45%
B = 31.95%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.38

 K value IS 0.51

RGB Variations

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

Color information

#287C4D (or 0x287C4D) is known color: Amazon. HEX triplet: 28, 7C and 4D. RGB value is (40,124,77). Sum of RGB (Red+Green+Blue) = 40+124+77=241 (31% of max value = 765). Red value is 40 (16.02% from 255 or 16.60% from 241); Green value is 124 (48.83% from 255 or 51.45% from 241); Blue value is 77 (30.47% from 255 or 31.95% from 241); Max value from RGB is 124 - color contains mainly: green. Hex color #287C4D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #287C4D is #D783B2. Grayscale: #5D5D5D. Windows color (decimal): -14123955 or 5078056. OLE color: 5078056.

HSL color Cylindrical-coordinate representation of color #287C4D: hue angle of 146.43º degrees, saturation: 0.51, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #287C4D is Cyan = 0.68, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.51.

Color convert

RGB 40 124 77 -
CMYK 0.68 0 0.38 0.51
HSL 146.43º 0.51% 0.32% -
HSV(B) 146.43º 0.68% 0.49% -
XYZ 9.42 15.4 9.5 -
YUV 93.53 118.67 89.82 -
System Red Green Blue C M Y K H S L
Decimal 40 124 77 0.68 0 0.38 0.51 146.43 0.51 0.32
Hex 28 7C 4D 44 0 26 33 92 33 20
Octal 50 174 115 104 0 46 63 222 63 40
Binary 101000 1111100 1001101 1000100 0 100110 110011 10010010 110011 100000

Color Harmonies of #287C4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #287C4D

Black with #287C4D

Text Example


Text Example

White with #287C4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #287C4D; }

 p { color: rgb(40,124,77); }

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

background-color css

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

 a { background-color: rgb(40,124,77); }

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

border-color css

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

 span { border-color: rgb(40,124,77); }

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