Html Css Color HEX #287D44 Amazon

📋 copy color: '#287D44'

red 40 ◦ green 125 ◦ blue 68

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

Shades of Amazon #287D44

Tints of Amazon #287D44

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 29.18%

R = 17.17%
G = 53.65%
B = 29.18%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.46

 K value IS 0.51

RGB Variations

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

Color information

#287D44 (or 0x287D44) is known color: Amazon. HEX triplet: 28, 7D and 44. RGB value is (40,125,68). Sum of RGB (Red+Green+Blue) = 40+125+68=233 (30% of max value = 765). Red value is 40 (16.02% from 255 or 17.17% from 233); Green value is 125 (49.22% from 255 or 53.65% from 233); Blue value is 68 (26.95% from 255 or 29.18% from 233); Max value from RGB is 125 - color contains mainly: green. Hex color #287D44 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #287D44 is #D782BB. Grayscale: #5D5D5D. Windows color (decimal): -14123708 or 4488488. OLE color: 4488488.

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

Color convert

RGB 40 125 68 -
CMYK 0.68 0 0.46 0.51
HSL 139.76º 0.52% 0.32% -
HSV(B) 139.76º 0.68% 0.49% -
XYZ 9.25 15.54 7.98 -
YUV 93.09 113.84 90.13 -
System Red Green Blue C M Y K H S L
Decimal 40 125 68 0.68 0 0.46 0.51 139.76 0.52 0.32
Hex 28 7D 44 44 0 2E 33 8C 34 20
Octal 50 175 104 104 0 56 63 214 64 40
Binary 101000 1111101 1000100 1000100 0 101110 110011 10001100 110100 100000

Color Harmonies of #287D44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #287D44

Black with #287D44

Text Example


Text Example

White with #287D44

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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