Html Css Color HEX #287C4F Amazon

📋 copy color: '#287C4F'

red 40 ◦ green 124 ◦ blue 79

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

Shades of Amazon #287C4F

Tints of Amazon #287C4F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 32.51%

R = 16.46%
G = 51.03%
B = 32.51%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.36

 K value IS 0.51

RGB Variations

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

Color information

#287C4F (or 0x287C4F) is known color: Amazon. HEX triplet: 28, 7C and 4F. RGB value is (40,124,79). Sum of RGB (Red+Green+Blue) = 40+124+79=243 (32% of max value = 765). Red value is 40 (16.02% from 255 or 16.46% from 243); Green value is 124 (48.83% from 255 or 51.03% from 243); Blue value is 79 (31.25% from 255 or 32.51% from 243); Max value from RGB is 124 - color contains mainly: green. Hex color #287C4F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #287C4F is #D783B0. Grayscale: #5D5D5D. Windows color (decimal): -14123953 or 5209128. OLE color: 5209128.

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

Color convert

RGB 40 124 79 -
CMYK 0.68 0 0.36 0.51
HSL 147.86º 0.51% 0.32% -
HSV(B) 147.86º 0.68% 0.49% -
XYZ 9.49 15.43 9.88 -
YUV 93.75 119.67 89.66 -
System Red Green Blue C M Y K H S L
Decimal 40 124 79 0.68 0 0.36 0.51 147.86 0.51 0.32
Hex 28 7C 4F 44 0 24 33 94 33 20
Octal 50 174 117 104 0 44 63 224 63 40
Binary 101000 1111100 1001111 1000100 0 100100 110011 10010100 110011 100000

Color Harmonies of #287C4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #287C4F

Black with #287C4F

Text Example


Text Example

White with #287C4F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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