Html Css Color HEX #287D4C Amazon

📋 copy color: '#287D4C'

red 40 ◦ green 125 ◦ blue 76

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

Shades of Amazon #287D4C

Tints of Amazon #287D4C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 31.54%

R = 16.6%
G = 51.87%
B = 31.54%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.39

 K value IS 0.51

RGB Variations

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

Color information

#287D4C (or 0x287D4C) is known color: Amazon. HEX triplet: 28, 7D and 4C. RGB value is (40,125,76). Sum of RGB (Red+Green+Blue) = 40+125+76=241 (31% of max value = 765). Red value is 40 (16.02% from 255 or 16.60% from 241); Green value is 125 (49.22% from 255 or 51.87% from 241); Blue value is 76 (30.08% from 255 or 31.54% from 241); Max value from RGB is 125 - color contains mainly: green. Hex color #287D4C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #287D4C is #D782B3. Grayscale: #5E5E5E. Windows color (decimal): -14123700 or 5012776. OLE color: 5012776.

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

Color convert

RGB 40 125 76 -
CMYK 0.68 0 0.39 0.51
HSL 145.41º 0.52% 0.32% -
HSV(B) 145.41º 0.68% 0.49% -
XYZ 9.51 15.64 9.35 -
YUV 94 117.84 89.48 -
System Red Green Blue C M Y K H S L
Decimal 40 125 76 0.68 0 0.39 0.51 145.41 0.52 0.32
Hex 28 7D 4C 44 0 27 33 91 34 20
Octal 50 175 114 104 0 47 63 221 64 40
Binary 101000 1111101 1001100 1000100 0 100111 110011 10010001 110100 100000

Color Harmonies of #287D4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #287D4C

Black with #287D4C

Text Example


Text Example

White with #287D4C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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