Html Css Color HEX #287B4B Amazon

📋 copy color: '#287B4B'

red 40 ◦ green 123 ◦ blue 75

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

Shades of Amazon #287B4B

Tints of Amazon #287B4B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 31.51%

R = 16.81%
G = 51.68%
B = 31.51%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.39

 K value IS 0.52

RGB Variations

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

Color information

#287B4B (or 0x287B4B) is known color: Amazon. HEX triplet: 28, 7B and 4B. RGB value is (40,123,75). Sum of RGB (Red+Green+Blue) = 40+123+75=238 (31% of max value = 765). Red value is 40 (16.02% from 255 or 16.81% from 238); Green value is 123 (48.44% from 255 or 51.68% from 238); Blue value is 75 (29.69% from 255 or 31.51% from 238); Max value from RGB is 123 - color contains mainly: green. Hex color #287B4B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #287B4B is #D784B4. Grayscale: #5C5C5C. Windows color (decimal): -14124213 or 4946728. OLE color: 4946728.

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

Color convert

RGB 40 123 75 -
CMYK 0.67 0 0.39 0.52
HSL 145.3º 0.51% 0.32% -
HSV(B) 145.3º 0.67% 0.48% -
XYZ 9.23 15.13 9.09 -
YUV 92.71 118 90.4 -
System Red Green Blue C M Y K H S L
Decimal 40 123 75 0.67 0 0.39 0.52 145.3 0.51 0.32
Hex 28 7B 4B 43 0 27 34 91 33 20
Octal 50 173 113 103 0 47 64 221 63 40
Binary 101000 1111011 1001011 1000011 0 100111 110100 10010001 110011 100000

Color Harmonies of #287B4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #287B4B

Black with #287B4B

Text Example


Text Example

White with #287B4B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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