Html Css Color HEX #287E4C Amazon

📋 copy color: '#287E4C'

red 40 ◦ green 126 ◦ blue 76

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

Shades of Amazon #287E4C

Tints of Amazon #287E4C

RGB

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

 GREEN value IS 126 (49.61% from 255) = 52.07%

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

R = 16.53%
G = 52.07%
B = 31.4%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.40

 K value IS 0.51

RGB Variations

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

Color information

#287E4C (or 0x287E4C) is known color: Amazon. HEX triplet: 28, 7E and 4C. RGB value is (40,126,76). Sum of RGB (Red+Green+Blue) = 40+126+76=242 (32% of max value = 765). Red value is 40 (16.02% from 255 or 16.53% from 242); Green value is 126 (49.61% from 255 or 52.07% from 242); Blue value is 76 (30.08% from 255 or 31.40% from 242); Max value from RGB is 126 - color contains mainly: green. Hex color #287E4C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #287E4C is #D781B3. Grayscale: #5E5E5E. Windows color (decimal): -14123444 or 5013032. OLE color: 5013032.

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

Color convert

RGB 40 126 76 -
CMYK 0.68 0 0.40 0.51
HSL 145.12º 0.52% 0.33% -
HSV(B) 145.12º 0.68% 0.49% -
XYZ 9.64 15.89 9.4 -
YUV 94.59 117.51 89.07 -
System Red Green Blue C M Y K H S L
Decimal 40 126 76 0.68 0 0.40 0.51 145.12 0.52 0.33
Hex 28 7E 4C 44 0 28 33 91 34 21
Octal 50 176 114 104 0 50 63 221 64 41
Binary 101000 1111110 1001100 1000100 0 101000 110011 10010001 110100 100001

Color Harmonies of #287E4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #287E4C

Black with #287E4C

Text Example


Text Example

White with #287E4C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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