Html Css Color HEX #287A4E Amazon

📋 copy color: '#287A4E'

red 40 ◦ green 122 ◦ blue 78

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

Shades of Amazon #287A4E

Tints of Amazon #287A4E

RGB

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

 GREEN value IS 122 (48.05% from 255) = 50.83%

 BLUE value IS 78 (30.86% from 255) = 32.5%

R = 16.67%
G = 50.83%
B = 32.5%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.36

 K value IS 0.52

RGB Variations

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

Color information

#287A4E (or 0x287A4E) is known color: Amazon. HEX triplet: 28, 7A and 4E. RGB value is (40,122,78). Sum of RGB (Red+Green+Blue) = 40+122+78=240 (31% of max value = 765). Red value is 40 (16.02% from 255 or 16.67% from 240); Green value is 122 (48.05% from 255 or 50.83% from 240); Blue value is 78 (30.86% from 255 or 32.5% from 240); Max value from RGB is 122 - color contains mainly: green. Hex color #287A4E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #287A4E is #D785B1. Grayscale: #5C5C5C. Windows color (decimal): -14124466 or 5143080. OLE color: 5143080.

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

Color convert

RGB 40 122 78 -
CMYK 0.67 0 0.36 0.52
HSL 147.8º 0.51% 0.32% -
HSV(B) 147.8º 0.67% 0.48% -
XYZ 9.21 14.92 9.6 -
YUV 92.47 119.83 90.58 -
System Red Green Blue C M Y K H S L
Decimal 40 122 78 0.67 0 0.36 0.52 147.8 0.51 0.32
Hex 28 7A 4E 43 0 24 34 94 33 20
Octal 50 172 116 103 0 44 64 224 63 40
Binary 101000 1111010 1001110 1000011 0 100100 110100 10010100 110011 100000

Color Harmonies of #287A4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #287A4E

Black with #287A4E

Text Example


Text Example

White with #287A4E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(40,122,78); }

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

background-color css

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

 a { background-color: rgb(40,122,78); }

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

border-color css

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

 span { border-color: rgb(40,122,78); }

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