Html Css Color HEX #287B4C Amazon

📋 copy color: '#287B4C'

red 40 ◦ green 123 ◦ blue 76

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

Shades of Amazon #287B4C

Tints of Amazon #287B4C

RGB

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

 GREEN value IS 123 (48.44% from 255) = 51.46%

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

R = 16.74%
G = 51.46%
B = 31.8%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.38

 K value IS 0.52

RGB Variations

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

Color information

#287B4C (or 0x287B4C) is known color: Amazon. HEX triplet: 28, 7B and 4C. RGB value is (40,123,76). Sum of RGB (Red+Green+Blue) = 40+123+76=239 (31% of max value = 765). Red value is 40 (16.02% from 255 or 16.74% from 239); Green value is 123 (48.44% from 255 or 51.46% from 239); Blue value is 76 (30.08% from 255 or 31.80% from 239); Max value from RGB is 123 - color contains mainly: green. Hex color #287B4C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #287B4C is #D784B3. Grayscale: #5C5C5C. Windows color (decimal): -14124212 or 5012264. OLE color: 5012264.

HSL color Cylindrical-coordinate representation of color #287B4C: hue angle of 146.02º 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 #287B4C is Cyan = 0.67, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.52.

Color convert

RGB 40 123 76 -
CMYK 0.67 0 0.38 0.52
HSL 146.02º 0.51% 0.32% -
HSV(B) 146.02º 0.67% 0.48% -
XYZ 9.26 15.14 9.27 -
YUV 92.83 118.5 90.32 -
System Red Green Blue C M Y K H S L
Decimal 40 123 76 0.67 0 0.38 0.52 146.02 0.51 0.32
Hex 28 7B 4C 43 0 26 34 92 33 20
Octal 50 173 114 103 0 46 64 222 63 40
Binary 101000 1111011 1001100 1000011 0 100110 110100 10010010 110011 100000

Color Harmonies of #287B4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #287B4C

Black with #287B4C

Text Example


Text Example

White with #287B4C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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