#287B4A

Color #287B4A Amazon (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Amazon #287B4A

Tints of Amazon #287B4A

Color information

#287B4A (or 0x287B4A) is unknown color: approx Amazon. HEX triplet: 28, 7B and 4A. RGB value is (40,123,74). Sum of RGB (Red+Green+Blue) = 40+123+74=237 (31% of max value = 765). Red value is 40 (16.02% from 255 or 16.88% from 237); Green value is 123 (48.44% from 255 or 51.90% from 237); Blue value is 74 (29.30% from 255 or 31.22% from 237); Max value from RGB is 123 - color contains mainly: green. Hex color #287B4A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #287B4A is #D784B5. Grayscale: #5C5C5C. Windows color (decimal): -14124214 or 4881192. OLE color: 4881192.

HSL color Cylindrical-coordinate representation of color #287B4A: hue angle of 144.58º degrees, saturation: 0.51, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #287B4A is Cyan = 0.67, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.52.

Color convert

RGB4012374-
CMYK0.6700.400.52
HSL144.58º50.92%31.96%-
HSV(B)144.58º67.48%48.24%-
XYZ9.1915.118.91-
YUV92.6117.590.48-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 16.88%
GREEN value IS 123 (48.44% from 255) = 51.90%
BLUE value IS 74 (29.30% from 255) = 31.22%
R=16.88%
G=51.90%
B=31.22%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal40123740.6700.400.52144.5850.9231.96
Hex287B4A4302834913320
Octal50173112103050642216340
Binary101000111101110010101000011010100011010010010001110011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #287B4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(40,123,74); }

 H1.HeaderClassName
 {
   color: #287B4A;
 }
 .AnyTagClassName
 {
   color: #287B4A;
 }
</style>
background-color css

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

 a { background-color: rgb(40,123,74); }

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

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

 span { border-color: rgb(40,123,74); }

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