Html Css Color HEX #287C48 Amazon

📋 copy color: '#287C48'

red 40 ◦ green 124 ◦ blue 72

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

Shades of Amazon #287C48

Tints of Amazon #287C48

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 30.51%

R = 16.95%
G = 52.54%
B = 30.51%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.42

 K value IS 0.51

RGB Variations

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

Color information

#287C48 (or 0x287C48) is known color: Amazon. HEX triplet: 28, 7C and 48. RGB value is (40,124,72). Sum of RGB (Red+Green+Blue) = 40+124+72=236 (31% of max value = 765). Red value is 40 (16.02% from 255 or 16.95% from 236); Green value is 124 (48.83% from 255 or 52.54% from 236); Blue value is 72 (28.52% from 255 or 30.51% from 236); Max value from RGB is 124 - color contains mainly: green. Hex color #287C48 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #287C48 is #D783B7. Grayscale: #5D5D5D. Windows color (decimal): -14123960 or 4750376. OLE color: 4750376.

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

Color convert

RGB 40 124 72 -
CMYK 0.68 0 0.42 0.51
HSL 142.86º 0.51% 0.32% -
HSV(B) 142.86º 0.68% 0.49% -
XYZ 9.25 15.33 8.6 -
YUV 92.96 116.17 90.23 -
System Red Green Blue C M Y K H S L
Decimal 40 124 72 0.68 0 0.42 0.51 142.86 0.51 0.32
Hex 28 7C 48 44 0 2A 33 8F 33 20
Octal 50 174 110 104 0 52 63 217 63 40
Binary 101000 1111100 1001000 1000100 0 101010 110011 10001111 110011 100000

Color Harmonies of #287C48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #287C48

Black with #287C48

Text Example


Text Example

White with #287C48

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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