Html Css Color HEX #287D46 Amazon

📋 copy color: '#287D46'

red 40 ◦ green 125 ◦ blue 70

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

Shades of Amazon #287D46

Tints of Amazon #287D46

RGB

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

 GREEN value IS 125 (49.22% from 255) = 53.19%

 BLUE value IS 70 (27.73% from 255) = 29.79%

R = 17.02%
G = 53.19%
B = 29.79%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.44

 K value IS 0.51

RGB Variations

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

Color information

#287D46 (or 0x287D46) is known color: Amazon. HEX triplet: 28, 7D and 46. RGB value is (40,125,70). Sum of RGB (Red+Green+Blue) = 40+125+70=235 (31% of max value = 765). Red value is 40 (16.02% from 255 or 17.02% from 235); Green value is 125 (49.22% from 255 or 53.19% from 235); Blue value is 70 (27.73% from 255 or 29.79% from 235); Max value from RGB is 125 - color contains mainly: green. Hex color #287D46 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #287D46 is #D782B9. Grayscale: #5D5D5D. Windows color (decimal): -14123706 or 4619560. OLE color: 4619560.

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

Color convert

RGB 40 125 70 -
CMYK 0.68 0 0.44 0.51
HSL 141.18º 0.52% 0.32% -
HSV(B) 141.18º 0.68% 0.49% -
XYZ 9.31 15.56 8.31 -
YUV 93.32 114.84 89.97 -
System Red Green Blue C M Y K H S L
Decimal 40 125 70 0.68 0 0.44 0.51 141.18 0.52 0.32
Hex 28 7D 46 44 0 2C 33 8D 34 20
Octal 50 175 106 104 0 54 63 215 64 40
Binary 101000 1111101 1000110 1000100 0 101100 110011 10001101 110100 100000

Color Harmonies of #287D46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #287D46

Black with #287D46

Text Example


Text Example

White with #287D46

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(40,125,70); }

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

background-color css

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

 a { background-color: rgb(40,125,70); }

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

border-color css

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

 span { border-color: rgb(40,125,70); }

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