Html Css Color HEX #287B4A Amazon

📋 copy color: '#287B4A'

red 40 ◦ green 123 ◦ blue 74

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

Shades of Amazon #287B4A

Tints of Amazon #287B4A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 31.22%

R = 16.88%
G = 51.9%
B = 31.22%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.40

 K value IS 0.52

RGB Variations

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

Color information

#287B4A (or 0x287B4A) is known color: 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

RGB 40 123 74 -
CMYK 0.67 0 0.40 0.52
HSL 144.58º 0.51% 0.32% -
HSV(B) 144.58º 0.67% 0.48% -
XYZ 9.19 15.11 8.91 -
YUV 92.6 117.5 90.48 -
System Red Green Blue C M Y K H S L
Decimal 40 123 74 0.67 0 0.40 0.52 144.58 0.51 0.32
Hex 28 7B 4A 43 0 28 34 91 33 20
Octal 50 173 112 103 0 50 64 221 63 40
Binary 101000 1111011 1001010 1000011 0 101000 110100 10010001 110011 100000

Color Harmonies of #287B4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #287B4A

Black with #287B4A

Text Example


Text Example

White with #287B4A

Text Example


Text Example

HTML Codes & Css Web 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>