Html Css Color HEX #287C4E Amazon

📋 copy color: '#287C4E'

red 40 ◦ green 124 ◦ blue 78

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

Shades of Amazon #287C4E

Tints of Amazon #287C4E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 32.23%

R = 16.53%
G = 51.24%
B = 32.23%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.37

 K value IS 0.51

RGB Variations

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

Color information

#287C4E (or 0x287C4E) is known color: Amazon. HEX triplet: 28, 7C and 4E. RGB value is (40,124,78). Sum of RGB (Red+Green+Blue) = 40+124+78=242 (32% of max value = 765). Red value is 40 (16.02% from 255 or 16.53% from 242); Green value is 124 (48.83% from 255 or 51.24% from 242); Blue value is 78 (30.86% from 255 or 32.23% from 242); Max value from RGB is 124 - color contains mainly: green. Hex color #287C4E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #287C4E is #D783B1. Grayscale: #5D5D5D. Windows color (decimal): -14123954 or 5143592. OLE color: 5143592.

HSL color Cylindrical-coordinate representation of color #287C4E: hue angle of 147.14º 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 #287C4E is Cyan = 0.68, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.51.

Color convert

RGB 40 124 78 -
CMYK 0.68 0 0.37 0.51
HSL 147.14º 0.51% 0.32% -
HSV(B) 147.14º 0.68% 0.49% -
XYZ 9.46 15.42 9.68 -
YUV 93.64 119.17 89.74 -
System Red Green Blue C M Y K H S L
Decimal 40 124 78 0.68 0 0.37 0.51 147.14 0.51 0.32
Hex 28 7C 4E 44 0 25 33 93 33 20
Octal 50 174 116 104 0 45 63 223 63 40
Binary 101000 1111100 1001110 1000100 0 100101 110011 10010011 110011 100000

Color Harmonies of #287C4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #287C4E

Black with #287C4E

Text Example


Text Example

White with #287C4E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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